COLOR #D1DBB4

HEX: #D1DBB4
RGB: (209,219,180)

Color info

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

RGB color model

#D1DBB4 color RGB value is (209,219,180).

  • red value is 209;
  • green value is 219;
  • blue value is 180.
RGB:
(209,219,180)
(82%,86%,71%)

RGB channels and saturation

R 209 of 255 = 82%
G 219 of 255 = 86%
B 180 of 255 = 71%

209
219
180

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

Portions of RGB colors in percentages

R + G + B =
209 + 219 + 180 = 608 (100%)
R 209 of 608 ~ 34.38%
G 219 of 608 ~ 36.02%
B 180 of 608 ~ 29.61%

%34.38
%36.02
%29.61

CMYK color model

#D1DBB4 color CMYK value is (5,0,18,14).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 14.12%
CMYK:
(5,0,18,14)
C5M0Y18K14 
(5%,0%,18%,14%)
(0.05/0.00/0.18/0.14)	

CMYK percentages

%4.57
%0
%17.81
%14.12

Codes

Color #D1DBB4 in popluar color models

D1DBB4
RGB209219180
HSL75°35.14%78.24%
HSB/HSV75°17.81%85.88%
CMYK4.57%0.00%17.81%
14.12%

Color #D1DBB4 in popluar number systems.

HEXD1DBB4
Decimal209219180
Binary110100011101101110110100
Octal321333264

Shades and tints

Shades of #D1DBB4

#D1DBB4
(209,219,180)
#BEC8A4
(190,200,164)
#ABB594
(171,181,148)
#98A284
(152,162,132)
#858F74
(133,143,116)
#727C64
(114,124,100)
#5F6954
(95,105,84)
#4C5644
(76,86,68)
#394334
(57,67,52)
#263024
(38,48,36)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #D1DBB4

#D1DBB4
(209,219,180)
#D5DEBA
(213,222,186)
#D9E1C0
(217,225,192)
#DDE4C6
(221,228,198)
#E1E7CC
(225,231,204)
#E5EAD2
(229,234,210)
#E9EDD8
(233,237,216)
#EDF0DE
(237,240,222)
#F1F3E4
(241,243,228)
#F5F6EA
(245,246,234)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DBB4 color. Also use rgb(209,219,180) instead hex code.

Text Font Color

.myTextColor { color: #D1DBB4; }

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

This text font color is #D1DBB4.


Background Color

.myBgColor { background-color: #D1DBB4; }

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

This div background color is #D1DBB4.


Border color

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

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

This div border color is #D1DBB4.


Opacity

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

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

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

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

This text has shadow with #D1DBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DBB4 on black background.


Color preview on white background

This text has color #D1DBB4 on white background.



Black color preview on #D1DBB4 background

This text has black color on #D1DBB4 background.


White color preview on #D1DBB4 background

This text has white color on #D1DBB4 background.