COLOR #DFEEC8

HEX: #DFEEC8 RGB: (223,238,200)

Color info

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

RGB color model

#DFEEC8 color RGB value is (223,238,200).

RGB: (223,238,200) (87%, 93%, 78%)

RGB channels and saturation

R 223 of 255 = 87%
G 238 of 255 = 93%
B 200 of 255 = 78%

223
238
200

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

Portions of RGB colors in percentages

R + G + B = 223 + 238 + 200 = 661 (100%)
R 223 of 661 ~ 33.74%
G 238 of 661 ~ 36.01%
B 200 of 661 ~ 30.26'%

%33.74
%36.01
%30.26

CMYK color model

#DFEEC8 color CMYK value is (6,0,16,7).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 6.67%

CMYK: (6,0,16,7)
C6M0Y16K7 (6%, 0%, 16%, 7%)
(0.06 / 0.00 / 0.16 / 0.07)

CMYK percentages

%6.3
%0
%15.97
%6.67

Codes

Color #DFEEC8 in popluar color models

DF EE C8
RGB 223 238 200
HSL 84° 52.78% 85.88%
HSB/HSV 84° 15.97% 93.33%
CMYK 6.30% 0.00% 15.97%
6.67%

Color #DFEEC8 in popluar number systems.

HEX DF EE C8
Decimal 223 238 200
Binary 11011111 11101110 11001000
Octal 337 356 310

Shades and tints

Shades of #DFEEC8

#DFEEC8
(223,238,200)
#CBD9B6
(203,217,182)
#B7C4A4
(183,196,164)
#A3AF92
(163,175,146)
#8F9A80
(143,154,128)
#7B856E
(123,133,110)
#67705C
(103,112,92)
#535B4A
(83,91,74)
#3F4638
(63,70,56)
#2B3126
(43,49,38)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #DFEEC8

#DFEEC8
(223,238,200)
#E1EFCD
(225,239,205)
#E3F0D2
(227,240,210)
#E5F1D7
(229,241,215)
#E7F2DC
(231,242,220)
#E9F3E1
(233,243,225)
#EBF4E6
(235,244,230)
#EDF5EB
(237,245,235)
#EFF6F0
(239,246,240)
#F1F7F5
(241,247,245)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEEC8; }

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

This text font color is #DFEEC8.

Background Color

.myBgColor { background-color: #DFEEC8; }

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

This div background color is #DFEEC8.

Border color

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

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

This div border color is #DFEEC8.

Opacity

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

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

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

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

This text has shadow with #DFEEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEEC8.

Preview

Color preview on black background

This text has color #DFEEC8 on black background.


Color preview on white background

This text has color #DFEEC8 on white background.


Black color preview on #DFEEC8 background

This text has black color on #DFEEC8 background.


White color preview on #DFEEC8 background

This text has white color on #DFEEC8 background.


Related colors

Complementary color

Complementary color for #hex is #201137.


I love getcolorcode.com

Triadic colors

1 #C8DFEE and #EEC8DF with #DFEEC8 are triadic colors.

2 #C8EEDF and #EEDFC8 with #DFEEC8 are triadic colors.