COLOR #C7EEDE

HEX: #C7EEDE
RGB: (199,238,222)

Color info

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

RGB color model

#C7EEDE color RGB value is (199,238,222).

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

RGB channels and saturation

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

199
238
222

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

Portions of RGB colors in percentages

R + G + B =
199 + 238 + 222 = 659 (100%)
R 199 of 659 ~ 30.2%
G 238 of 659 ~ 36.12%
B 222 of 659 ~ 33.69%

%30.2
%36.12
%33.69

CMYK color model

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

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK:
(16,0,7,7)
C16M0Y7K7 
(16%,0%,7%,7%)
(0.16/0.00/0.07/0.07)	

CMYK percentages

%16.39
%0
%6.72
%6.67

Codes

Color #C7EEDE in popluar color models

C7EEDE
RGB199238222
HSL155°53.42%85.69%
HSB/HSV155°16.39%93.33%
CMYK16.39%0.00%6.72%
6.67%

Color #C7EEDE in popluar number systems.

HEXC7EEDE
Decimal199238222
Binary110001111110111011011110
Octal307356336

Shades and tints

Shades of #C7EEDE

#C7EEDE
(199,238,222)
#B5D9CA
(181,217,202)
#A3C4B6
(163,196,182)
#91AFA2
(145,175,162)
#7F9A8E
(127,154,142)
#6D857A
(109,133,122)
#5B7066
(91,112,102)
#495B52
(73,91,82)
#37463E
(55,70,62)
#25312A
(37,49,42)
#131C16
(19,28,22)
#000000
(0,0,0)

Tints of #C7EEDE

#C7EEDE
(199,238,222)
#CCEFE1
(204,239,225)
#D1F0E4
(209,240,228)
#D6F1E7
(214,241,231)
#DBF2EA
(219,242,234)
#E0F3ED
(224,243,237)
#E5F4F0
(229,244,240)
#EAF5F3
(234,245,243)
#EFF6F6
(239,246,246)
#F4F7F9
(244,247,249)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EEDE; }

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

This text font color is #C7EEDE.


Background Color

.myBgColor { background-color: #C7EEDE; }

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

This div background color is #C7EEDE.


Border color

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

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

This div border color is #C7EEDE.


Opacity

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

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

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

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

This text has shadow with #C7EEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EEDE on black background.


Color preview on white background

This text has color #C7EEDE on white background.



Black color preview on #C7EEDE background

This text has black color on #C7EEDE background.


White color preview on #C7EEDE background

This text has white color on #C7EEDE background.