COLOR #C7DEE7

HEX: #C7DEE7
RGB: (199,222,231)

Color info

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

RGB color model

#C7DEE7 color RGB value is (199,222,231).

  • red value is 199;
  • green value is 222;
  • blue value is 231.
RGB:
(199,222,231)
(78%,87%,91%)

RGB channels and saturation

R 199 of 255 = 78%
G 222 of 255 = 87%
B 231 of 255 = 91%

199
222
231

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

Portions of RGB colors in percentages

R + G + B =
199 + 222 + 231 = 652 (100%)
R 199 of 652 ~ 30.52%
G 222 of 652 ~ 34.05%
B 231 of 652 ~ 35.43%

%30.52
%34.05
%35.43

CMYK color model

#C7DEE7 color CMYK value is (14,4,0,9).

  • cyan value is 13.85%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(14,4,0,9)
C14M4Y0K9 
(14%,4%,0%,9%)
(0.14/0.04/0.00/0.09)	

CMYK percentages

%13.85
%3.9
%0
%9.41

Codes

Color #C7DEE7 in popluar color models

C7DEE7
RGB199222231
HSL197°40.00%84.31%
HSB/HSV197°13.85%90.59%
CMYK13.85%3.90%0.00%
9.41%

Color #C7DEE7 in popluar number systems.

HEXC7DEE7
Decimal199222231
Binary110001111101111011100111
Octal307336347

Shades and tints

Shades of #C7DEE7

#C7DEE7
(199,222,231)
#B5CAD2
(181,202,210)
#A3B6BD
(163,182,189)
#91A2A8
(145,162,168)
#7F8E93
(127,142,147)
#6D7A7E
(109,122,126)
#5B6669
(91,102,105)
#495254
(73,82,84)
#373E3F
(55,62,63)
#252A2A
(37,42,42)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #C7DEE7

#C7DEE7
(199,222,231)
#CCE1E9
(204,225,233)
#D1E4EB
(209,228,235)
#D6E7ED
(214,231,237)
#DBEAEF
(219,234,239)
#E0EDF1
(224,237,241)
#E5F0F3
(229,240,243)
#EAF3F5
(234,243,245)
#EFF6F7
(239,246,247)
#F4F9F9
(244,249,249)
#F9FCFB
(249,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DEE7 color. Also use rgb(199,222,231) instead hex code.

Text Font Color

.myTextColor { color: #C7DEE7; }

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

This text font color is #C7DEE7.


Background Color

.myBgColor { background-color: #C7DEE7; }

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

This div background color is #C7DEE7.


Border color

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

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

This div border color is #C7DEE7.


Opacity

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

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

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

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

This text has shadow with #C7DEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DEE7 on black background.


Color preview on white background

This text has color #C7DEE7 on white background.



Black color preview on #C7DEE7 background

This text has black color on #C7DEE7 background.


White color preview on #C7DEE7 background

This text has white color on #C7DEE7 background.