COLOR #CFF0DC

HEX: #CFF0DC
RGB: (207,240,220)

Color info

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

RGB color model

#CFF0DC color RGB value is (207,240,220).

  • red value is 207;
  • green value is 240;
  • blue value is 220.
RGB:
(207,240,220)
(81%,94%,86%)

RGB channels and saturation

R 207 of 255 = 81%
G 240 of 255 = 94%
B 220 of 255 = 86%

207
240
220

R + G + B ~ 87%. #CFF0DC is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 240 + 220 = 667 (100%)
R 207 of 667 ~ 31.03%
G 240 of 667 ~ 35.98%
B 220 of 667 ~ 32.98%

%31.03
%35.98
%32.98

CMYK color model

#CFF0DC color CMYK value is (14,0,8,6).

  • cyan value is 13.75%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 5.88%
CMYK:
(14,0,8,6)
C14M0Y8K6 
(14%,0%,8%,6%)
(0.14/0.00/0.08/0.06)	

CMYK percentages

%13.75
%0
%8.33
%5.88

Codes

Color #CFF0DC in popluar color models

CFF0DC
RGB207240220
HSL144°52.38%87.65%
HSB/HSV144°13.75%94.12%
CMYK13.75%0.00%8.33%
5.88%

Color #CFF0DC in popluar number systems.

HEXCFF0DC
Decimal207240220
Binary110011111111000011011100
Octal317360334

Shades and tints

Shades of #CFF0DC

#CFF0DC
(207,240,220)
#BDDBC8
(189,219,200)
#ABC6B4
(171,198,180)
#99B1A0
(153,177,160)
#879C8C
(135,156,140)
#758778
(117,135,120)
#637264
(99,114,100)
#515D50
(81,93,80)
#3F483C
(63,72,60)
#2D3328
(45,51,40)
#1B1E14
(27,30,20)
#000000
(0,0,0)

Tints of #CFF0DC

#CFF0DC
(207,240,220)
#D3F1DF
(211,241,223)
#D7F2E2
(215,242,226)
#DBF3E5
(219,243,229)
#DFF4E8
(223,244,232)
#E3F5EB
(227,245,235)
#E7F6EE
(231,246,238)
#EBF7F1
(235,247,241)
#EFF8F4
(239,248,244)
#F3F9F7
(243,249,247)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFF0DC color. Also use rgb(207,240,220) instead hex code.

Text Font Color

.myTextColor { color: #CFF0DC; }

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

This text font color is #CFF0DC.


Background Color

.myBgColor { background-color: #CFF0DC; }

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

This div background color is #CFF0DC.


Border color

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

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

This div border color is #CFF0DC.


Opacity

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

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

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

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

This text has shadow with #CFF0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFF0DC on black background.


Color preview on white background

This text has color #CFF0DC on white background.



Black color preview on #CFF0DC background

This text has black color on #CFF0DC background.


White color preview on #CFF0DC background

This text has white color on #CFF0DC background.