COLOR #C2D3AE

HEX: #C2D3AE
RGB: (194,211,174)

Color info

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

RGB color model

#C2D3AE color RGB value is (194,211,174).

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

RGB channels and saturation

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

194
211
174

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

Portions of RGB colors in percentages

R + G + B =
194 + 211 + 174 = 579 (100%)
R 194 of 579 ~ 33.51%
G 211 of 579 ~ 36.44%
B 174 of 579 ~ 30.05%

%33.51
%36.44
%30.05

CMYK color model

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

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

CMYK percentages

%8.06
%0
%17.54
%17.25

Codes

Color #C2D3AE in popluar color models

C2D3AE
RGB194211174
HSL88°29.60%75.49%
HSB/HSV88°17.54%82.75%
CMYK8.06%0.00%17.54%
17.25%

Color #C2D3AE in popluar number systems.

HEXC2D3AE
Decimal194211174
Binary110000101101001110101110
Octal302323256

Shades and tints

Shades of #C2D3AE

#C2D3AE
(194,211,174)
#B1C09F
(177,192,159)
#A0AD90
(160,173,144)
#8F9A81
(143,154,129)
#7E8772
(126,135,114)
#6D7463
(109,116,99)
#5C6154
(92,97,84)
#4B4E45
(75,78,69)
#3A3B36
(58,59,54)
#292827
(41,40,39)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #C2D3AE

#C2D3AE
(194,211,174)
#C7D7B5
(199,215,181)
#CCDBBC
(204,219,188)
#D1DFC3
(209,223,195)
#D6E3CA
(214,227,202)
#DBE7D1
(219,231,209)
#E0EBD8
(224,235,216)
#E5EFDF
(229,239,223)
#EAF3E6
(234,243,230)
#EFF7ED
(239,247,237)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D3AE; }

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

This text font color is #C2D3AE.


Background Color

.myBgColor { background-color: #C2D3AE; }

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

This div background color is #C2D3AE.


Border color

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

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

This div border color is #C2D3AE.


Opacity

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

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

Text with #C2D3AE 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 #C2D3AE;}

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

This text has shadow with #C2D3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D3AE on black background.


Color preview on white background

This text has color #C2D3AE on white background.



Black color preview on #C2D3AE background

This text has black color on #C2D3AE background.


White color preview on #C2D3AE background

This text has white color on #C2D3AE background.