COLOR #C7E0EE

HEX: #C7E0EE
RGB: (199,224,238)

Color info

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

RGB color model

#C7E0EE color RGB value is (199,224,238).

  • red value is 199;
  • green value is 224;
  • blue value is 238.
RGB:
(199,224,238)
(78%,88%,93%)

RGB channels and saturation

R 199 of 255 = 78%
G 224 of 255 = 88%
B 238 of 255 = 93%

199
224
238

R + G + B ~ 86%. #C7E0EE is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 224 + 238 = 661 (100%)
R 199 of 661 ~ 30.11%
G 224 of 661 ~ 33.89%
B 238 of 661 ~ 36.01%

%30.11
%33.89
%36.01

CMYK color model

#C7E0EE color CMYK value is (16,6,0,7).

  • cyan value is 16.39%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(16,6,0,7)
C16M6Y0K7 
(16%,6%,0%,7%)
(0.16/0.06/0.00/0.07)	

CMYK percentages

%16.39
%5.88
%0
%6.67

Codes

Color #C7E0EE in popluar color models

C7E0EE
RGB199224238
HSL202°53.42%85.69%
HSB/HSV202°16.39%93.33%
CMYK16.39%5.88%0.00%
6.67%

Color #C7E0EE in popluar number systems.

HEXC7E0EE
Decimal199224238
Binary110001111110000011101110
Octal307340356

Shades and tints

Shades of #C7E0EE

#C7E0EE
(199,224,238)
#B5CCD9
(181,204,217)
#A3B8C4
(163,184,196)
#91A4AF
(145,164,175)
#7F909A
(127,144,154)
#6D7C85
(109,124,133)
#5B6870
(91,104,112)
#49545B
(73,84,91)
#374046
(55,64,70)
#252C31
(37,44,49)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #C7E0EE

#C7E0EE
(199,224,238)
#CCE2EF
(204,226,239)
#D1E4F0
(209,228,240)
#D6E6F1
(214,230,241)
#DBE8F2
(219,232,242)
#E0EAF3
(224,234,243)
#E5ECF4
(229,236,244)
#EAEEF5
(234,238,245)
#EFF0F6
(239,240,246)
#F4F2F7
(244,242,247)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E0EE color. Also use rgb(199,224,238) instead hex code.

Text Font Color

.myTextColor { color: #C7E0EE; }

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

This text font color is #C7E0EE.


Background Color

.myBgColor { background-color: #C7E0EE; }

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

This div background color is #C7E0EE.


Border color

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

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

This div border color is #C7E0EE.


Opacity

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

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

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

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

This text has shadow with #C7E0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E0EE on black background.


Color preview on white background

This text has color #C7E0EE on white background.



Black color preview on #C7E0EE background

This text has black color on #C7E0EE background.


White color preview on #C7E0EE background

This text has white color on #C7E0EE background.