COLOR #DFF3EA

HEX: #DFF3EA
RGB: (223,243,234)

Color info

#DFF3EA contains red, green and blue colors in about the same proportion. Web safe color of #DFF3EA is #CCFFFF (or #CFF).

RGB color model

#DFF3EA color RGB value is (223,243,234).

  • red value is 223;
  • green value is 243;
  • blue value is 234.
RGB:
(223,243,234)
(87%,95%,92%)

RGB channels and saturation

R 223 of 255 = 87%
G 243 of 255 = 95%
B 234 of 255 = 92%

223
243
234

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

Portions of RGB colors in percentages

R + G + B =
223 + 243 + 234 = 700 (100%)
R 223 of 700 ~ 31.86%
G 243 of 700 ~ 34.71%
B 234 of 700 ~ 33.43%

%31.86
%34.71
%33.43

CMYK color model

#DFF3EA color CMYK value is (8,0,4,5).

  • cyan value is 8.23%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 4.71%
CMYK:
(8,0,4,5)
C8M0Y4K5 
(8%,0%,4%,5%)
(0.08/0.00/0.04/0.05)	

CMYK percentages

%8.23
%0
%3.7
%4.71

Codes

Color #DFF3EA in popluar color models

DFF3EA
RGB223243234
HSL153°45.45%91.37%
HSB/HSV153°8.23%95.29%
CMYK8.23%0.00%3.70%
4.71%

Color #DFF3EA in popluar number systems.

HEXDFF3EA
Decimal223243234
Binary110111111111001111101010
Octal337363352

Shades and tints

Shades of #DFF3EA

#DFF3EA
(223,243,234)
#CBDDD5
(203,221,213)
#B7C7C0
(183,199,192)
#A3B1AB
(163,177,171)
#8F9B96
(143,155,150)
#7B8581
(123,133,129)
#676F6C
(103,111,108)
#535957
(83,89,87)
#3F4342
(63,67,66)
#2B2D2D
(43,45,45)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #DFF3EA

#DFF3EA
(223,243,234)
#E1F4EB
(225,244,235)
#E3F5EC
(227,245,236)
#E5F6ED
(229,246,237)
#E7F7EE
(231,247,238)
#E9F8EF
(233,248,239)
#EBF9F0
(235,249,240)
#EDFAF1
(237,250,241)
#EFFBF2
(239,251,242)
#F1FCF3
(241,252,243)
#F3FDF4
(243,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF3EA color. Also use rgb(223,243,234) instead hex code.

Text Font Color

.myTextColor { color: #DFF3EA; }

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

This text font color is #DFF3EA.


Background Color

.myBgColor { background-color: #DFF3EA; }

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

This div background color is #DFF3EA.


Border color

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

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

This div border color is #DFF3EA.


Opacity

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

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

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

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

This text has shadow with #DFF3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF3EA on black background.


Color preview on white background

This text has color #DFF3EA on white background.



Black color preview on #DFF3EA background

This text has black color on #DFF3EA background.


White color preview on #DFF3EA background

This text has white color on #DFF3EA background.