COLOR #C7D4ED

HEX: #C7D4ED
RGB: (199,212,237)

Color info

#C7D4ED contains red, green and blue colors in about the same proportion. Web safe color of #C7D4ED is #CCCCFF (or #CCF).

RGB color model

#C7D4ED color RGB value is (199,212,237).

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

RGB channels and saturation

R 199 of 255 = 78%
G 212 of 255 = 83%
B 237 of 255 = 93%

199
212
237

R + G + B ~ 85%. #C7D4ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 212 + 237 = 648 (100%)
R 199 of 648 ~ 30.71%
G 212 of 648 ~ 32.72%
B 237 of 648 ~ 36.57%

%30.71
%32.72
%36.57

CMYK color model

#C7D4ED color CMYK value is (16,11,0,7).

  • cyan value is 16.03%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(16,11,0,7)
C16M11Y0K7 
(16%,11%,0%,7%)
(0.16/0.11/0.00/0.07)	

CMYK percentages

%16.03
%10.55
%0
%7.06

Codes

Color #C7D4ED in popluar color models

C7D4ED
RGB199212237
HSL219°51.35%85.49%
HSB/HSV219°16.03%92.94%
CMYK16.03%10.55%0.00%
7.06%

Color #C7D4ED in popluar number systems.

HEXC7D4ED
Decimal199212237
Binary110001111101010011101101
Octal307324355

Shades and tints

Shades of #C7D4ED

#C7D4ED
(199,212,237)
#B5C1D8
(181,193,216)
#A3AEC3
(163,174,195)
#919BAE
(145,155,174)
#7F8899
(127,136,153)
#6D7584
(109,117,132)
#5B626F
(91,98,111)
#494F5A
(73,79,90)
#373C45
(55,60,69)
#252930
(37,41,48)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #C7D4ED

#C7D4ED
(199,212,237)
#CCD7EE
(204,215,238)
#D1DAEF
(209,218,239)
#D6DDF0
(214,221,240)
#DBE0F1
(219,224,241)
#E0E3F2
(224,227,242)
#E5E6F3
(229,230,243)
#EAE9F4
(234,233,244)
#EFECF5
(239,236,245)
#F4EFF6
(244,239,246)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D4ED; }

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

This text font color is #C7D4ED.


Background Color

.myBgColor { background-color: #C7D4ED; }

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

This div background color is #C7D4ED.


Border color

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

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

This div border color is #C7D4ED.


Opacity

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

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

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

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

This text has shadow with #C7D4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D4ED on black background.


Color preview on white background

This text has color #C7D4ED on white background.



Black color preview on #C7D4ED background

This text has black color on #C7D4ED background.


White color preview on #C7D4ED background

This text has white color on #C7D4ED background.