COLOR #DFF5E6

HEX: #DFF5E6
RGB: (223,245,230)

Color info

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

RGB color model

#DFF5E6 color RGB value is (223,245,230).

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

RGB channels and saturation

R 223 of 255 = 87%
G 245 of 255 = 96%
B 230 of 255 = 90%

223
245
230

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

Portions of RGB colors in percentages

R + G + B =
223 + 245 + 230 = 698 (100%)
R 223 of 698 ~ 31.95%
G 245 of 698 ~ 35.1%
B 230 of 698 ~ 32.95%

%31.95
%35.1
%32.95

CMYK color model

#DFF5E6 color CMYK value is (9,0,6,4).

  • cyan value is 8.98%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 3.92%
CMYK:
(9,0,6,4)
C9M0Y6K4 
(9%,0%,6%,4%)
(0.09/0.00/0.06/0.04)	

CMYK percentages

%8.98
%0
%6.12
%3.92

Codes

Color #DFF5E6 in popluar color models

DFF5E6
RGB223245230
HSL139°52.38%91.76%
HSB/HSV139°8.98%96.08%
CMYK8.98%0.00%6.12%
3.92%

Color #DFF5E6 in popluar number systems.

HEXDFF5E6
Decimal223245230
Binary110111111111010111100110
Octal337365346

Shades and tints

Shades of #DFF5E6

#DFF5E6
(223,245,230)
#CBDFD2
(203,223,210)
#B7C9BE
(183,201,190)
#A3B3AA
(163,179,170)
#8F9D96
(143,157,150)
#7B8782
(123,135,130)
#67716E
(103,113,110)
#535B5A
(83,91,90)
#3F4546
(63,69,70)
#2B2F32
(43,47,50)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #DFF5E6

#DFF5E6
(223,245,230)
#E1F5E8
(225,245,232)
#E3F5EA
(227,245,234)
#E5F5EC
(229,245,236)
#E7F5EE
(231,245,238)
#E9F5F0
(233,245,240)
#EBF5F2
(235,245,242)
#EDF5F4
(237,245,244)
#EFF5F6
(239,245,246)
#F1F5F8
(241,245,248)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF5E6; }

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

This text font color is #DFF5E6.


Background Color

.myBgColor { background-color: #DFF5E6; }

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

This div background color is #DFF5E6.


Border color

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

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

This div border color is #DFF5E6.


Opacity

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

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

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

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

This text has shadow with #DFF5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF5E6 on black background.


Color preview on white background

This text has color #DFF5E6 on white background.



Black color preview on #DFF5E6 background

This text has black color on #DFF5E6 background.


White color preview on #DFF5E6 background

This text has white color on #DFF5E6 background.