COLOR #D5DDBE

HEX: #D5DDBE
RGB: (213,221,190)

Color info

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

RGB color model

#D5DDBE color RGB value is (213,221,190).

  • red value is 213;
  • green value is 221;
  • blue value is 190.
RGB:
(213,221,190)
(84%,87%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 190 of 255 = 75%

213
221
190

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

Portions of RGB colors in percentages

R + G + B =
213 + 221 + 190 = 624 (100%)
R 213 of 624 ~ 34.13%
G 221 of 624 ~ 35.42%
B 190 of 624 ~ 30.45%

%34.13
%35.42
%30.45

CMYK color model

#D5DDBE color CMYK value is (4,0,14,13).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 14.03%
  • key color value is 13.33%
CMYK:
(4,0,14,13)
C4M0Y14K13 
(4%,0%,14%,13%)
(0.04/0.00/0.14/0.13)	

CMYK percentages

%3.62
%0
%14.03
%13.33

Codes

Color #D5DDBE in popluar color models

D5DDBE
RGB213221190
HSL75°31.31%80.59%
HSB/HSV75°14.03%86.67%
CMYK3.62%0.00%14.03%
13.33%

Color #D5DDBE in popluar number systems.

HEXD5DDBE
Decimal213221190
Binary110101011101110110111110
Octal325335276

Shades and tints

Shades of #D5DDBE

#D5DDBE
(213,221,190)
#C2C9AD
(194,201,173)
#AFB59C
(175,181,156)
#9CA18B
(156,161,139)
#898D7A
(137,141,122)
#767969
(118,121,105)
#636558
(99,101,88)
#505147
(80,81,71)
#3D3D36
(61,61,54)
#2A2925
(42,41,37)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #D5DDBE

#D5DDBE
(213,221,190)
#D8E0C3
(216,224,195)
#DBE3C8
(219,227,200)
#DEE6CD
(222,230,205)
#E1E9D2
(225,233,210)
#E4ECD7
(228,236,215)
#E7EFDC
(231,239,220)
#EAF2E1
(234,242,225)
#EDF5E6
(237,245,230)
#F0F8EB
(240,248,235)
#F3FBF0
(243,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DDBE color. Also use rgb(213,221,190) instead hex code.

Text Font Color

.myTextColor { color: #D5DDBE; }

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

This text font color is #D5DDBE.


Background Color

.myBgColor { background-color: #D5DDBE; }

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

This div background color is #D5DDBE.


Border color

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

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

This div border color is #D5DDBE.


Opacity

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

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

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

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

This text has shadow with #D5DDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DDBE on black background.


Color preview on white background

This text has color #D5DDBE on white background.



Black color preview on #D5DDBE background

This text has black color on #D5DDBE background.


White color preview on #D5DDBE background

This text has white color on #D5DDBE background.