COLOR #D9DEBA

HEX: #D9DEBA RGB: (217,222,186)

Color info

#D9DEBA contains red, green and blue colors in about the same proportion. Web safe color of #D9DEBA is #CCCCCC (or #CCC).

RGB color model

#D9DEBA color RGB value is (217,222,186).

RGB: (217,222,186) (85%, 87%, 73%)

RGB channels and saturation

R 217 of 255 = 85%
G 222 of 255 = 87%
B 186 of 255 = 73%

217
222
186

R + G + B ~ 82%. #D9DEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 222 + 186 = 625 (100%)
R 217 of 625 ~ 34.72%
G 222 of 625 ~ 35.52%
B 186 of 625 ~ 29.76'%

%34.72
%35.52
%29.76

CMYK color model

#D9DEBA color CMYK value is (2,0,16,13).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 12.94%

CMYK: (2,0,16,13)
C2M0Y16K13 (2%, 0%, 16%, 13%)
(0.02 / 0.00 / 0.16 / 0.13)

CMYK percentages

%2.25
%0
%16.22
%12.94

Codes

Color #D9DEBA in popluar color models

D9 DE BA
RGB 217 222 186
HSL 68° 35.29% 80.00%
HSB/HSV 68° 16.22% 87.06%
CMYK 2.25% 0.00% 16.22%
12.94%

Color #D9DEBA in popluar number systems.

HEX D9 DE BA
Decimal 217 222 186
Binary 11011001 11011110 10111010
Octal 331 336 272

Shades and tints

Shades of #D9DEBA

#D9DEBA
(217,222,186)
#C6CAAA
(198,202,170)
#B3B69A
(179,182,154)
#A0A28A
(160,162,138)
#8D8E7A
(141,142,122)
#7A7A6A
(122,122,106)
#67665A
(103,102,90)
#54524A
(84,82,74)
#413E3A
(65,62,58)
#2E2A2A
(46,42,42)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #D9DEBA

#D9DEBA
(217,222,186)
#DCE1C0
(220,225,192)
#DFE4C6
(223,228,198)
#E2E7CC
(226,231,204)
#E5EAD2
(229,234,210)
#E8EDD8
(232,237,216)
#EBF0DE
(235,240,222)
#EEF3E4
(238,243,228)
#F1F6EA
(241,246,234)
#F4F9F0
(244,249,240)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DEBA color. Also use rgb(217,222,186) instead hex code.

Text Font Color

.myTextColor { color: #D9DEBA; }

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

This text font color is #D9DEBA.

Background Color

.myBgColor { background-color: #D9DEBA; }

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

This div background color is #D9DEBA.

Border color

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

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

This div border color is #D9DEBA.

Opacity

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

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

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

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

This text has shadow with #D9DEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DEBA.

Preview

Color preview on black background

This text has color #D9DEBA on black background.


Color preview on white background

This text has color #D9DEBA on white background.


Black color preview on #D9DEBA background

This text has black color on #D9DEBA background.


White color preview on #D9DEBA background

This text has white color on #D9DEBA background.


Related colors

Complementary color

Complementary color for #hex is #262145.


I love getcolorcode.com

Triadic colors

1 #BAD9DE and #DEBAD9 with #D9DEBA are triadic colors.

2 #BADED9 and #DED9BA with #D9DEBA are triadic colors.