COLOR #CFF3E6

HEX: #CFF3E6
RGB: (207,243,230)

Color info

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

RGB color model

#CFF3E6 color RGB value is (207,243,230).

  • red value is 207;
  • green value is 243;
  • blue value is 230.
RGB:
(207,243,230)
(81%,95%,90%)

RGB channels and saturation

R 207 of 255 = 81%
G 243 of 255 = 95%
B 230 of 255 = 90%

207
243
230

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

Portions of RGB colors in percentages

R + G + B =
207 + 243 + 230 = 680 (100%)
R 207 of 680 ~ 30.44%
G 243 of 680 ~ 35.74%
B 230 of 680 ~ 33.82%

%30.44
%35.74
%33.82

CMYK color model

#CFF3E6 color CMYK value is (15,0,5,5).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 5.35%
  • key color value is 4.71%
CMYK:
(15,0,5,5)
C15M0Y5K5 
(15%,0%,5%,5%)
(0.15/0.00/0.05/0.05)	

CMYK percentages

%14.81
%0
%5.35
%4.71

Codes

Color #CFF3E6 in popluar color models

CFF3E6
RGB207243230
HSL158°60.00%88.24%
HSB/HSV158°14.81%95.29%
CMYK14.81%0.00%5.35%
4.71%

Color #CFF3E6 in popluar number systems.

HEXCFF3E6
Decimal207243230
Binary110011111111001111100110
Octal317363346

Shades and tints

Shades of #CFF3E6

#CFF3E6
(207,243,230)
#BDDDD2
(189,221,210)
#ABC7BE
(171,199,190)
#99B1AA
(153,177,170)
#879B96
(135,155,150)
#758582
(117,133,130)
#636F6E
(99,111,110)
#51595A
(81,89,90)
#3F4346
(63,67,70)
#2D2D32
(45,45,50)
#1B171E
(27,23,30)
#000000
(0,0,0)

Tints of #CFF3E6

#CFF3E6
(207,243,230)
#D3F4E8
(211,244,232)
#D7F5EA
(215,245,234)
#DBF6EC
(219,246,236)
#DFF7EE
(223,247,238)
#E3F8F0
(227,248,240)
#E7F9F2
(231,249,242)
#EBFAF4
(235,250,244)
#EFFBF6
(239,251,246)
#F3FCF8
(243,252,248)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFF3E6 color. Also use rgb(207,243,230) instead hex code.

Text Font Color

.myTextColor { color: #CFF3E6; }

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

This text font color is #CFF3E6.


Background Color

.myBgColor { background-color: #CFF3E6; }

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

This div background color is #CFF3E6.


Border color

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

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

This div border color is #CFF3E6.


Opacity

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

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

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

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

This text has shadow with #CFF3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFF3E6 on black background.


Color preview on white background

This text has color #CFF3E6 on white background.



Black color preview on #CFF3E6 background

This text has black color on #CFF3E6 background.


White color preview on #CFF3E6 background

This text has white color on #CFF3E6 background.