COLOR #D1DEBB

HEX: #D1DEBB RGB: (209,222,187)

Color info

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

RGB color model

#D1DEBB color RGB value is (209,222,187).

RGB: (209,222,187) (82%, 87%, 73%)

RGB channels and saturation

R 209 of 255 = 82%
G 222 of 255 = 87%
B 187 of 255 = 73%

209
222
187

R + G + B ~ 81%. #D1DEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 222 + 187 = 618 (100%)
R 209 of 618 ~ 33.82%
G 222 of 618 ~ 35.92%
B 187 of 618 ~ 30.26'%

%33.82
%35.92
%30.26

CMYK color model

#D1DEBB color CMYK value is (6,0,16,13).

  • cyan value is 5.86%
  • magenta value is 0.00%
  • yellow value is 15.77%
  • key color value is 12.94%

CMYK: (6,0,16,13)
C6M0Y16K13 (6%, 0%, 16%, 13%)
(0.06 / 0.00 / 0.16 / 0.13)

CMYK percentages

%5.86
%0
%15.77
%12.94

Codes

Color #D1DEBB in popluar color models

D1 DE BB
RGB 209 222 187
HSL 82° 34.65% 80.20%
HSB/HSV 82° 15.77% 87.06%
CMYK 5.86% 0.00% 15.77%
12.94%

Color #D1DEBB in popluar number systems.

HEX D1 DE BB
Decimal 209 222 187
Binary 11010001 11011110 10111011
Octal 321 336 273

Shades and tints

Shades of #D1DEBB

#D1DEBB
(209,222,187)
#BECAAA
(190,202,170)
#ABB699
(171,182,153)
#98A288
(152,162,136)
#858E77
(133,142,119)
#727A66
(114,122,102)
#5F6655
(95,102,85)
#4C5244
(76,82,68)
#393E33
(57,62,51)
#262A22
(38,42,34)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #D1DEBB

#D1DEBB
(209,222,187)
#D5E1C1
(213,225,193)
#D9E4C7
(217,228,199)
#DDE7CD
(221,231,205)
#E1EAD3
(225,234,211)
#E5EDD9
(229,237,217)
#E9F0DF
(233,240,223)
#EDF3E5
(237,243,229)
#F1F6EB
(241,246,235)
#F5F9F1
(245,249,241)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DEBB color. Also use rgb(209,222,187) instead hex code.

Text Font Color

.myTextColor { color: #D1DEBB; }

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

This text font color is #D1DEBB.

Background Color

.myBgColor { background-color: #D1DEBB; }

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

This div background color is #D1DEBB.

Border color

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

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

This div border color is #D1DEBB.

Opacity

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

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

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

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

This text has shadow with #D1DEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1DEBB.

Preview

Color preview on black background

This text has color #D1DEBB on black background.


Color preview on white background

This text has color #D1DEBB on white background.


Black color preview on #D1DEBB background

This text has black color on #D1DEBB background.


White color preview on #D1DEBB background

This text has white color on #D1DEBB background.


Related colors

Complementary color

Complementary color for #hex is #2E2144.


I love getcolorcode.com

Triadic colors

1 #BBD1DE and #DEBBD1 with #D1DEBB are triadic colors.

2 #BBDED1 and #DED1BB with #D1DEBB are triadic colors.