COLOR #C7DCB1

HEX: #C7DCB1
RGB: (199,220,177)

Color info

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

RGB color model

#C7DCB1 color RGB value is (199,220,177).

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

RGB channels and saturation

R 199 of 255 = 78%
G 220 of 255 = 86%
B 177 of 255 = 69%

199
220
177

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

Portions of RGB colors in percentages

R + G + B =
199 + 220 + 177 = 596 (100%)
R 199 of 596 ~ 33.39%
G 220 of 596 ~ 36.91%
B 177 of 596 ~ 29.7%

%33.39
%36.91
%29.7

CMYK color model

#C7DCB1 color CMYK value is (10,0,20,14).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 13.73%
CMYK:
(10,0,20,14)
C10M0Y20K14 
(10%,0%,20%,14%)
(0.10/0.00/0.20/0.14)	

CMYK percentages

%9.55
%0
%19.55
%13.73

Codes

Color #C7DCB1 in popluar color models

C7DCB1
RGB199220177
HSL89°38.05%77.84%
HSB/HSV89°19.55%86.27%
CMYK9.55%0.00%19.55%
13.73%

Color #C7DCB1 in popluar number systems.

HEXC7DCB1
Decimal199220177
Binary110001111101110010110001
Octal307334261

Shades and tints

Shades of #C7DCB1

#C7DCB1
(199,220,177)
#B5C8A1
(181,200,161)
#A3B491
(163,180,145)
#91A081
(145,160,129)
#7F8C71
(127,140,113)
#6D7861
(109,120,97)
#5B6451
(91,100,81)
#495041
(73,80,65)
#373C31
(55,60,49)
#252821
(37,40,33)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #C7DCB1

#C7DCB1
(199,220,177)
#CCDFB8
(204,223,184)
#D1E2BF
(209,226,191)
#D6E5C6
(214,229,198)
#DBE8CD
(219,232,205)
#E0EBD4
(224,235,212)
#E5EEDB
(229,238,219)
#EAF1E2
(234,241,226)
#EFF4E9
(239,244,233)
#F4F7F0
(244,247,240)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DCB1; }

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

This text font color is #C7DCB1.


Background Color

.myBgColor { background-color: #C7DCB1; }

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

This div background color is #C7DCB1.


Border color

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

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

This div border color is #C7DCB1.


Opacity

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

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

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

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

This text has shadow with #C7DCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DCB1 on black background.


Color preview on white background

This text has color #C7DCB1 on white background.



Black color preview on #C7DCB1 background

This text has black color on #C7DCB1 background.


White color preview on #C7DCB1 background

This text has white color on #C7DCB1 background.