COLOR #C7DBAE

HEX: #C7DBAE
RGB: (199,219,174)

Color info

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

RGB color model

#C7DBAE color RGB value is (199,219,174).

  • red value is 199;
  • green value is 219;
  • blue value is 174.
RGB:
(199,219,174)
(78%,86%,68%)

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 174 of 255 = 68%

199
219
174

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

Portions of RGB colors in percentages

R + G + B =
199 + 219 + 174 = 592 (100%)
R 199 of 592 ~ 33.61%
G 219 of 592 ~ 36.99%
B 174 of 592 ~ 29.39%

%33.61
%36.99
%29.39

CMYK color model

#C7DBAE color CMYK value is (9,0,21,14).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 14.12%
CMYK:
(9,0,21,14)
C9M0Y21K14 
(9%,0%,21%,14%)
(0.09/0.00/0.21/0.14)	

CMYK percentages

%9.13
%0
%20.55
%14.12

Codes

Color #C7DBAE in popluar color models

C7DBAE
RGB199219174
HSL87°38.46%77.06%
HSB/HSV87°20.55%85.88%
CMYK9.13%0.00%20.55%
14.12%

Color #C7DBAE in popluar number systems.

HEXC7DBAE
Decimal199219174
Binary110001111101101110101110
Octal307333256

Shades and tints

Shades of #C7DBAE

#C7DBAE
(199,219,174)
#B5C89F
(181,200,159)
#A3B590
(163,181,144)
#91A281
(145,162,129)
#7F8F72
(127,143,114)
#6D7C63
(109,124,99)
#5B6954
(91,105,84)
#495645
(73,86,69)
#374336
(55,67,54)
#253027
(37,48,39)
#131D18
(19,29,24)
#000000
(0,0,0)

Tints of #C7DBAE

#C7DBAE
(199,219,174)
#CCDEB5
(204,222,181)
#D1E1BC
(209,225,188)
#D6E4C3
(214,228,195)
#DBE7CA
(219,231,202)
#E0EAD1
(224,234,209)
#E5EDD8
(229,237,216)
#EAF0DF
(234,240,223)
#EFF3E6
(239,243,230)
#F4F6ED
(244,246,237)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DBAE color. Also use rgb(199,219,174) instead hex code.

Text Font Color

.myTextColor { color: #C7DBAE; }

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

This text font color is #C7DBAE.


Background Color

.myBgColor { background-color: #C7DBAE; }

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

This div background color is #C7DBAE.


Border color

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

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

This div border color is #C7DBAE.


Opacity

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

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

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

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

This text has shadow with #C7DBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DBAE on black background.


Color preview on white background

This text has color #C7DBAE on white background.



Black color preview on #C7DBAE background

This text has black color on #C7DBAE background.


White color preview on #C7DBAE background

This text has white color on #C7DBAE background.