COLOR #C7D6D8

HEX: #C7D6D8
RGB: (199,214,216)

Color info

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

RGB color model

#C7D6D8 color RGB value is (199,214,216).

  • red value is 199;
  • green value is 214;
  • blue value is 216.
RGB:
(199,214,216)
(78%,84%,85%)

RGB channels and saturation

R 199 of 255 = 78%
G 214 of 255 = 84%
B 216 of 255 = 85%

199
214
216

R + G + B ~ 82%. #C7D6D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 214 + 216 = 629 (100%)
R 199 of 629 ~ 31.64%
G 214 of 629 ~ 34.02%
B 216 of 629 ~ 34.34%

%31.64
%34.02
%34.34

CMYK color model

#C7D6D8 color CMYK value is (8,1,0,15).

  • cyan value is 7.87%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(8,1,0,15)
C8M1Y0K15 
(8%,1%,0%,15%)
(0.08/0.01/0.00/0.15)	

CMYK percentages

%7.87
%0.93
%0
%15.29

Codes

Color #C7D6D8 in popluar color models

C7D6D8
RGB199214216
HSL187°17.89%81.37%
HSB/HSV187°7.87%84.71%
CMYK7.87%0.93%0.00%
15.29%

Color #C7D6D8 in popluar number systems.

HEXC7D6D8
Decimal199214216
Binary110001111101011011011000
Octal307326330

Shades and tints

Shades of #C7D6D8

#C7D6D8
(199,214,216)
#B5C3C5
(181,195,197)
#A3B0B2
(163,176,178)
#919D9F
(145,157,159)
#7F8A8C
(127,138,140)
#6D7779
(109,119,121)
#5B6466
(91,100,102)
#495153
(73,81,83)
#373E40
(55,62,64)
#252B2D
(37,43,45)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #C7D6D8

#C7D6D8
(199,214,216)
#CCD9DB
(204,217,219)
#D1DCDE
(209,220,222)
#D6DFE1
(214,223,225)
#DBE2E4
(219,226,228)
#E0E5E7
(224,229,231)
#E5E8EA
(229,232,234)
#EAEBED
(234,235,237)
#EFEEF0
(239,238,240)
#F4F1F3
(244,241,243)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D6D8; }

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

This text font color is #C7D6D8.


Background Color

.myBgColor { background-color: #C7D6D8; }

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

This div background color is #C7D6D8.


Border color

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

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

This div border color is #C7D6D8.


Opacity

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

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

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

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

This text has shadow with #C7D6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D6D8 on black background.


Color preview on white background

This text has color #C7D6D8 on white background.



Black color preview on #C7D6D8 background

This text has black color on #C7D6D8 background.


White color preview on #C7D6D8 background

This text has white color on #C7D6D8 background.