COLOR #DFEEC5

HEX: #DFEEC5 RGB: (223,238,197)

Color info

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

RGB color model

#DFEEC5 color RGB value is (223,238,197).

RGB: (223,238,197) (87%, 93%, 77%)

RGB channels and saturation

R 223 of 255 = 87%
G 238 of 255 = 93%
B 197 of 255 = 77%

223
238
197

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

Portions of RGB colors in percentages

R + G + B = 223 + 238 + 197 = 658 (100%)
R 223 of 658 ~ 33.89%
G 238 of 658 ~ 36.17%
B 197 of 658 ~ 29.94'%

%33.89
%36.17
%29.94

CMYK color model

#DFEEC5 color CMYK value is (6,0,17,7).

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

CMYK: (6,0,17,7)
C6M0Y17K7 (6%, 0%, 17%, 7%)
(0.06 / 0.00 / 0.17 / 0.07)

CMYK percentages

%6.3
%0
%17.23
%6.67

Codes

Color #DFEEC5 in popluar color models

DF EE C5
RGB 223 238 197
HSL 82° 54.67% 85.29%
HSB/HSV 82° 17.23% 93.33%
CMYK 6.30% 0.00% 17.23%
6.67%

Color #DFEEC5 in popluar number systems.

HEX DF EE C5
Decimal 223 238 197
Binary 11011111 11101110 11000101
Octal 337 356 305

Shades and tints

Shades of #DFEEC5

#DFEEC5
(223,238,197)
#CBD9B4
(203,217,180)
#B7C4A3
(183,196,163)
#A3AF92
(163,175,146)
#8F9A81
(143,154,129)
#7B8570
(123,133,112)
#67705F
(103,112,95)
#535B4E
(83,91,78)
#3F463D
(63,70,61)
#2B312C
(43,49,44)
#171C1B
(23,28,27)
#000000
(0,0,0)

Tints of #DFEEC5

#DFEEC5
(223,238,197)
#E1EFCA
(225,239,202)
#E3F0CF
(227,240,207)
#E5F1D4
(229,241,212)
#E7F2D9
(231,242,217)
#E9F3DE
(233,243,222)
#EBF4E3
(235,244,227)
#EDF5E8
(237,245,232)
#EFF6ED
(239,246,237)
#F1F7F2
(241,247,242)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEEC5; }

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

This text font color is #DFEEC5.

Background Color

.myBgColor { background-color: #DFEEC5; }

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

This div background color is #DFEEC5.

Border color

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

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

This div border color is #DFEEC5.

Opacity

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

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

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

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

This text has shadow with #DFEEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEEC5.

Preview

Color preview on black background

This text has color #DFEEC5 on black background.


Color preview on white background

This text has color #DFEEC5 on white background.


Black color preview on #DFEEC5 background

This text has black color on #DFEEC5 background.


White color preview on #DFEEC5 background

This text has white color on #DFEEC5 background.


Related colors

Complementary color

Complementary color for #hex is #20113A.


I love getcolorcode.com

Triadic colors

1 #C5DFEE and #EEC5DF with #DFEEC5 are triadic colors.

2 #C5EEDF and #EEDFC5 with #DFEEC5 are triadic colors.