COLOR #C7ECD8

HEX: #C7ECD8 RGB: (199,236,216)

Color info

#C7ECD8 contains red, green and blue colors in about the same proportion. Web safe color of #C7ECD8 is #CCFFCC (or #CFC).

RGB color model

#C7ECD8 color RGB value is (199,236,216).

RGB: (199,236,216) (78%, 93%, 85%)

RGB channels and saturation

R 199 of 255 = 78%
G 236 of 255 = 93%
B 216 of 255 = 85%

199
236
216

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

Portions of RGB colors in percentages

R + G + B = 199 + 236 + 216 = 651 (100%)
R 199 of 651 ~ 30.57%
G 236 of 651 ~ 36.25%
B 216 of 651 ~ 33.18'%

%30.57
%36.25
%33.18

CMYK color model

#C7ECD8 color CMYK value is (16,0,8,7).

  • cyan value is 15.68%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 7.45%
CMYK: (16,0,8,7) C16M0Y8K7 (16%,0%,8%,7%) (0.16/0.00/0.08/0.07) 

CMYK percentages

%15.68
%0
%8.47
%7.45

Codes

Color #C7ECD8 in popluar color models

C7 EC D8
RGB 199 236 216
HSL 148° 49.33% 85.29%
HSB/HSV 148° 15.68% 92.55%
CMYK 15.68% 0.00% 8.47%
7.45%

Color #C7ECD8 in popluar number systems.

HEX C7 EC D8
Decimal 199 236 216
Binary 11000111 11101100 11011000
Octal 307 354 330

Shades and tints

Shades of #C7ECD8

#C7ECD8
(199,236,216)
#B5D7C5
(181,215,197)
#A3C2B2
(163,194,178)
#91AD9F
(145,173,159)
#7F988C
(127,152,140)
#6D8379
(109,131,121)
#5B6E66
(91,110,102)
#495953
(73,89,83)
#374440
(55,68,64)
#252F2D
(37,47,45)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #C7ECD8

#C7ECD8
(199,236,216)
#CCEDDB
(204,237,219)
#D1EEDE
(209,238,222)
#D6EFE1
(214,239,225)
#DBF0E4
(219,240,228)
#E0F1E7
(224,241,231)
#E5F2EA
(229,242,234)
#EAF3ED
(234,243,237)
#EFF4F0
(239,244,240)
#F4F5F3
(244,245,243)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ECD8; }

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

This text font color is #C7ECD8.

Background Color

.myBgColor { background-color: #C7ECD8; }

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

This div background color is #C7ECD8.

Border color

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

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

This div border color is #C7ECD8.

Opacity

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

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

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

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

This text has shadow with #C7ECD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7ECD8.

Preview

Color preview on black background

This text has color #C7ECD8 on black background.


Color preview on white background

This text has color #C7ECD8 on white background.


Black color preview on #C7ECD8 background

This text has black color on #C7ECD8 background.


White color preview on #C7ECD8 background

This text has white color on #C7ECD8 background.


Related colors

Complementary color

Complementary color for #hex is #381327.


I love getcolorcode.com

Triadic colors

1 #D8C7EC and #ECD8C7 with #C7ECD8 are triadic colors.

2 #D8ECC7 and #ECC7D8 with #C7ECD8 are triadic colors.