COLOR #C7D9CC

HEX: #C7D9CC
RGB: (199,217,204)

Color info

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

RGB color model

#C7D9CC color RGB value is (199,217,204).

  • red value is 199;
  • green value is 217;
  • blue value is 204.
RGB:
(199,217,204)
(78%,85%,80%)

RGB channels and saturation

R 199 of 255 = 78%
G 217 of 255 = 85%
B 204 of 255 = 80%

199
217
204

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

Portions of RGB colors in percentages

R + G + B =
199 + 217 + 204 = 620 (100%)
R 199 of 620 ~ 32.1%
G 217 of 620 ~ 35%
B 204 of 620 ~ 32.9%

%32.1
%35
%32.9

CMYK color model

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

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 14.90%
CMYK:
(8,0,6,15)
C8M0Y6K15 
(8%,0%,6%,15%)
(0.08/0.00/0.06/0.15)	

CMYK percentages

%8.29
%0
%5.99
%14.9

Codes

Color #C7D9CC in popluar color models

C7D9CC
RGB199217204
HSL137°19.15%81.57%
HSB/HSV137°8.29%85.10%
CMYK8.29%0.00%5.99%
14.90%

Color #C7D9CC in popluar number systems.

HEXC7D9CC
Decimal199217204
Binary110001111101100111001100
Octal307331314

Shades and tints

Shades of #C7D9CC

#C7D9CC
(199,217,204)
#B5C6BA
(181,198,186)
#A3B3A8
(163,179,168)
#91A096
(145,160,150)
#7F8D84
(127,141,132)
#6D7A72
(109,122,114)
#5B6760
(91,103,96)
#49544E
(73,84,78)
#37413C
(55,65,60)
#252E2A
(37,46,42)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #C7D9CC

#C7D9CC
(199,217,204)
#CCDCD0
(204,220,208)
#D1DFD4
(209,223,212)
#D6E2D8
(214,226,216)
#DBE5DC
(219,229,220)
#E0E8E0
(224,232,224)
#E5EBE4
(229,235,228)
#EAEEE8
(234,238,232)
#EFF1EC
(239,241,236)
#F4F4F0
(244,244,240)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D9CC color. Also use rgb(199,217,204) instead hex code.

Text Font Color

.myTextColor { color: #C7D9CC; }

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

This text font color is #C7D9CC.


Background Color

.myBgColor { background-color: #C7D9CC; }

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

This div background color is #C7D9CC.


Border color

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

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

This div border color is #C7D9CC.


Opacity

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

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

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

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

This text has shadow with #C7D9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D9CC on black background.


Color preview on white background

This text has color #C7D9CC on white background.



Black color preview on #C7D9CC background

This text has black color on #C7D9CC background.


White color preview on #C7D9CC background

This text has white color on #C7D9CC background.