COLOR #C7D0CB

HEX: #C7D0CB
RGB: (199,208,203)

Color info

#C7D0CB contains red, green and blue colors in about the same proportion. Web safe color of #C7D0CB is #CCCCCC (or #CCC).

RGB color model

#C7D0CB color RGB value is (199,208,203).

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

RGB channels and saturation

R 199 of 255 = 78%
G 208 of 255 = 82%
B 203 of 255 = 80%

199
208
203

R + G + B ~ 80%. #C7D0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 208 + 203 = 610 (100%)
R 199 of 610 ~ 32.62%
G 208 of 610 ~ 34.1%
B 203 of 610 ~ 33.28%

%32.62
%34.1
%33.28

CMYK color model

#C7D0CB color CMYK value is (4,0,2,18).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 2.40%
  • key color value is 18.43%
CMYK:
(4,0,2,18)
C4M0Y2K18 
(4%,0%,2%,18%)
(0.04/0.00/0.02/0.18)	

CMYK percentages

%4.33
%0
%2.4
%18.43

Codes

Color #C7D0CB in popluar color models

C7D0CB
RGB199208203
HSL147°8.74%79.80%
HSB/HSV147°4.33%81.57%
CMYK4.33%0.00%2.40%
18.43%

Color #C7D0CB in popluar number systems.

HEXC7D0CB
Decimal199208203
Binary110001111101000011001011
Octal307320313

Shades and tints

Shades of #C7D0CB

#C7D0CB
(199,208,203)
#B5BEB9
(181,190,185)
#A3ACA7
(163,172,167)
#919A95
(145,154,149)
#7F8883
(127,136,131)
#6D7671
(109,118,113)
#5B645F
(91,100,95)
#49524D
(73,82,77)
#37403B
(55,64,59)
#252E29
(37,46,41)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #C7D0CB

#C7D0CB
(199,208,203)
#CCD4CF
(204,212,207)
#D1D8D3
(209,216,211)
#D6DCD7
(214,220,215)
#DBE0DB
(219,224,219)
#E0E4DF
(224,228,223)
#E5E8E3
(229,232,227)
#EAECE7
(234,236,231)
#EFF0EB
(239,240,235)
#F4F4EF
(244,244,239)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D0CB; }

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

This text font color is #C7D0CB.


Background Color

.myBgColor { background-color: #C7D0CB; }

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

This div background color is #C7D0CB.


Border color

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

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

This div border color is #C7D0CB.


Opacity

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

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

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

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

This text has shadow with #C7D0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D0CB on black background.


Color preview on white background

This text has color #C7D0CB on white background.



Black color preview on #C7D0CB background

This text has black color on #C7D0CB background.


White color preview on #C7D0CB background

This text has white color on #C7D0CB background.