COLOR #C2DEAA

HEX: #C2DEAA
RGB: (194,222,170)

Color info

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

RGB color model

#C2DEAA color RGB value is (194,222,170).

  • red value is 194;
  • green value is 222;
  • blue value is 170.
RGB:
(194,222,170)
(76%,87%,67%)

RGB channels and saturation

R 194 of 255 = 76%
G 222 of 255 = 87%
B 170 of 255 = 67%

194
222
170

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

Portions of RGB colors in percentages

R + G + B =
194 + 222 + 170 = 586 (100%)
R 194 of 586 ~ 33.11%
G 222 of 586 ~ 37.88%
B 170 of 586 ~ 29.01%

%33.11
%37.88
%29.01

CMYK color model

#C2DEAA color CMYK value is (13,0,23,13).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 23.42%
  • key color value is 12.94%
CMYK:
(13,0,23,13)
C13M0Y23K13 
(13%,0%,23%,13%)
(0.13/0.00/0.23/0.13)	

CMYK percentages

%12.61
%0
%23.42
%12.94

Codes

Color #C2DEAA in popluar color models

C2DEAA
RGB194222170
HSL92°44.07%76.86%
HSB/HSV92°23.42%87.06%
CMYK12.61%0.00%23.42%
12.94%

Color #C2DEAA in popluar number systems.

HEXC2DEAA
Decimal194222170
Binary110000101101111010101010
Octal302336252

Shades and tints

Shades of #C2DEAA

#C2DEAA
(194,222,170)
#B1CA9B
(177,202,155)
#A0B68C
(160,182,140)
#8FA27D
(143,162,125)
#7E8E6E
(126,142,110)
#6D7A5F
(109,122,95)
#5C6650
(92,102,80)
#4B5241
(75,82,65)
#3A3E32
(58,62,50)
#292A23
(41,42,35)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #C2DEAA

#C2DEAA
(194,222,170)
#C7E1B1
(199,225,177)
#CCE4B8
(204,228,184)
#D1E7BF
(209,231,191)
#D6EAC6
(214,234,198)
#DBEDCD
(219,237,205)
#E0F0D4
(224,240,212)
#E5F3DB
(229,243,219)
#EAF6E2
(234,246,226)
#EFF9E9
(239,249,233)
#F4FCF0
(244,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DEAA color. Also use rgb(194,222,170) instead hex code.

Text Font Color

.myTextColor { color: #C2DEAA; }

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

This text font color is #C2DEAA.


Background Color

.myBgColor { background-color: #C2DEAA; }

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

This div background color is #C2DEAA.


Border color

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

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

This div border color is #C2DEAA.


Opacity

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

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

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

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

This text has shadow with #C2DEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DEAA on black background.


Color preview on white background

This text has color #C2DEAA on white background.



Black color preview on #C2DEAA background

This text has black color on #C2DEAA background.


White color preview on #C2DEAA background

This text has white color on #C2DEAA background.