COLOR #C2D6A9

HEX: #C2D6A9
RGB: (194,214,169)

Color info

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

RGB color model

#C2D6A9 color RGB value is (194,214,169).

  • red value is 194;
  • green value is 214;
  • blue value is 169.
RGB:
(194,214,169)
(76%,84%,66%)

RGB channels and saturation

R 194 of 255 = 76%
G 214 of 255 = 84%
B 169 of 255 = 66%

194
214
169

R + G + B ~ 75%. #C2D6A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 214 + 169 = 577 (100%)
R 194 of 577 ~ 33.62%
G 214 of 577 ~ 37.09%
B 169 of 577 ~ 29.29%

%33.62
%37.09
%29.29

CMYK color model

#C2D6A9 color CMYK value is (9,0,21,16).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 21.03%
  • key color value is 16.08%
CMYK:
(9,0,21,16)
C9M0Y21K16 
(9%,0%,21%,16%)
(0.09/0.00/0.21/0.16)	

CMYK percentages

%9.35
%0
%21.03
%16.08

Codes

Color #C2D6A9 in popluar color models

C2D6A9
RGB194214169
HSL87°35.43%75.10%
HSB/HSV87°21.03%83.92%
CMYK9.35%0.00%21.03%
16.08%

Color #C2D6A9 in popluar number systems.

HEXC2D6A9
Decimal194214169
Binary110000101101011010101001
Octal302326251

Shades and tints

Shades of #C2D6A9

#C2D6A9
(194,214,169)
#B1C39A
(177,195,154)
#A0B08B
(160,176,139)
#8F9D7C
(143,157,124)
#7E8A6D
(126,138,109)
#6D775E
(109,119,94)
#5C644F
(92,100,79)
#4B5140
(75,81,64)
#3A3E31
(58,62,49)
#292B22
(41,43,34)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #C2D6A9

#C2D6A9
(194,214,169)
#C7D9B0
(199,217,176)
#CCDCB7
(204,220,183)
#D1DFBE
(209,223,190)
#D6E2C5
(214,226,197)
#DBE5CC
(219,229,204)
#E0E8D3
(224,232,211)
#E5EBDA
(229,235,218)
#EAEEE1
(234,238,225)
#EFF1E8
(239,241,232)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D6A9 color. Also use rgb(194,214,169) instead hex code.

Text Font Color

.myTextColor { color: #C2D6A9; }

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

This text font color is #C2D6A9.


Background Color

.myBgColor { background-color: #C2D6A9; }

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

This div background color is #C2D6A9.


Border color

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

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

This div border color is #C2D6A9.


Opacity

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

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

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

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

This text has shadow with #C2D6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D6A9 on black background.


Color preview on white background

This text has color #C2D6A9 on white background.



Black color preview on #C2D6A9 background

This text has black color on #C2D6A9 background.


White color preview on #C2D6A9 background

This text has white color on #C2D6A9 background.