COLOR #C2DCAE

HEX: #C2DCAE
RGB: (194,220,174)

Color info

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

RGB color model

#C2DCAE color RGB value is (194,220,174).

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

RGB channels and saturation

R 194 of 255 = 76%
G 220 of 255 = 86%
B 174 of 255 = 68%

194
220
174

R + G + B ~ 77%. #C2DCAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 220 + 174 = 588 (100%)
R 194 of 588 ~ 32.99%
G 220 of 588 ~ 37.41%
B 174 of 588 ~ 29.59%

%32.99
%37.41
%29.59

CMYK color model

#C2DCAE color CMYK value is (12,0,21,14).

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 20.91%
  • key color value is 13.73%
CMYK:
(12,0,21,14)
C12M0Y21K14 
(12%,0%,21%,14%)
(0.12/0.00/0.21/0.14)	

CMYK percentages

%11.82
%0
%20.91
%13.73

Codes

Color #C2DCAE in popluar color models

C2DCAE
RGB194220174
HSL94°39.66%77.25%
HSB/HSV94°20.91%86.27%
CMYK11.82%0.00%20.91%
13.73%

Color #C2DCAE in popluar number systems.

HEXC2DCAE
Decimal194220174
Binary110000101101110010101110
Octal302334256

Shades and tints

Shades of #C2DCAE

#C2DCAE
(194,220,174)
#B1C89F
(177,200,159)
#A0B490
(160,180,144)
#8FA081
(143,160,129)
#7E8C72
(126,140,114)
#6D7863
(109,120,99)
#5C6454
(92,100,84)
#4B5045
(75,80,69)
#3A3C36
(58,60,54)
#292827
(41,40,39)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #C2DCAE

#C2DCAE
(194,220,174)
#C7DFB5
(199,223,181)
#CCE2BC
(204,226,188)
#D1E5C3
(209,229,195)
#D6E8CA
(214,232,202)
#DBEBD1
(219,235,209)
#E0EED8
(224,238,216)
#E5F1DF
(229,241,223)
#EAF4E6
(234,244,230)
#EFF7ED
(239,247,237)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DCAE; }

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

This text font color is #C2DCAE.


Background Color

.myBgColor { background-color: #C2DCAE; }

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

This div background color is #C2DCAE.


Border color

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

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

This div border color is #C2DCAE.


Opacity

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

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

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

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

This text has shadow with #C2DCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DCAE on black background.


Color preview on white background

This text has color #C2DCAE on white background.



Black color preview on #C2DCAE background

This text has black color on #C2DCAE background.


White color preview on #C2DCAE background

This text has white color on #C2DCAE background.