COLOR #C7D4DB

HEX: #C7D4DB
RGB: (199,212,219)

Color info

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

RGB color model

#C7D4DB color RGB value is (199,212,219).

  • red value is 199;
  • green value is 212;
  • blue value is 219.
RGB:
(199,212,219)
(78%,83%,86%)

RGB channels and saturation

R 199 of 255 = 78%
G 212 of 255 = 83%
B 219 of 255 = 86%

199
212
219

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

Portions of RGB colors in percentages

R + G + B =
199 + 212 + 219 = 630 (100%)
R 199 of 630 ~ 31.59%
G 212 of 630 ~ 33.65%
B 219 of 630 ~ 34.76%

%31.59
%33.65
%34.76

CMYK color model

#C7D4DB color CMYK value is (9,3,0,14).

  • cyan value is 9.13%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(9,3,0,14)
C9M3Y0K14 
(9%,3%,0%,14%)
(0.09/0.03/0.00/0.14)	

CMYK percentages

%9.13
%3.2
%0
%14.12

Codes

Color #C7D4DB in popluar color models

C7D4DB
RGB199212219
HSL201°21.74%81.96%
HSB/HSV201°9.13%85.88%
CMYK9.13%3.20%0.00%
14.12%

Color #C7D4DB in popluar number systems.

HEXC7D4DB
Decimal199212219
Binary110001111101010011011011
Octal307324333

Shades and tints

Shades of #C7D4DB

#C7D4DB
(199,212,219)
#B5C1C8
(181,193,200)
#A3AEB5
(163,174,181)
#919BA2
(145,155,162)
#7F888F
(127,136,143)
#6D757C
(109,117,124)
#5B6269
(91,98,105)
#494F56
(73,79,86)
#373C43
(55,60,67)
#252930
(37,41,48)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #C7D4DB

#C7D4DB
(199,212,219)
#CCD7DE
(204,215,222)
#D1DAE1
(209,218,225)
#D6DDE4
(214,221,228)
#DBE0E7
(219,224,231)
#E0E3EA
(224,227,234)
#E5E6ED
(229,230,237)
#EAE9F0
(234,233,240)
#EFECF3
(239,236,243)
#F4EFF6
(244,239,246)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D4DB color. Also use rgb(199,212,219) instead hex code.

Text Font Color

.myTextColor { color: #C7D4DB; }

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

This text font color is #C7D4DB.


Background Color

.myBgColor { background-color: #C7D4DB; }

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

This div background color is #C7D4DB.


Border color

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

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

This div border color is #C7D4DB.


Opacity

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

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

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

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

This text has shadow with #C7D4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D4DB on black background.


Color preview on white background

This text has color #C7D4DB on white background.



Black color preview on #C7D4DB background

This text has black color on #C7D4DB background.


White color preview on #C7D4DB background

This text has white color on #C7D4DB background.