COLOR #DFF8E6

HEX: #DFF8E6
RGB: (223,248,230)

Color info

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

RGB color model

#DFF8E6 color RGB value is (223,248,230).

  • red value is 223;
  • green value is 248;
  • blue value is 230.
RGB:
(223,248,230)
(87%,97%,90%)

RGB channels and saturation

R 223 of 255 = 87%
G 248 of 255 = 97%
B 230 of 255 = 90%

223
248
230

R + G + B ~ 91%. #DFF8E6 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 248 + 230 = 701 (100%)
R 223 of 701 ~ 31.81%
G 248 of 701 ~ 35.38%
B 230 of 701 ~ 32.81%

%31.81
%35.38
%32.81

CMYK color model

#DFF8E6 color CMYK value is (10,0,7,3).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 2.75%
CMYK:
(10,0,7,3)
C10M0Y7K3 
(10%,0%,7%,3%)
(0.10/0.00/0.07/0.03)	

CMYK percentages

%10.08
%0
%7.26
%2.75

Codes

Color #DFF8E6 in popluar color models

DFF8E6
RGB223248230
HSL137°64.10%92.35%
HSB/HSV137°10.08%97.25%
CMYK10.08%0.00%7.26%
2.75%

Color #DFF8E6 in popluar number systems.

HEXDFF8E6
Decimal223248230
Binary110111111111100011100110
Octal337370346

Shades and tints

Shades of #DFF8E6

#DFF8E6
(223,248,230)
#CBE2D2
(203,226,210)
#B7CCBE
(183,204,190)
#A3B6AA
(163,182,170)
#8FA096
(143,160,150)
#7B8A82
(123,138,130)
#67746E
(103,116,110)
#535E5A
(83,94,90)
#3F4846
(63,72,70)
#2B3232
(43,50,50)
#171C1E
(23,28,30)
#000000
(0,0,0)

Tints of #DFF8E6

#DFF8E6
(223,248,230)
#E1F8E8
(225,248,232)
#E3F8EA
(227,248,234)
#E5F8EC
(229,248,236)
#E7F8EE
(231,248,238)
#E9F8F0
(233,248,240)
#EBF8F2
(235,248,242)
#EDF8F4
(237,248,244)
#EFF8F6
(239,248,246)
#F1F8F8
(241,248,248)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF8E6 color. Also use rgb(223,248,230) instead hex code.

Text Font Color

.myTextColor { color: #DFF8E6; }

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

This text font color is #DFF8E6.


Background Color

.myBgColor { background-color: #DFF8E6; }

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

This div background color is #DFF8E6.


Border color

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

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

This div border color is #DFF8E6.


Opacity

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

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

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

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

This text has shadow with #DFF8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF8E6 on black background.


Color preview on white background

This text has color #DFF8E6 on white background.



Black color preview on #DFF8E6 background

This text has black color on #DFF8E6 background.


White color preview on #DFF8E6 background

This text has white color on #DFF8E6 background.