COLOR #C2D4AE

HEX: #C2D4AE
RGB: (194,212,174)

Color info

#C2D4AE contains red, green and blue colors in about the same proportion. Web safe color of #C2D4AE is #CCCC99 (or #CC9).

RGB color model

#C2D4AE color RGB value is (194,212,174).

  • red value is 194;
  • green value is 212;
  • blue value is 174.
RGB:
(194,212,174)
(76%,83%,68%)

RGB channels and saturation

R 194 of 255 = 76%
G 212 of 255 = 83%
B 174 of 255 = 68%

194
212
174

R + G + B ~ 76%. #C2D4AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 212 + 174 = 580 (100%)
R 194 of 580 ~ 33.45%
G 212 of 580 ~ 36.55%
B 174 of 580 ~ 30%

%33.45
%36.55
%30

CMYK color model

#C2D4AE color CMYK value is (8,0,18,17).

  • cyan value is 8.49%
  • magenta value is 0.00%
  • yellow value is 17.92%
  • key color value is 16.86%
CMYK:
(8,0,18,17)
C8M0Y18K17 
(8%,0%,18%,17%)
(0.08/0.00/0.18/0.17)	

CMYK percentages

%8.49
%0
%17.92
%16.86

Codes

Color #C2D4AE in popluar color models

C2D4AE
RGB194212174
HSL88°30.65%75.69%
HSB/HSV88°17.92%83.14%
CMYK8.49%0.00%17.92%
16.86%

Color #C2D4AE in popluar number systems.

HEXC2D4AE
Decimal194212174
Binary110000101101010010101110
Octal302324256

Shades and tints

Shades of #C2D4AE

#C2D4AE
(194,212,174)
#B1C19F
(177,193,159)
#A0AE90
(160,174,144)
#8F9B81
(143,155,129)
#7E8872
(126,136,114)
#6D7563
(109,117,99)
#5C6254
(92,98,84)
#4B4F45
(75,79,69)
#3A3C36
(58,60,54)
#292927
(41,41,39)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #C2D4AE

#C2D4AE
(194,212,174)
#C7D7B5
(199,215,181)
#CCDABC
(204,218,188)
#D1DDC3
(209,221,195)
#D6E0CA
(214,224,202)
#DBE3D1
(219,227,209)
#E0E6D8
(224,230,216)
#E5E9DF
(229,233,223)
#EAECE6
(234,236,230)
#EFEFED
(239,239,237)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D4AE color. Also use rgb(194,212,174) instead hex code.

Text Font Color

.myTextColor { color: #C2D4AE; }

<p style="color:#C2D4AE">This sample text font color is #C2D4AE.</p>

This text font color is #C2D4AE.


Background Color

.myBgColor { background-color: #C2D4AE; }

<div style="background-color:#C2D4AE">Inner text</div>

This div background color is #C2D4AE.


Border color

.myBorderColor { border: 1px solid #C2D4AE; }

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

This div border color is #C2D4AE.


Opacity

.myOpacity80 { color: #C2D4AE; opacity: 0.8; }

<p style="color:#C2D4AE;opacity:0.8;">80%</p>

Text with #C2D4AE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C2D4AE;}

<p style="text-shadow: 3px 3px 1px #C2D4AE">Text here.</p>

This text has shadow with #C2D4AE color.

.textShadow {text-shadow: 3px 3px 1px #C2D4AE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C2D4AE, 5px 5px 20px red">Text here.</p>

This text has shadow with #C2D4AE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C2D4AE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C2D4AE, Direction=45, Strength=4)">Text</p>

This text has shadow with #C2D4AE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C2D4AE;
  -webkit-box-shadow:	1px 1px 3px 2px #C2D4AE;
  box-shadow:		1px 1px 3px 2px #C2D4AE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C2D4AE;
-webkit-box-shadow: 1px 1px 3px 2px #C2D4AE;
box-shadow:1px 1px 3px 2px #C2D4AE;">
Div content here</div>
This div box has shadow with color #C2D4AE.

Preview

Color preview on black background

This text has color #C2D4AE on black background.


Color preview on white background

This text has color #C2D4AE on white background.



Black color preview on #C2D4AE background

This text has black color on #C2D4AE background.


White color preview on #C2D4AE background

This text has white color on #C2D4AE background.