COLOR #CFF9DE

HEX: #CFF9DE RGB: (207,249,222)

Color info

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

RGB color model

#CFF9DE color RGB value is (207,249,222).

RGB: (207,249,222) (81%, 98%, 87%)

RGB channels and saturation

R 207 of 255 = 81%
G 249 of 255 = 98%
B 222 of 255 = 87%

207
249
222

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

Portions of RGB colors in percentages

R + G + B = 207 + 249 + 222 = 678 (100%)
R 207 of 678 ~ 30.53%
G 249 of 678 ~ 36.73%
B 222 of 678 ~ 32.74'%

%30.53
%36.73
%32.74

CMYK color model

#CFF9DE color CMYK value is (17,0,11,2).

  • cyan value is 16.87%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 2.35%

CMYK: (17,0,11,2)
C17M0Y11K2 (17%, 0%, 11%, 2%)
(0.17 / 0.00 / 0.11 / 0.02)

CMYK percentages

%16.87
%0
%10.84
%2.35

Codes

Color #CFF9DE in popluar color models

CF F9 DE
RGB 207 249 222
HSL 141° 77.78% 89.41%
HSB/HSV 141° 16.87% 97.65%
CMYK 16.87% 0.00% 10.84%
2.35%

Color #CFF9DE in popluar number systems.

HEX CF F9 DE
Decimal 207 249 222
Binary 11001111 11111001 11011110
Octal 317 371 336

Shades and tints

Shades of #CFF9DE

#CFF9DE
(207,249,222)
#BDE3CA
(189,227,202)
#ABCDB6
(171,205,182)
#99B7A2
(153,183,162)
#87A18E
(135,161,142)
#758B7A
(117,139,122)
#637566
(99,117,102)
#515F52
(81,95,82)
#3F493E
(63,73,62)
#2D332A
(45,51,42)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #CFF9DE

#CFF9DE
(207,249,222)
#D3F9E1
(211,249,225)
#D7F9E4
(215,249,228)
#DBF9E7
(219,249,231)
#DFF9EA
(223,249,234)
#E3F9ED
(227,249,237)
#E7F9F0
(231,249,240)
#EBF9F3
(235,249,243)
#EFF9F6
(239,249,246)
#F3F9F9
(243,249,249)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFF9DE; }

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

This text font color is #CFF9DE.

Background Color

.myBgColor { background-color: #CFF9DE; }

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

This div background color is #CFF9DE.

Border color

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

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

This div border color is #CFF9DE.

Opacity

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

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

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

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

This text has shadow with #CFF9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFF9DE.

Preview

Color preview on black background

This text has color #CFF9DE on black background.


Color preview on white background

This text has color #CFF9DE on white background.


Black color preview on #CFF9DE background

This text has black color on #CFF9DE background.


White color preview on #CFF9DE background

This text has white color on #CFF9DE background.


Related colors

Complementary color

Complementary color for #hex is #300621.


I love getcolorcode.com

Triadic colors

1 #DECFF9 and #F9DECF with #CFF9DE are triadic colors.

2 #DEF9CF and #F9CFDE with #CFF9DE are triadic colors.