COLOR #DFF0C8

HEX: #DFF0C8
RGB: (223,240,200)

Color info

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

RGB color model

#DFF0C8 color RGB value is (223,240,200).

  • red value is 223;
  • green value is 240;
  • blue value is 200.
RGB:
(223,240,200)
(87%,94%,78%)

RGB channels and saturation

R 223 of 255 = 87%
G 240 of 255 = 94%
B 200 of 255 = 78%

223
240
200

R + G + B ~ 86%. #DFF0C8 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 240 + 200 = 663 (100%)
R 223 of 663 ~ 33.63%
G 240 of 663 ~ 36.2%
B 200 of 663 ~ 30.17%

%33.63
%36.2
%30.17

CMYK color model

#DFF0C8 color CMYK value is (7,0,17,6).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 5.88%
CMYK:
(7,0,17,6)
C7M0Y17K6 
(7%,0%,17%,6%)
(0.07/0.00/0.17/0.06)	

CMYK percentages

%7.08
%0
%16.67
%5.88

Codes

Color #DFF0C8 in popluar color models

DFF0C8
RGB223240200
HSL86°57.14%86.27%
HSB/HSV86°16.67%94.12%
CMYK7.08%0.00%16.67%
5.88%

Color #DFF0C8 in popluar number systems.

HEXDFF0C8
Decimal223240200
Binary110111111111000011001000
Octal337360310

Shades and tints

Shades of #DFF0C8

#DFF0C8
(223,240,200)
#CBDBB6
(203,219,182)
#B7C6A4
(183,198,164)
#A3B192
(163,177,146)
#8F9C80
(143,156,128)
#7B876E
(123,135,110)
#67725C
(103,114,92)
#535D4A
(83,93,74)
#3F4838
(63,72,56)
#2B3326
(43,51,38)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #DFF0C8

#DFF0C8
(223,240,200)
#E1F1CD
(225,241,205)
#E3F2D2
(227,242,210)
#E5F3D7
(229,243,215)
#E7F4DC
(231,244,220)
#E9F5E1
(233,245,225)
#EBF6E6
(235,246,230)
#EDF7EB
(237,247,235)
#EFF8F0
(239,248,240)
#F1F9F5
(241,249,245)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF0C8 color. Also use rgb(223,240,200) instead hex code.

Text Font Color

.myTextColor { color: #DFF0C8; }

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

This text font color is #DFF0C8.


Background Color

.myBgColor { background-color: #DFF0C8; }

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

This div background color is #DFF0C8.


Border color

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

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

This div border color is #DFF0C8.


Opacity

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

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

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

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

This text has shadow with #DFF0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF0C8 on black background.


Color preview on white background

This text has color #DFF0C8 on white background.



Black color preview on #DFF0C8 background

This text has black color on #DFF0C8 background.


White color preview on #DFF0C8 background

This text has white color on #DFF0C8 background.