COLOR #DFEBD9

HEX: #DFEBD9 RGB: (223,235,217)

Color info

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

RGB color model

#DFEBD9 color RGB value is (223,235,217).

RGB: (223,235,217) (87%, 92%, 85%)

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 217 of 255 = 85%

223
235
217

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

Portions of RGB colors in percentages

R + G + B = 223 + 235 + 217 = 675 (100%)
R 223 of 675 ~ 33.04%
G 235 of 675 ~ 34.81%
B 217 of 675 ~ 32.15'%

%33.04
%34.81
%32.15

CMYK color model

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

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 7.84%

CMYK: (5,0,8,8)
C5M0Y8K8 (5%, 0%, 8%, 8%)
(0.05 / 0.00 / 0.08 / 0.08)

CMYK percentages

%5.11
%0
%7.66
%7.84

Codes

Color #DFEBD9 in popluar color models

DF EB D9
RGB 223 235 217
HSL 100° 31.03% 88.63%
HSB/HSV 100° 7.66% 92.16%
CMYK 5.11% 0.00% 7.66%
7.84%

Color #DFEBD9 in popluar number systems.

HEX DF EB D9
Decimal 223 235 217
Binary 11011111 11101011 11011001
Octal 337 353 331

Shades and tints

Shades of #DFEBD9

#DFEBD9
(223,235,217)
#CBD6C6
(203,214,198)
#B7C1B3
(183,193,179)
#A3ACA0
(163,172,160)
#8F978D
(143,151,141)
#7B827A
(123,130,122)
#676D67
(103,109,103)
#535854
(83,88,84)
#3F4341
(63,67,65)
#2B2E2E
(43,46,46)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #DFEBD9

#DFEBD9
(223,235,217)
#E1ECDC
(225,236,220)
#E3EDDF
(227,237,223)
#E5EEE2
(229,238,226)
#E7EFE5
(231,239,229)
#E9F0E8
(233,240,232)
#EBF1EB
(235,241,235)
#EDF2EE
(237,242,238)
#EFF3F1
(239,243,241)
#F1F4F4
(241,244,244)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEBD9 color. Also use rgb(223,235,217) instead hex code.

Text Font Color

.myTextColor { color: #DFEBD9; }

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

This text font color is #DFEBD9.

Background Color

.myBgColor { background-color: #DFEBD9; }

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

This div background color is #DFEBD9.

Border color

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

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

This div border color is #DFEBD9.

Opacity

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

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

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

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

This text has shadow with #DFEBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEBD9.

Preview

Color preview on black background

This text has color #DFEBD9 on black background.


Color preview on white background

This text has color #DFEBD9 on white background.


Black color preview on #DFEBD9 background

This text has black color on #DFEBD9 background.


White color preview on #DFEBD9 background

This text has white color on #DFEBD9 background.


Related colors

Complementary color

Complementary color for #hex is #201426.


I love getcolorcode.com

Triadic colors

1 #D9DFEB and #EBD9DF with #DFEBD9 are triadic colors.

2 #D9EBDF and #EBDFD9 with #DFEBD9 are triadic colors.