COLOR #C7DEAD

HEX: #C7DEAD
RGB: (199,222,173)

Color info

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

RGB color model

#C7DEAD color RGB value is (199,222,173).

  • red value is 199;
  • green value is 222;
  • blue value is 173.
RGB:
(199,222,173)
(78%,87%,68%)

RGB channels and saturation

R 199 of 255 = 78%
G 222 of 255 = 87%
B 173 of 255 = 68%

199
222
173

R + G + B ~ 78%. #C7DEAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 222 + 173 = 594 (100%)
R 199 of 594 ~ 33.5%
G 222 of 594 ~ 37.37%
B 173 of 594 ~ 29.12%

%33.5
%37.37
%29.12

CMYK color model

#C7DEAD color CMYK value is (10,0,22,13).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 22.07%
  • key color value is 12.94%
CMYK:
(10,0,22,13)
C10M0Y22K13 
(10%,0%,22%,13%)
(0.10/0.00/0.22/0.13)	

CMYK percentages

%10.36
%0
%22.07
%12.94

Codes

Color #C7DEAD in popluar color models

C7DEAD
RGB199222173
HSL88°42.61%77.45%
HSB/HSV88°22.07%87.06%
CMYK10.36%0.00%22.07%
12.94%

Color #C7DEAD in popluar number systems.

HEXC7DEAD
Decimal199222173
Binary110001111101111010101101
Octal307336255

Shades and tints

Shades of #C7DEAD

#C7DEAD
(199,222,173)
#B5CA9E
(181,202,158)
#A3B68F
(163,182,143)
#91A280
(145,162,128)
#7F8E71
(127,142,113)
#6D7A62
(109,122,98)
#5B6653
(91,102,83)
#495244
(73,82,68)
#373E35
(55,62,53)
#252A26
(37,42,38)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #C7DEAD

#C7DEAD
(199,222,173)
#CCE1B4
(204,225,180)
#D1E4BB
(209,228,187)
#D6E7C2
(214,231,194)
#DBEAC9
(219,234,201)
#E0EDD0
(224,237,208)
#E5F0D7
(229,240,215)
#EAF3DE
(234,243,222)
#EFF6E5
(239,246,229)
#F4F9EC
(244,249,236)
#F9FCF3
(249,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DEAD color. Also use rgb(199,222,173) instead hex code.

Text Font Color

.myTextColor { color: #C7DEAD; }

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

This text font color is #C7DEAD.


Background Color

.myBgColor { background-color: #C7DEAD; }

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

This div background color is #C7DEAD.


Border color

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

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

This div border color is #C7DEAD.


Opacity

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

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

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

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

This text has shadow with #C7DEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DEAD on black background.


Color preview on white background

This text has color #C7DEAD on white background.



Black color preview on #C7DEAD background

This text has black color on #C7DEAD background.


White color preview on #C7DEAD background

This text has white color on #C7DEAD background.