COLOR #C7E9ED

HEX: #C7E9ED RGB: (199,233,237)

Color info

#C7E9ED contains red, green and blue colors in about the same proportion. Web safe color of #C7E9ED is #CCFFFF (or #CFF).

RGB color model

#C7E9ED color RGB value is (199,233,237).

RGB: (199,233,237) (78%, 91%, 93%)

RGB channels and saturation

R 199 of 255 = 78%
G 233 of 255 = 91%
B 237 of 255 = 93%

199
233
237

R + G + B ~ 87%. #C7E9ED is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 233 + 237 = 669 (100%)
R 199 of 669 ~ 29.75%
G 233 of 669 ~ 34.83%
B 237 of 669 ~ 35.43'%

%29.75
%34.83
%35.43

CMYK color model

#C7E9ED color CMYK value is (16,2,0,7).

  • cyan value is 16.03%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (16,2,0,7)
C16M2Y0K7 (16%, 2%, 0%, 7%)
(0.16 / 0.02 / 0.00 / 0.07)

CMYK percentages

%16.03
%1.69
%0
%7.06

Codes

Color #C7E9ED in popluar color models

C7 E9 ED
RGB 199 233 237
HSL 186° 51.35% 85.49%
HSB/HSV 186° 16.03% 92.94%
CMYK 16.03% 1.69% 0.00%
7.06%

Color #C7E9ED in popluar number systems.

HEX C7 E9 ED
Decimal 199 233 237
Binary 11000111 11101001 11101101
Octal 307 351 355

Shades and tints

Shades of #C7E9ED

#C7E9ED
(199,233,237)
#B5D4D8
(181,212,216)
#A3BFC3
(163,191,195)
#91AAAE
(145,170,174)
#7F9599
(127,149,153)
#6D8084
(109,128,132)
#5B6B6F
(91,107,111)
#49565A
(73,86,90)
#374145
(55,65,69)
#252C30
(37,44,48)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #C7E9ED

#C7E9ED
(199,233,237)
#CCEBEE
(204,235,238)
#D1EDEF
(209,237,239)
#D6EFF0
(214,239,240)
#DBF1F1
(219,241,241)
#E0F3F2
(224,243,242)
#E5F5F3
(229,245,243)
#EAF7F4
(234,247,244)
#EFF9F5
(239,249,245)
#F4FBF6
(244,251,246)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E9ED; }

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

This text font color is #C7E9ED.

Background Color

.myBgColor { background-color: #C7E9ED; }

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

This div background color is #C7E9ED.

Border color

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

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

This div border color is #C7E9ED.

Opacity

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

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

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

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

This text has shadow with #C7E9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E9ED.

Preview

Color preview on black background

This text has color #C7E9ED on black background.


Color preview on white background

This text has color #C7E9ED on white background.


Black color preview on #C7E9ED background

This text has black color on #C7E9ED background.


White color preview on #C7E9ED background

This text has white color on #C7E9ED background.


Related colors

Complementary color

Complementary color for #hex is #381612.


I love getcolorcode.com

Triadic colors

1 #EDC7E9 and #E9EDC7 with #C7E9ED are triadic colors.

2 #EDE9C7 and #E9C7ED with #C7E9ED are triadic colors.