COLOR #CFF6E3

HEX: #CFF6E3
RGB: (207,246,227)

Color info

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

RGB color model

#CFF6E3 color RGB value is (207,246,227).

  • red value is 207;
  • green value is 246;
  • blue value is 227.
RGB:
(207,246,227)
(81%,96%,89%)

RGB channels and saturation

R 207 of 255 = 81%
G 246 of 255 = 96%
B 227 of 255 = 89%

207
246
227

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

Portions of RGB colors in percentages

R + G + B =
207 + 246 + 227 = 680 (100%)
R 207 of 680 ~ 30.44%
G 246 of 680 ~ 36.18%
B 227 of 680 ~ 33.38%

%30.44
%36.18
%33.38

CMYK color model

#CFF6E3 color CMYK value is (16,0,8,4).

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 7.72%
  • key color value is 3.53%
CMYK:
(16,0,8,4)
C16M0Y8K4 
(16%,0%,8%,4%)
(0.16/0.00/0.08/0.04)	

CMYK percentages

%15.85
%0
%7.72
%3.53

Codes

Color #CFF6E3 in popluar color models

CFF6E3
RGB207246227
HSL151°68.42%88.82%
HSB/HSV151°15.85%96.47%
CMYK15.85%0.00%7.72%
3.53%

Color #CFF6E3 in popluar number systems.

HEXCFF6E3
Decimal207246227
Binary110011111111011011100011
Octal317366343

Shades and tints

Shades of #CFF6E3

#CFF6E3
(207,246,227)
#BDE0CF
(189,224,207)
#ABCABB
(171,202,187)
#99B4A7
(153,180,167)
#879E93
(135,158,147)
#75887F
(117,136,127)
#63726B
(99,114,107)
#515C57
(81,92,87)
#3F4643
(63,70,67)
#2D302F
(45,48,47)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #CFF6E3

#CFF6E3
(207,246,227)
#D3F6E5
(211,246,229)
#D7F6E7
(215,246,231)
#DBF6E9
(219,246,233)
#DFF6EB
(223,246,235)
#E3F6ED
(227,246,237)
#E7F6EF
(231,246,239)
#EBF6F1
(235,246,241)
#EFF6F3
(239,246,243)
#F3F6F5
(243,246,245)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFF6E3 color. Also use rgb(207,246,227) instead hex code.

Text Font Color

.myTextColor { color: #CFF6E3; }

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

This text font color is #CFF6E3.


Background Color

.myBgColor { background-color: #CFF6E3; }

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

This div background color is #CFF6E3.


Border color

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

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

This div border color is #CFF6E3.


Opacity

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

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

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

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

This text has shadow with #CFF6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFF6E3 on black background.


Color preview on white background

This text has color #CFF6E3 on white background.



Black color preview on #CFF6E3 background

This text has black color on #CFF6E3 background.


White color preview on #CFF6E3 background

This text has white color on #CFF6E3 background.