COLOR #C7D8CB

HEX: #C7D8CB RGB: (199,216,203)

Color info

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

RGB color model

#C7D8CB color RGB value is (199,216,203).

RGB: (199,216,203) (78%, 85%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 216 of 255 = 85%
B 203 of 255 = 80%

199
216
203

R + G + B ~ 81%. #C7D8CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 216 + 203 = 618 (100%)
R 199 of 618 ~ 32.2%
G 216 of 618 ~ 34.95%
B 203 of 618 ~ 32.85'%

%32.2
%34.95
%32.85

CMYK color model

#C7D8CB color CMYK value is (8,0,6,15).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 15.29%

CMYK: (8,0,6,15)
C8M0Y6K15 (8%, 0%, 6%, 15%)
(0.08 / 0.00 / 0.06 / 0.15)

CMYK percentages

%7.87
%0
%6.02
%15.29

Codes

Color #C7D8CB in popluar color models

C7 D8 CB
RGB 199 216 203
HSL 134° 17.89% 81.37%
HSB/HSV 134° 7.87% 84.71%
CMYK 7.87% 0.00% 6.02%
15.29%

Color #C7D8CB in popluar number systems.

HEX C7 D8 CB
Decimal 199 216 203
Binary 11000111 11011000 11001011
Octal 307 330 313

Shades and tints

Shades of #C7D8CB

#C7D8CB
(199,216,203)
#B5C5B9
(181,197,185)
#A3B2A7
(163,178,167)
#919F95
(145,159,149)
#7F8C83
(127,140,131)
#6D7971
(109,121,113)
#5B665F
(91,102,95)
#49534D
(73,83,77)
#37403B
(55,64,59)
#252D29
(37,45,41)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #C7D8CB

#C7D8CB
(199,216,203)
#CCDBCF
(204,219,207)
#D1DED3
(209,222,211)
#D6E1D7
(214,225,215)
#DBE4DB
(219,228,219)
#E0E7DF
(224,231,223)
#E5EAE3
(229,234,227)
#EAEDE7
(234,237,231)
#EFF0EB
(239,240,235)
#F4F3EF
(244,243,239)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D8CB; }

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

This text font color is #C7D8CB.

Background Color

.myBgColor { background-color: #C7D8CB; }

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

This div background color is #C7D8CB.

Border color

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

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

This div border color is #C7D8CB.

Opacity

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

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

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

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

This text has shadow with #C7D8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D8CB.

Preview

Color preview on black background

This text has color #C7D8CB on black background.


Color preview on white background

This text has color #C7D8CB on white background.


Black color preview on #C7D8CB background

This text has black color on #C7D8CB background.


White color preview on #C7D8CB background

This text has white color on #C7D8CB background.


Related colors

Complementary color

Complementary color for #hex is #382734.


I love getcolorcode.com

Triadic colors

1 #CBC7D8 and #D8CBC7 with #C7D8CB are triadic colors.

2 #CBD8C7 and #D8C7CB with #C7D8CB are triadic colors.