COLOR #C7EEE4

HEX: #C7EEE4
RGB: (199,238,228)

Color info

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

RGB color model

#C7EEE4 color RGB value is (199,238,228).

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

RGB channels and saturation

R 199 of 255 = 78%
G 238 of 255 = 93%
B 228 of 255 = 89%

199
238
228

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

Portions of RGB colors in percentages

R + G + B =
199 + 238 + 228 = 665 (100%)
R 199 of 665 ~ 29.92%
G 238 of 665 ~ 35.79%
B 228 of 665 ~ 34.29%

%29.92
%35.79
%34.29

CMYK color model

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

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(16,0,4,7)
C16M0Y4K7 
(16%,0%,4%,7%)
(0.16/0.00/0.04/0.07)	

CMYK percentages

%16.39
%0
%4.2
%6.67

Codes

Color #C7EEE4 in popluar color models

C7EEE4
RGB199238228
HSL165°53.42%85.69%
HSB/HSV165°16.39%93.33%
CMYK16.39%0.00%4.20%
6.67%

Color #C7EEE4 in popluar number systems.

HEXC7EEE4
Decimal199238228
Binary110001111110111011100100
Octal307356344

Shades and tints

Shades of #C7EEE4

#C7EEE4
(199,238,228)
#B5D9D0
(181,217,208)
#A3C4BC
(163,196,188)
#91AFA8
(145,175,168)
#7F9A94
(127,154,148)
#6D8580
(109,133,128)
#5B706C
(91,112,108)
#495B58
(73,91,88)
#374644
(55,70,68)
#253130
(37,49,48)
#131C1C
(19,28,28)
#000000
(0,0,0)

Tints of #C7EEE4

#C7EEE4
(199,238,228)
#CCEFE6
(204,239,230)
#D1F0E8
(209,240,232)
#D6F1EA
(214,241,234)
#DBF2EC
(219,242,236)
#E0F3EE
(224,243,238)
#E5F4F0
(229,244,240)
#EAF5F2
(234,245,242)
#EFF6F4
(239,246,244)
#F4F7F6
(244,247,246)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EEE4; }

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

This text font color is #C7EEE4.


Background Color

.myBgColor { background-color: #C7EEE4; }

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

This div background color is #C7EEE4.


Border color

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

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

This div border color is #C7EEE4.


Opacity

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

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

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

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

This text has shadow with #C7EEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EEE4 on black background.


Color preview on white background

This text has color #C7EEE4 on white background.



Black color preview on #C7EEE4 background

This text has black color on #C7EEE4 background.


White color preview on #C7EEE4 background

This text has white color on #C7EEE4 background.