#c1d6b1 Color Hex Meadow Grass

Information about Meadow Grass Color | #0000FF

#c1d6b1 color RGB value is (193,214,177). #c1d6b1 color name is Meadow Grass color.

#c1d6b1 hex color red value is 193 , green value is 214 and the blue value of its RGB is 177 . Cylindrical-coordinate representations (also known as HSL) of color #c1d6b1 hue: 94 , saturation: 31 and the lightness value of #c1d6b1 is 77

The process color (four color CMYK) of #c1d6b1 color hex is 4 , 0 ,7, 6 .

#c1d6b1

~Meadow Grass

Color Converions

HEX
#c1d6b1
RGB
193,214,177
LAB
83,-12,16
CMYK
10,0,17,16
LCH
83,20,128
XYZ
54,63,51
HSV
94,17,84
HSL
94,31,77

Base Numbers

Base Red Green Blue
Binary 11000001 11010110 10110001
Octal 301 326 261
Decimal 193 214 177
Hex c1 d6 b1

RGB Percentages of Color #c1d6b1

76%
84%
69%

CMYK Percentages of Color #c1d6b1

4%
7%
0%
6%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #c1d6b1

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#c1d6b1
20%
#aec19f
30%
#9aab8e
40%
#87967c
50%
#74806a
60%
#616b58
70%
#4d5647
80%
#3a4035
90%
#272b23
100%
#131512

Tints of #c1d6b1

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#c1d6b1
20%
#c7dab9
30%
#cddec1
40%
#d4e2c8
50%
#dae6d0
60%
#e0ebd8
70%
#e6efe0
80%
#ecf3e8
90%
#f3f7ef
100%
#f9fbf7

Tones of #c1d6b1

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#c1d6b1
20%
#bacdac
30%
#b4c5a7
40%
#adbca2
50%
#a7b39d
60%
#a0ab98
70%
#9aa293
80%
#93998e
90%
#8d9189
100%
#868884

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#c1d6b1
#d0d6b1
#c8d6b1
#c1d6b1
#bad6b1
#b2d6b1

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#c1d6b1
#c6b1d6

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c1d6b1
#b1d6cd
#d6b1d0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c1d6b1
#b1c1d6
#d6b1c1

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#c1d6b1
#b1d3d6
#c6b1d6
#d6b3b1

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c1d6b1
#010101
#282c24
#4e5648
#74816b
#9bab8e

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#c1d6b1

protanopia

#daceac

deuteranopia

#edc6b4

tritanopia

#c8cede

achromatopsia

#cfcfcf

protanomaly

#d1d1ae

deuteranomaly

#ddccb3

achromatopsia

#cfcfcf

tritanomaly

#c5d1ce

achromatomaly

#cad1c4

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 14/21
Hello World !

#c1d6b1 Color CSS Codes

.bgcolor {background-color:#c1d6b1; } 
.forecolor {color:#c1d6b1; }
.bordercolor {border:3px solid #c1d6b1; }
            

#c1d6b1 Text Font Color

<div style="color:#c1d6b1">
Div content here</div>

This sample text font color is #c1d6b1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#c1d6b1 Background Color

<div style="background-color:#c1d6b1">
Div content here</div>
Div content here

#c1d6b1 Border Color

<div style="border:3px solid #c1d6b1">
Div here</div>

This div border color is #c1d6b1

#c1d6b1 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #c1d6b1; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1d6b1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1d6b1;
  -webkit-box-shadow: 1px 1px 3px 2px #c1d6b1;
  box-shadow: 1px 1px 3px 2px #c1d6b1; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c1d6b1">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c1d6b1;
              -webkit-box-shadow: 1px 1px 3px 2px #c1d6b1;
              box-shadow:         1px 1px 3px 2px #c1d6b1#c1d6b1">
Div content here</div>

This div box has shadow with color #c1d6b1

More Colors

Malibu Blue
#008cc1
Pepper Green
#007d60
Light Amourette
#d4d3e0
Lime Jelly
#e3ff00
Chateau
#b5a28a
Canyon Falls
#97987f
Cracker Bitz
#d1b088
Light Duck Egg Cream
#d5ebdd
Aldabra
#aaa492
Barbados
#3e6676
Peach Schnapps
#ffdcd6
Crushed Pineapple
#efcc44
Plum Preserve
#7c70aa
Aquarelle Orange
#fbe8e0
Cannon Pink
#8e5164
Plantain Chips
#d6a550
Peach Quartz
#f5b895
Lights Out
#3d474b
Cucumber
#006400
Light Mint Green
#a6fbb2
Jamaican Dream
#04627a
Moose Trail
#6b5445
Lower Lime
#e6f1de
Brussels
#6c7c6d
Greyed Jade
#9bbea9
America's Cup
#34546d
Bunny Cake
#f1b5cc
Peach Tone
#f2e3dc
Afternoon Sky
#87ceeb
Almandine
#c2a37e
Cinnamon Candle
#b15d63
On the Moor
#666d68
Buoyant
#65707e
Napier Green
#2a8000
Geyser Steam
#cbd0cf
Cottage Hill
#acb397
Coquina Shell
#bb9a88
Movie Star
#c52033
Green Velvet
#127453
Narwhal Grey
#080813
rating-img
Rate this tool
NaN/5   0 votes