COLOR #C7ECDE

HEX: #C7ECDE
RGB: (199,236,222)

Color info

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

RGB color model

#C7ECDE color RGB value is (199,236,222).

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

RGB channels and saturation

R 199 of 255 = 78%
G 236 of 255 = 93%
B 222 of 255 = 87%

199
236
222

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

Portions of RGB colors in percentages

R + G + B =
199 + 236 + 222 = 657 (100%)
R 199 of 657 ~ 30.29%
G 236 of 657 ~ 35.92%
B 222 of 657 ~ 33.79%

%30.29
%35.92
%33.79

CMYK color model

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

  • cyan value is 15.68%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 7.45%
CMYK:
(16,0,6,7)
C16M0Y6K7 
(16%,0%,6%,7%)
(0.16/0.00/0.06/0.07)	

CMYK percentages

%15.68
%0
%5.93
%7.45

Codes

Color #C7ECDE in popluar color models

C7ECDE
RGB199236222
HSL157°49.33%85.29%
HSB/HSV157°15.68%92.55%
CMYK15.68%0.00%5.93%
7.45%

Color #C7ECDE in popluar number systems.

HEXC7ECDE
Decimal199236222
Binary110001111110110011011110
Octal307354336

Shades and tints

Shades of #C7ECDE

#C7ECDE
(199,236,222)
#B5D7CA
(181,215,202)
#A3C2B6
(163,194,182)
#91ADA2
(145,173,162)
#7F988E
(127,152,142)
#6D837A
(109,131,122)
#5B6E66
(91,110,102)
#495952
(73,89,82)
#37443E
(55,68,62)
#252F2A
(37,47,42)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #C7ECDE

#C7ECDE
(199,236,222)
#CCEDE1
(204,237,225)
#D1EEE4
(209,238,228)
#D6EFE7
(214,239,231)
#DBF0EA
(219,240,234)
#E0F1ED
(224,241,237)
#E5F2F0
(229,242,240)
#EAF3F3
(234,243,243)
#EFF4F6
(239,244,246)
#F4F5F9
(244,245,249)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ECDE; }

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

This text font color is #C7ECDE.


Background Color

.myBgColor { background-color: #C7ECDE; }

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

This div background color is #C7ECDE.


Border color

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

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

This div border color is #C7ECDE.


Opacity

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

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

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

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

This text has shadow with #C7ECDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ECDE on black background.


Color preview on white background

This text has color #C7ECDE on white background.



Black color preview on #C7ECDE background

This text has black color on #C7ECDE background.


White color preview on #C7ECDE background

This text has white color on #C7ECDE background.