COLOR #C7DBA9

HEX: #C7DBA9
RGB: (199,219,169)

Color info

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

RGB color model

#C7DBA9 color RGB value is (199,219,169).

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

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 169 of 255 = 66%

199
219
169

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

Portions of RGB colors in percentages

R + G + B =
199 + 219 + 169 = 587 (100%)
R 199 of 587 ~ 33.9%
G 219 of 587 ~ 37.31%
B 169 of 587 ~ 28.79%

%33.9
%37.31
%28.79

CMYK color model

#C7DBA9 color CMYK value is (9,0,23,14).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 14.12%
CMYK:
(9,0,23,14)
C9M0Y23K14 
(9%,0%,23%,14%)
(0.09/0.00/0.23/0.14)	

CMYK percentages

%9.13
%0
%22.83
%14.12

Codes

Color #C7DBA9 in popluar color models

C7DBA9
RGB199219169
HSL84°40.98%76.08%
HSB/HSV84°22.83%85.88%
CMYK9.13%0.00%22.83%
14.12%

Color #C7DBA9 in popluar number systems.

HEXC7DBA9
Decimal199219169
Binary110001111101101110101001
Octal307333251

Shades and tints

Shades of #C7DBA9

#C7DBA9
(199,219,169)
#B5C89A
(181,200,154)
#A3B58B
(163,181,139)
#91A27C
(145,162,124)
#7F8F6D
(127,143,109)
#6D7C5E
(109,124,94)
#5B694F
(91,105,79)
#495640
(73,86,64)
#374331
(55,67,49)
#253022
(37,48,34)
#131D13
(19,29,19)
#000000
(0,0,0)

Tints of #C7DBA9

#C7DBA9
(199,219,169)
#CCDEB0
(204,222,176)
#D1E1B7
(209,225,183)
#D6E4BE
(214,228,190)
#DBE7C5
(219,231,197)
#E0EACC
(224,234,204)
#E5EDD3
(229,237,211)
#EAF0DA
(234,240,218)
#EFF3E1
(239,243,225)
#F4F6E8
(244,246,232)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DBA9; }

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

This text font color is #C7DBA9.


Background Color

.myBgColor { background-color: #C7DBA9; }

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

This div background color is #C7DBA9.


Border color

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

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

This div border color is #C7DBA9.


Opacity

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

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

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

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

This text has shadow with #C7DBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DBA9 on black background.


Color preview on white background

This text has color #C7DBA9 on white background.



Black color preview on #C7DBA9 background

This text has black color on #C7DBA9 background.


White color preview on #C7DBA9 background

This text has white color on #C7DBA9 background.