COLOR #D6DDBB

HEX: #D6DDBB RGB: (214,221,187)

Color info

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

RGB color model

#D6DDBB color RGB value is (214,221,187).

RGB: (214,221,187) (84%, 87%, 73%)

RGB channels and saturation

R 214 of 255 = 84%
G 221 of 255 = 87%
B 187 of 255 = 73%

214
221
187

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

Portions of RGB colors in percentages

R + G + B = 214 + 221 + 187 = 622 (100%)
R 214 of 622 ~ 34.41%
G 221 of 622 ~ 35.53%
B 187 of 622 ~ 30.06'%

%34.41
%35.53
%30.06

CMYK color model

#D6DDBB color CMYK value is (3,0,15,13).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 13.33%

CMYK: (3,0,15,13)
C3M0Y15K13 (3%, 0%, 15%, 13%)
(0.03 / 0.00 / 0.15 / 0.13)

CMYK percentages

%3.17
%0
%15.38
%13.33

Codes

Color #D6DDBB in popluar color models

D6 DD BB
RGB 214 221 187
HSL 72° 33.33% 80.00%
HSB/HSV 72° 15.38% 86.67%
CMYK 3.17% 0.00% 15.38%
13.33%

Color #D6DDBB in popluar number systems.

HEX D6 DD BB
Decimal 214 221 187
Binary 11010110 11011101 10111011
Octal 326 335 273

Shades and tints

Shades of #D6DDBB

#D6DDBB
(214,221,187)
#C3C9AA
(195,201,170)
#B0B599
(176,181,153)
#9DA188
(157,161,136)
#8A8D77
(138,141,119)
#777966
(119,121,102)
#646555
(100,101,85)
#515144
(81,81,68)
#3E3D33
(62,61,51)
#2B2922
(43,41,34)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #D6DDBB

#D6DDBB
(214,221,187)
#D9E0C1
(217,224,193)
#DCE3C7
(220,227,199)
#DFE6CD
(223,230,205)
#E2E9D3
(226,233,211)
#E5ECD9
(229,236,217)
#E8EFDF
(232,239,223)
#EBF2E5
(235,242,229)
#EEF5EB
(238,245,235)
#F1F8F1
(241,248,241)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DDBB color. Also use rgb(214,221,187) instead hex code.

Text Font Color

.myTextColor { color: #D6DDBB; }

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

This text font color is #D6DDBB.

Background Color

.myBgColor { background-color: #D6DDBB; }

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

This div background color is #D6DDBB.

Border color

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

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

This div border color is #D6DDBB.

Opacity

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

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

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

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

This text has shadow with #D6DDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DDBB.

Preview

Color preview on black background

This text has color #D6DDBB on black background.


Color preview on white background

This text has color #D6DDBB on white background.


Black color preview on #D6DDBB background

This text has black color on #D6DDBB background.


White color preview on #D6DDBB background

This text has white color on #D6DDBB background.


Related colors

Complementary color

Complementary color for #hex is #292244.


I love getcolorcode.com

Triadic colors

1 #BBD6DD and #DDBBD6 with #D6DDBB are triadic colors.

2 #BBDDD6 and #DDD6BB with #D6DDBB are triadic colors.