COLOR #C2DEA7

HEX: #C2DEA7
RGB: (194,222,167)

Color info

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

RGB color model

#C2DEA7 color RGB value is (194,222,167).

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

RGB channels and saturation

R 194 of 255 = 76%
G 222 of 255 = 87%
B 167 of 255 = 65%

194
222
167

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

Portions of RGB colors in percentages

R + G + B =
194 + 222 + 167 = 583 (100%)
R 194 of 583 ~ 33.28%
G 222 of 583 ~ 38.08%
B 167 of 583 ~ 28.64%

%33.28
%38.08
%28.64

CMYK color model

#C2DEA7 color CMYK value is (13,0,25,13).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 24.77%
  • key color value is 12.94%
CMYK:
(13,0,25,13)
C13M0Y25K13 
(13%,0%,25%,13%)
(0.13/0.00/0.25/0.13)	

CMYK percentages

%12.61
%0
%24.77
%12.94

Codes

Color #C2DEA7 in popluar color models

C2DEA7
RGB194222167
HSL91°45.45%76.27%
HSB/HSV91°24.77%87.06%
CMYK12.61%0.00%24.77%
12.94%

Color #C2DEA7 in popluar number systems.

HEXC2DEA7
Decimal194222167
Binary110000101101111010100111
Octal302336247

Shades and tints

Shades of #C2DEA7

#C2DEA7
(194,222,167)
#B1CA98
(177,202,152)
#A0B689
(160,182,137)
#8FA27A
(143,162,122)
#7E8E6B
(126,142,107)
#6D7A5C
(109,122,92)
#5C664D
(92,102,77)
#4B523E
(75,82,62)
#3A3E2F
(58,62,47)
#292A20
(41,42,32)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #C2DEA7

#C2DEA7
(194,222,167)
#C7E1AF
(199,225,175)
#CCE4B7
(204,228,183)
#D1E7BF
(209,231,191)
#D6EAC7
(214,234,199)
#DBEDCF
(219,237,207)
#E0F0D7
(224,240,215)
#E5F3DF
(229,243,223)
#EAF6E7
(234,246,231)
#EFF9EF
(239,249,239)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DEA7; }

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

This text font color is #C2DEA7.


Background Color

.myBgColor { background-color: #C2DEA7; }

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

This div background color is #C2DEA7.


Border color

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

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

This div border color is #C2DEA7.


Opacity

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

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

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

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

This text has shadow with #C2DEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DEA7 on black background.


Color preview on white background

This text has color #C2DEA7 on white background.



Black color preview on #C2DEA7 background

This text has black color on #C2DEA7 background.


White color preview on #C2DEA7 background

This text has white color on #C2DEA7 background.