COLOR #C7E5EC

HEX: #C7E5EC RGB: (199,229,236)

Color info

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

RGB color model

#C7E5EC color RGB value is (199,229,236).

RGB: (199,229,236) (78%, 90%, 93%)

RGB channels and saturation

R 199 of 255 = 78%
G 229 of 255 = 90%
B 236 of 255 = 93%

199
229
236

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

Portions of RGB colors in percentages

R + G + B = 199 + 229 + 236 = 664 (100%)
R 199 of 664 ~ 29.97%
G 229 of 664 ~ 34.49%
B 236 of 664 ~ 35.54'%

%29.97
%34.49
%35.54

CMYK color model

#C7E5EC color CMYK value is (16,3,0,7).

  • cyan value is 15.68%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (16,3,0,7)
C16M3Y0K7 (16%, 3%, 0%, 7%)
(0.16 / 0.03 / 0.00 / 0.07)

CMYK percentages

%15.68
%2.97
%0
%7.45

Codes

Color #C7E5EC in popluar color models

C7 E5 EC
RGB 199 229 236
HSL 191° 49.33% 85.29%
HSB/HSV 191° 15.68% 92.55%
CMYK 15.68% 2.97% 0.00%
7.45%

Color #C7E5EC in popluar number systems.

HEX C7 E5 EC
Decimal 199 229 236
Binary 11000111 11100101 11101100
Octal 307 345 354

Shades and tints

Shades of #C7E5EC

#C7E5EC
(199,229,236)
#B5D1D7
(181,209,215)
#A3BDC2
(163,189,194)
#91A9AD
(145,169,173)
#7F9598
(127,149,152)
#6D8183
(109,129,131)
#5B6D6E
(91,109,110)
#495959
(73,89,89)
#374544
(55,69,68)
#25312F
(37,49,47)
#131D1A
(19,29,26)
#000000
(0,0,0)

Tints of #C7E5EC

#C7E5EC
(199,229,236)
#CCE7ED
(204,231,237)
#D1E9EE
(209,233,238)
#D6EBEF
(214,235,239)
#DBEDF0
(219,237,240)
#E0EFF1
(224,239,241)
#E5F1F2
(229,241,242)
#EAF3F3
(234,243,243)
#EFF5F4
(239,245,244)
#F4F7F5
(244,247,245)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E5EC color. Also use rgb(199,229,236) instead hex code.

Text Font Color

.myTextColor { color: #C7E5EC; }

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

This text font color is #C7E5EC.

Background Color

.myBgColor { background-color: #C7E5EC; }

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

This div background color is #C7E5EC.

Border color

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

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

This div border color is #C7E5EC.

Opacity

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

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

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

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

This text has shadow with #C7E5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E5EC.

Preview

Color preview on black background

This text has color #C7E5EC on black background.


Color preview on white background

This text has color #C7E5EC on white background.


Black color preview on #C7E5EC background

This text has black color on #C7E5EC background.


White color preview on #C7E5EC background

This text has white color on #C7E5EC background.


Related colors

Complementary color

Complementary color for #hex is #381A13.


I love getcolorcode.com

Triadic colors

1 #ECC7E5 and #E5ECC7 with #C7E5EC are triadic colors.

2 #ECE5C7 and #E5C7EC with #C7E5EC are triadic colors.