COLOR #CFF2EE

HEX: #CFF2EE
RGB: (207,242,238)

Color info

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

RGB color model

#CFF2EE color RGB value is (207,242,238).

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

RGB channels and saturation

R 207 of 255 = 81%
G 242 of 255 = 95%
B 238 of 255 = 93%

207
242
238

R + G + B ~ 90%. #CFF2EE is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 242 + 238 = 687 (100%)
R 207 of 687 ~ 30.13%
G 242 of 687 ~ 35.23%
B 238 of 687 ~ 34.64%

%30.13
%35.23
%34.64

CMYK color model

#CFF2EE color CMYK value is (14,0,2,5).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 5.10%
CMYK:
(14,0,2,5)
C14M0Y2K5 
(14%,0%,2%,5%)
(0.14/0.00/0.02/0.05)	

CMYK percentages

%14.46
%0
%1.65
%5.1

Codes

Color #CFF2EE in popluar color models

CFF2EE
RGB207242238
HSL173°57.38%88.04%
HSB/HSV173°14.46%94.90%
CMYK14.46%0.00%1.65%
5.10%

Color #CFF2EE in popluar number systems.

HEXCFF2EE
Decimal207242238
Binary110011111111001011101110
Octal317362356

Shades and tints

Shades of #CFF2EE

#CFF2EE
(207,242,238)
#BDDCD9
(189,220,217)
#ABC6C4
(171,198,196)
#99B0AF
(153,176,175)
#879A9A
(135,154,154)
#758485
(117,132,133)
#636E70
(99,110,112)
#51585B
(81,88,91)
#3F4246
(63,66,70)
#2D2C31
(45,44,49)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #CFF2EE

#CFF2EE
(207,242,238)
#D3F3EF
(211,243,239)
#D7F4F0
(215,244,240)
#DBF5F1
(219,245,241)
#DFF6F2
(223,246,242)
#E3F7F3
(227,247,243)
#E7F8F4
(231,248,244)
#EBF9F5
(235,249,245)
#EFFAF6
(239,250,246)
#F3FBF7
(243,251,247)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFF2EE; }

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

This text font color is #CFF2EE.


Background Color

.myBgColor { background-color: #CFF2EE; }

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

This div background color is #CFF2EE.


Border color

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

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

This div border color is #CFF2EE.


Opacity

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

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

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

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

This text has shadow with #CFF2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFF2EE on black background.


Color preview on white background

This text has color #CFF2EE on white background.



Black color preview on #CFF2EE background

This text has black color on #CFF2EE background.


White color preview on #CFF2EE background

This text has white color on #CFF2EE background.