COLOR #C7F2EE

HEX: #C7F2EE
RGB: (199,242,238)

Color info

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

RGB color model

#C7F2EE color RGB value is (199,242,238).

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

RGB channels and saturation

R 199 of 255 = 78%
G 242 of 255 = 95%
B 238 of 255 = 93%

199
242
238

R + G + B ~ 89%. #C7F2EE is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 242 + 238 = 679 (100%)
R 199 of 679 ~ 29.31%
G 242 of 679 ~ 35.64%
B 238 of 679 ~ 35.05%

%29.31
%35.64
%35.05

CMYK color model

#C7F2EE color CMYK value is (18,0,2,5).

  • cyan value is 17.77%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 5.10%
CMYK:
(18,0,2,5)
C18M0Y2K5 
(18%,0%,2%,5%)
(0.18/0.00/0.02/0.05)	

CMYK percentages

%17.77
%0
%1.65
%5.1

Codes

Color #C7F2EE in popluar color models

C7F2EE
RGB199242238
HSL174°62.32%86.47%
HSB/HSV174°17.77%94.90%
CMYK17.77%0.00%1.65%
5.10%

Color #C7F2EE in popluar number systems.

HEXC7F2EE
Decimal199242238
Binary110001111111001011101110
Octal307362356

Shades and tints

Shades of #C7F2EE

#C7F2EE
(199,242,238)
#B5DCD9
(181,220,217)
#A3C6C4
(163,198,196)
#91B0AF
(145,176,175)
#7F9A9A
(127,154,154)
#6D8485
(109,132,133)
#5B6E70
(91,110,112)
#49585B
(73,88,91)
#374246
(55,66,70)
#252C31
(37,44,49)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #C7F2EE

#C7F2EE
(199,242,238)
#CCF3EF
(204,243,239)
#D1F4F0
(209,244,240)
#D6F5F1
(214,245,241)
#DBF6F2
(219,246,242)
#E0F7F3
(224,247,243)
#E5F8F4
(229,248,244)
#EAF9F5
(234,249,245)
#EFFAF6
(239,250,246)
#F4FBF7
(244,251,247)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F2EE; }

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

This text font color is #C7F2EE.


Background Color

.myBgColor { background-color: #C7F2EE; }

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

This div background color is #C7F2EE.


Border color

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

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

This div border color is #C7F2EE.


Opacity

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

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

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

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

This text has shadow with #C7F2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F2EE on black background.


Color preview on white background

This text has color #C7F2EE on white background.



Black color preview on #C7F2EE background

This text has black color on #C7F2EE background.


White color preview on #C7F2EE background

This text has white color on #C7F2EE background.