COLOR #DFF9CE

HEX: #DFF9CE
RGB: (223,249,206)

Color info

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

RGB color model

#DFF9CE color RGB value is (223,249,206).

  • red value is 223;
  • green value is 249;
  • blue value is 206.
RGB:
(223,249,206)
(87%,98%,81%)

RGB channels and saturation

R 223 of 255 = 87%
G 249 of 255 = 98%
B 206 of 255 = 81%

223
249
206

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

Portions of RGB colors in percentages

R + G + B =
223 + 249 + 206 = 678 (100%)
R 223 of 678 ~ 32.89%
G 249 of 678 ~ 36.73%
B 206 of 678 ~ 30.38%

%32.89
%36.73
%30.38

CMYK color model

#DFF9CE color CMYK value is (10,0,17,2).

  • cyan value is 10.44%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 2.35%
CMYK:
(10,0,17,2)
C10M0Y17K2 
(10%,0%,17%,2%)
(0.10/0.00/0.17/0.02)	

CMYK percentages

%10.44
%0
%17.27
%2.35

Codes

Color #DFF9CE in popluar color models

DFF9CE
RGB223249206
HSL96°78.18%89.22%
HSB/HSV96°17.27%97.65%
CMYK10.44%0.00%17.27%
2.35%

Color #DFF9CE in popluar number systems.

HEXDFF9CE
Decimal223249206
Binary110111111111100111001110
Octal337371316

Shades and tints

Shades of #DFF9CE

#DFF9CE
(223,249,206)
#CBE3BC
(203,227,188)
#B7CDAA
(183,205,170)
#A3B798
(163,183,152)
#8FA186
(143,161,134)
#7B8B74
(123,139,116)
#677562
(103,117,98)
#535F50
(83,95,80)
#3F493E
(63,73,62)
#2B332C
(43,51,44)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #DFF9CE

#DFF9CE
(223,249,206)
#E1F9D2
(225,249,210)
#E3F9D6
(227,249,214)
#E5F9DA
(229,249,218)
#E7F9DE
(231,249,222)
#E9F9E2
(233,249,226)
#EBF9E6
(235,249,230)
#EDF9EA
(237,249,234)
#EFF9EE
(239,249,238)
#F1F9F2
(241,249,242)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF9CE color. Also use rgb(223,249,206) instead hex code.

Text Font Color

.myTextColor { color: #DFF9CE; }

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

This text font color is #DFF9CE.


Background Color

.myBgColor { background-color: #DFF9CE; }

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

This div background color is #DFF9CE.


Border color

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

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

This div border color is #DFF9CE.


Opacity

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

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

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

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

This text has shadow with #DFF9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF9CE on black background.


Color preview on white background

This text has color #DFF9CE on white background.



Black color preview on #DFF9CE background

This text has black color on #DFF9CE background.


White color preview on #DFF9CE background

This text has white color on #DFF9CE background.