COLOR #CFF9D6

HEX: #CFF9D6
RGB: (207,249,214)

Color info

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

RGB color model

#CFF9D6 color RGB value is (207,249,214).

  • red value is 207;
  • green value is 249;
  • blue value is 214.
RGB:
(207,249,214)
(81%,98%,84%)

RGB channels and saturation

R 207 of 255 = 81%
G 249 of 255 = 98%
B 214 of 255 = 84%

207
249
214

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

Portions of RGB colors in percentages

R + G + B =
207 + 249 + 214 = 670 (100%)
R 207 of 670 ~ 30.9%
G 249 of 670 ~ 37.16%
B 214 of 670 ~ 31.94%

%30.9
%37.16
%31.94

CMYK color model

#CFF9D6 color CMYK value is (17,0,14,2).

  • cyan value is 16.87%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 2.35%
CMYK:
(17,0,14,2)
C17M0Y14K2 
(17%,0%,14%,2%)
(0.17/0.00/0.14/0.02)	

CMYK percentages

%16.87
%0
%14.06
%2.35

Codes

Color #CFF9D6 in popluar color models

CFF9D6
RGB207249214
HSL130°77.78%89.41%
HSB/HSV130°16.87%97.65%
CMYK16.87%0.00%14.06%
2.35%

Color #CFF9D6 in popluar number systems.

HEXCFF9D6
Decimal207249214
Binary110011111111100111010110
Octal317371326

Shades and tints

Shades of #CFF9D6

#CFF9D6
(207,249,214)
#BDE3C3
(189,227,195)
#ABCDB0
(171,205,176)
#99B79D
(153,183,157)
#87A18A
(135,161,138)
#758B77
(117,139,119)
#637564
(99,117,100)
#515F51
(81,95,81)
#3F493E
(63,73,62)
#2D332B
(45,51,43)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #CFF9D6

#CFF9D6
(207,249,214)
#D3F9D9
(211,249,217)
#D7F9DC
(215,249,220)
#DBF9DF
(219,249,223)
#DFF9E2
(223,249,226)
#E3F9E5
(227,249,229)
#E7F9E8
(231,249,232)
#EBF9EB
(235,249,235)
#EFF9EE
(239,249,238)
#F3F9F1
(243,249,241)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFF9D6 color. Also use rgb(207,249,214) instead hex code.

Text Font Color

.myTextColor { color: #CFF9D6; }

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

This text font color is #CFF9D6.


Background Color

.myBgColor { background-color: #CFF9D6; }

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

This div background color is #CFF9D6.


Border color

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

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

This div border color is #CFF9D6.


Opacity

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

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

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

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

This text has shadow with #CFF9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFF9D6 on black background.


Color preview on white background

This text has color #CFF9D6 on white background.



Black color preview on #CFF9D6 background

This text has black color on #CFF9D6 background.


White color preview on #CFF9D6 background

This text has white color on #CFF9D6 background.