COLOR #D5DBB6

HEX: #D5DBB6 RGB: (213,219,182)

Color info

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

RGB color model

#D5DBB6 color RGB value is (213,219,182).

RGB: (213,219,182) (84%, 86%, 71%)

RGB channels and saturation

R 213 of 255 = 84%
G 219 of 255 = 86%
B 182 of 255 = 71%

213
219
182

R + G + B ~ 80%. #D5DBB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 219 + 182 = 614 (100%)
R 213 of 614 ~ 34.69%
G 219 of 614 ~ 35.67%
B 182 of 614 ~ 29.64'%

%34.69
%35.67
%29.64

CMYK color model

#D5DBB6 color CMYK value is (3,0,17,14).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 14.12%

CMYK: (3,0,17,14)
C3M0Y17K14 (3%, 0%, 17%, 14%)
(0.03 / 0.00 / 0.17 / 0.14)

CMYK percentages

%2.74
%0
%16.89
%14.12

Codes

Color #D5DBB6 in popluar color models

D5 DB B6
RGB 213 219 182
HSL 70° 33.94% 78.63%
HSB/HSV 70° 16.89% 85.88%
CMYK 2.74% 0.00% 16.89%
14.12%

Color #D5DBB6 in popluar number systems.

HEX D5 DB B6
Decimal 213 219 182
Binary 11010101 11011011 10110110
Octal 325 333 266

Shades and tints

Shades of #D5DBB6

#D5DBB6
(213,219,182)
#C2C8A6
(194,200,166)
#AFB596
(175,181,150)
#9CA286
(156,162,134)
#898F76
(137,143,118)
#767C66
(118,124,102)
#636956
(99,105,86)
#505646
(80,86,70)
#3D4336
(61,67,54)
#2A3026
(42,48,38)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #D5DBB6

#D5DBB6
(213,219,182)
#D8DEBC
(216,222,188)
#DBE1C2
(219,225,194)
#DEE4C8
(222,228,200)
#E1E7CE
(225,231,206)
#E4EAD4
(228,234,212)
#E7EDDA
(231,237,218)
#EAF0E0
(234,240,224)
#EDF3E6
(237,243,230)
#F0F6EC
(240,246,236)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DBB6 color. Also use rgb(213,219,182) instead hex code.

Text Font Color

.myTextColor { color: #D5DBB6; }

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

This text font color is #D5DBB6.

Background Color

.myBgColor { background-color: #D5DBB6; }

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

This div background color is #D5DBB6.

Border color

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

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

This div border color is #D5DBB6.

Opacity

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

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

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

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

This text has shadow with #D5DBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DBB6.

Preview

Color preview on black background

This text has color #D5DBB6 on black background.


Color preview on white background

This text has color #D5DBB6 on white background.


Black color preview on #D5DBB6 background

This text has black color on #D5DBB6 background.


White color preview on #D5DBB6 background

This text has white color on #D5DBB6 background.


Related colors

Complementary color

Complementary color for #hex is #2A2449.


I love getcolorcode.com

Triadic colors

1 #B6D5DB and #DBB6D5 with #D5DBB6 are triadic colors.

2 #B6DBD5 and #DBD5B6 with #D5DBB6 are triadic colors.