COLOR #C7DCAB

HEX: #C7DCAB
RGB: (199,220,171)

Color info

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

RGB color model

#C7DCAB color RGB value is (199,220,171).

  • red value is 199;
  • green value is 220;
  • blue value is 171.
RGB:
(199,220,171)
(78%,86%,67%)

RGB channels and saturation

R 199 of 255 = 78%
G 220 of 255 = 86%
B 171 of 255 = 67%

199
220
171

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

Portions of RGB colors in percentages

R + G + B =
199 + 220 + 171 = 590 (100%)
R 199 of 590 ~ 33.73%
G 220 of 590 ~ 37.29%
B 171 of 590 ~ 28.98%

%33.73
%37.29
%28.98

CMYK color model

#C7DCAB color CMYK value is (10,0,22,14).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(10,0,22,14)
C10M0Y22K14 
(10%,0%,22%,14%)
(0.10/0.00/0.22/0.14)	

CMYK percentages

%9.55
%0
%22.27
%13.73

Codes

Color #C7DCAB in popluar color models

C7DCAB
RGB199220171
HSL86°41.18%76.67%
HSB/HSV86°22.27%86.27%
CMYK9.55%0.00%22.27%
13.73%

Color #C7DCAB in popluar number systems.

HEXC7DCAB
Decimal199220171
Binary110001111101110010101011
Octal307334253

Shades and tints

Shades of #C7DCAB

#C7DCAB
(199,220,171)
#B5C89C
(181,200,156)
#A3B48D
(163,180,141)
#91A07E
(145,160,126)
#7F8C6F
(127,140,111)
#6D7860
(109,120,96)
#5B6451
(91,100,81)
#495042
(73,80,66)
#373C33
(55,60,51)
#252824
(37,40,36)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #C7DCAB

#C7DCAB
(199,220,171)
#CCDFB2
(204,223,178)
#D1E2B9
(209,226,185)
#D6E5C0
(214,229,192)
#DBE8C7
(219,232,199)
#E0EBCE
(224,235,206)
#E5EED5
(229,238,213)
#EAF1DC
(234,241,220)
#EFF4E3
(239,244,227)
#F4F7EA
(244,247,234)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DCAB color. Also use rgb(199,220,171) instead hex code.

Text Font Color

.myTextColor { color: #C7DCAB; }

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

This text font color is #C7DCAB.


Background Color

.myBgColor { background-color: #C7DCAB; }

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

This div background color is #C7DCAB.


Border color

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

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

This div border color is #C7DCAB.


Opacity

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

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

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

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

This text has shadow with #C7DCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DCAB on black background.


Color preview on white background

This text has color #C7DCAB on white background.



Black color preview on #C7DCAB background

This text has black color on #C7DCAB background.


White color preview on #C7DCAB background

This text has white color on #C7DCAB background.