COLOR #C7D5EF

HEX: #C7D5EF
RGB: (199,213,239)

Color info

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

RGB color model

#C7D5EF color RGB value is (199,213,239).

  • red value is 199;
  • green value is 213;
  • blue value is 239.
RGB:
(199,213,239)
(78%,84%,94%)

RGB channels and saturation

R 199 of 255 = 78%
G 213 of 255 = 84%
B 239 of 255 = 94%

199
213
239

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

Portions of RGB colors in percentages

R + G + B =
199 + 213 + 239 = 651 (100%)
R 199 of 651 ~ 30.57%
G 213 of 651 ~ 32.72%
B 239 of 651 ~ 36.71%

%30.57
%32.72
%36.71

CMYK color model

#C7D5EF color CMYK value is (17,11,0,6).

  • cyan value is 16.74%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(17,11,0,6)
C17M11Y0K6 
(17%,11%,0%,6%)
(0.17/0.11/0.00/0.06)	

CMYK percentages

%16.74
%10.88
%0
%6.27

Codes

Color #C7D5EF in popluar color models

C7D5EF
RGB199213239
HSL219°55.56%85.88%
HSB/HSV219°16.74%93.73%
CMYK16.74%10.88%0.00%
6.27%

Color #C7D5EF in popluar number systems.

HEXC7D5EF
Decimal199213239
Binary110001111101010111101111
Octal307325357

Shades and tints

Shades of #C7D5EF

#C7D5EF
(199,213,239)
#B5C2DA
(181,194,218)
#A3AFC5
(163,175,197)
#919CB0
(145,156,176)
#7F899B
(127,137,155)
#6D7686
(109,118,134)
#5B6371
(91,99,113)
#49505C
(73,80,92)
#373D47
(55,61,71)
#252A32
(37,42,50)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #C7D5EF

#C7D5EF
(199,213,239)
#CCD8F0
(204,216,240)
#D1DBF1
(209,219,241)
#D6DEF2
(214,222,242)
#DBE1F3
(219,225,243)
#E0E4F4
(224,228,244)
#E5E7F5
(229,231,245)
#EAEAF6
(234,234,246)
#EFEDF7
(239,237,247)
#F4F0F8
(244,240,248)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D5EF color. Also use rgb(199,213,239) instead hex code.

Text Font Color

.myTextColor { color: #C7D5EF; }

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

This text font color is #C7D5EF.


Background Color

.myBgColor { background-color: #C7D5EF; }

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

This div background color is #C7D5EF.


Border color

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

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

This div border color is #C7D5EF.


Opacity

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

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

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

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

This text has shadow with #C7D5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D5EF on black background.


Color preview on white background

This text has color #C7D5EF on white background.



Black color preview on #C7D5EF background

This text has black color on #C7D5EF background.


White color preview on #C7D5EF background

This text has white color on #C7D5EF background.