COLOR #C7D0B3

HEX: #C7D0B3
RGB: (199,208,179)

Color info

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

RGB color model

#C7D0B3 color RGB value is (199,208,179).

  • red value is 199;
  • green value is 208;
  • blue value is 179.
RGB:
(199,208,179)
(78%,82%,70%)

RGB channels and saturation

R 199 of 255 = 78%
G 208 of 255 = 82%
B 179 of 255 = 70%

199
208
179

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

Portions of RGB colors in percentages

R + G + B =
199 + 208 + 179 = 586 (100%)
R 199 of 586 ~ 33.96%
G 208 of 586 ~ 35.49%
B 179 of 586 ~ 30.55%

%33.96
%35.49
%30.55

CMYK color model

#C7D0B3 color CMYK value is (4,0,14,18).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 13.94%
  • key color value is 18.43%
CMYK:
(4,0,14,18)
C4M0Y14K18 
(4%,0%,14%,18%)
(0.04/0.00/0.14/0.18)	

CMYK percentages

%4.33
%0
%13.94
%18.43

Codes

Color #C7D0B3 in popluar color models

C7D0B3
RGB199208179
HSL79°23.58%75.88%
HSB/HSV79°13.94%81.57%
CMYK4.33%0.00%13.94%
18.43%

Color #C7D0B3 in popluar number systems.

HEXC7D0B3
Decimal199208179
Binary110001111101000010110011
Octal307320263

Shades and tints

Shades of #C7D0B3

#C7D0B3
(199,208,179)
#B5BEA3
(181,190,163)
#A3AC93
(163,172,147)
#919A83
(145,154,131)
#7F8873
(127,136,115)
#6D7663
(109,118,99)
#5B6453
(91,100,83)
#495243
(73,82,67)
#374033
(55,64,51)
#252E23
(37,46,35)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #C7D0B3

#C7D0B3
(199,208,179)
#CCD4B9
(204,212,185)
#D1D8BF
(209,216,191)
#D6DCC5
(214,220,197)
#DBE0CB
(219,224,203)
#E0E4D1
(224,228,209)
#E5E8D7
(229,232,215)
#EAECDD
(234,236,221)
#EFF0E3
(239,240,227)
#F4F4E9
(244,244,233)
#F9F8EF
(249,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D0B3 color. Also use rgb(199,208,179) instead hex code.

Text Font Color

.myTextColor { color: #C7D0B3; }

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

This text font color is #C7D0B3.


Background Color

.myBgColor { background-color: #C7D0B3; }

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

This div background color is #C7D0B3.


Border color

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

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

This div border color is #C7D0B3.


Opacity

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

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

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

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

This text has shadow with #C7D0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D0B3 on black background.


Color preview on white background

This text has color #C7D0B3 on white background.



Black color preview on #C7D0B3 background

This text has black color on #C7D0B3 background.


White color preview on #C7D0B3 background

This text has white color on #C7D0B3 background.