COLOR #DFEBD7

HEX: #DFEBD7 RGB: (223,235,215)

Color info

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

RGB color model

#DFEBD7 color RGB value is (223,235,215).

RGB: (223,235,215) (87%, 92%, 84%)

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 215 of 255 = 84%

223
235
215

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

Portions of RGB colors in percentages

R + G + B = 223 + 235 + 215 = 673 (100%)
R 223 of 673 ~ 33.14%
G 235 of 673 ~ 34.92%
B 215 of 673 ~ 31.95'%

%33.14
%34.92
%31.95

CMYK color model

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

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

CMYK: (5,0,9,8)
C5M0Y9K8 (5%, 0%, 9%, 8%)
(0.05 / 0.00 / 0.09 / 0.08)

CMYK percentages

%5.11
%0
%8.51
%7.84

Codes

Color #DFEBD7 in popluar color models

DF EB D7
RGB 223 235 215
HSL 96° 33.33% 88.24%
HSB/HSV 96° 8.51% 92.16%
CMYK 5.11% 0.00% 8.51%
7.84%

Color #DFEBD7 in popluar number systems.

HEX DF EB D7
Decimal 223 235 215
Binary 11011111 11101011 11010111
Octal 337 353 327

Shades and tints

Shades of #DFEBD7

#DFEBD7
(223,235,215)
#CBD6C4
(203,214,196)
#B7C1B1
(183,193,177)
#A3AC9E
(163,172,158)
#8F978B
(143,151,139)
#7B8278
(123,130,120)
#676D65
(103,109,101)
#535852
(83,88,82)
#3F433F
(63,67,63)
#2B2E2C
(43,46,44)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #DFEBD7

#DFEBD7
(223,235,215)
#E1ECDA
(225,236,218)
#E3EDDD
(227,237,221)
#E5EEE0
(229,238,224)
#E7EFE3
(231,239,227)
#E9F0E6
(233,240,230)
#EBF1E9
(235,241,233)
#EDF2EC
(237,242,236)
#EFF3EF
(239,243,239)
#F1F4F2
(241,244,242)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBD7; }

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

This text font color is #DFEBD7.

Background Color

.myBgColor { background-color: #DFEBD7; }

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

This div background color is #DFEBD7.

Border color

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

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

This div border color is #DFEBD7.

Opacity

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

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

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

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

This text has shadow with #DFEBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEBD7.

Preview

Color preview on black background

This text has color #DFEBD7 on black background.


Color preview on white background

This text has color #DFEBD7 on white background.


Black color preview on #DFEBD7 background

This text has black color on #DFEBD7 background.


White color preview on #DFEBD7 background

This text has white color on #DFEBD7 background.


Related colors

Complementary color

Complementary color for #hex is #201428.


I love getcolorcode.com

Triadic colors

1 #D7DFEB and #EBD7DF with #DFEBD7 are triadic colors.

2 #D7EBDF and #EBDFD7 with #DFEBD7 are triadic colors.