COLOR #DFEED4

HEX: #DFEED4
RGB: (223,238,212)

Color info

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

RGB color model

#DFEED4 color RGB value is (223,238,212).

  • red value is 223;
  • green value is 238;
  • blue value is 212.
RGB:
(223,238,212)
(87%,93%,83%)

RGB channels and saturation

R 223 of 255 = 87%
G 238 of 255 = 93%
B 212 of 255 = 83%

223
238
212

R + G + B ~ 88%. #DFEED4 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 238 + 212 = 673 (100%)
R 223 of 673 ~ 33.14%
G 238 of 673 ~ 35.36%
B 212 of 673 ~ 31.5%

%33.14
%35.36
%31.5

CMYK color model

#DFEED4 color CMYK value is (6,0,11,7).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 6.67%
CMYK:
(6,0,11,7)
C6M0Y11K7 
(6%,0%,11%,7%)
(0.06/0.00/0.11/0.07)	

CMYK percentages

%6.3
%0
%10.92
%6.67

Codes

Color #DFEED4 in popluar color models

DFEED4
RGB223238212
HSL95°43.33%88.24%
HSB/HSV95°10.92%93.33%
CMYK6.30%0.00%10.92%
6.67%

Color #DFEED4 in popluar number systems.

HEXDFEED4
Decimal223238212
Binary110111111110111011010100
Octal337356324

Shades and tints

Shades of #DFEED4

#DFEED4
(223,238,212)
#CBD9C1
(203,217,193)
#B7C4AE
(183,196,174)
#A3AF9B
(163,175,155)
#8F9A88
(143,154,136)
#7B8575
(123,133,117)
#677062
(103,112,98)
#535B4F
(83,91,79)
#3F463C
(63,70,60)
#2B3129
(43,49,41)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #DFEED4

#DFEED4
(223,238,212)
#E1EFD7
(225,239,215)
#E3F0DA
(227,240,218)
#E5F1DD
(229,241,221)
#E7F2E0
(231,242,224)
#E9F3E3
(233,243,227)
#EBF4E6
(235,244,230)
#EDF5E9
(237,245,233)
#EFF6EC
(239,246,236)
#F1F7EF
(241,247,239)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEED4 color. Also use rgb(223,238,212) instead hex code.

Text Font Color

.myTextColor { color: #DFEED4; }

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

This text font color is #DFEED4.


Background Color

.myBgColor { background-color: #DFEED4; }

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

This div background color is #DFEED4.


Border color

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

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

This div border color is #DFEED4.


Opacity

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

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

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

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

This text has shadow with #DFEED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEED4 on black background.


Color preview on white background

This text has color #DFEED4 on white background.



Black color preview on #DFEED4 background

This text has black color on #DFEED4 background.


White color preview on #DFEED4 background

This text has white color on #DFEED4 background.