COLOR #C7F0EC

HEX: #C7F0EC
RGB: (199,240,236)

Color info

#C7F0EC contains red, green and blue colors in about the same proportion. Web safe color of #C7F0EC is #CCFFFF (or #CFF).

RGB color model

#C7F0EC color RGB value is (199,240,236).

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

RGB channels and saturation

R 199 of 255 = 78%
G 240 of 255 = 94%
B 236 of 255 = 93%

199
240
236

R + G + B ~ 88%. #C7F0EC is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 240 + 236 = 675 (100%)
R 199 of 675 ~ 29.48%
G 240 of 675 ~ 35.56%
B 236 of 675 ~ 34.96%

%29.48
%35.56
%34.96

CMYK color model

#C7F0EC color CMYK value is (17,0,2,6).

  • cyan value is 17.08%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 5.88%
CMYK:
(17,0,2,6)
C17M0Y2K6 
(17%,0%,2%,6%)
(0.17/0.00/0.02/0.06)	

CMYK percentages

%17.08
%0
%1.67
%5.88

Codes

Color #C7F0EC in popluar color models

C7F0EC
RGB199240236
HSL174°57.75%86.08%
HSB/HSV174°17.08%94.12%
CMYK17.08%0.00%1.67%
5.88%

Color #C7F0EC in popluar number systems.

HEXC7F0EC
Decimal199240236
Binary110001111111000011101100
Octal307360354

Shades and tints

Shades of #C7F0EC

#C7F0EC
(199,240,236)
#B5DBD7
(181,219,215)
#A3C6C2
(163,198,194)
#91B1AD
(145,177,173)
#7F9C98
(127,156,152)
#6D8783
(109,135,131)
#5B726E
(91,114,110)
#495D59
(73,93,89)
#374844
(55,72,68)
#25332F
(37,51,47)
#131E1A
(19,30,26)
#000000
(0,0,0)

Tints of #C7F0EC

#C7F0EC
(199,240,236)
#CCF1ED
(204,241,237)
#D1F2EE
(209,242,238)
#D6F3EF
(214,243,239)
#DBF4F0
(219,244,240)
#E0F5F1
(224,245,241)
#E5F6F2
(229,246,242)
#EAF7F3
(234,247,243)
#EFF8F4
(239,248,244)
#F4F9F5
(244,249,245)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F0EC; }

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

This text font color is #C7F0EC.


Background Color

.myBgColor { background-color: #C7F0EC; }

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

This div background color is #C7F0EC.


Border color

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

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

This div border color is #C7F0EC.


Opacity

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

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

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

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

This text has shadow with #C7F0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F0EC on black background.


Color preview on white background

This text has color #C7F0EC on white background.



Black color preview on #C7F0EC background

This text has black color on #C7F0EC background.


White color preview on #C7F0EC background

This text has white color on #C7F0EC background.