COLOR #D5DBCA

HEX: #D5DBCA
RGB: (213,219,202)

Color info

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

RGB color model

#D5DBCA color RGB value is (213,219,202).

  • red value is 213;
  • green value is 219;
  • blue value is 202.
RGB:
(213,219,202)
(84%,86%,79%)

RGB channels and saturation

R 213 of 255 = 84%
G 219 of 255 = 86%
B 202 of 255 = 79%

213
219
202

R + G + B ~ 83%. #D5DBCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 219 + 202 = 634 (100%)
R 213 of 634 ~ 33.6%
G 219 of 634 ~ 34.54%
B 202 of 634 ~ 31.86%

%33.6
%34.54
%31.86

CMYK color model

#D5DBCA color CMYK value is (3,0,8,14).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 14.12%
CMYK:
(3,0,8,14)
C3M0Y8K14 
(3%,0%,8%,14%)
(0.03/0.00/0.08/0.14)	

CMYK percentages

%2.74
%0
%7.76
%14.12

Codes

Color #D5DBCA in popluar color models

D5DBCA
RGB213219202
HSL81°19.10%82.55%
HSB/HSV81°7.76%85.88%
CMYK2.74%0.00%7.76%
14.12%

Color #D5DBCA in popluar number systems.

HEXD5DBCA
Decimal213219202
Binary110101011101101111001010
Octal325333312

Shades and tints

Shades of #D5DBCA

#D5DBCA
(213,219,202)
#C2C8B8
(194,200,184)
#AFB5A6
(175,181,166)
#9CA294
(156,162,148)
#898F82
(137,143,130)
#767C70
(118,124,112)
#63695E
(99,105,94)
#50564C
(80,86,76)
#3D433A
(61,67,58)
#2A3028
(42,48,40)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #D5DBCA

#D5DBCA
(213,219,202)
#D8DECE
(216,222,206)
#DBE1D2
(219,225,210)
#DEE4D6
(222,228,214)
#E1E7DA
(225,231,218)
#E4EADE
(228,234,222)
#E7EDE2
(231,237,226)
#EAF0E6
(234,240,230)
#EDF3EA
(237,243,234)
#F0F6EE
(240,246,238)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DBCA; }

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

This text font color is #D5DBCA.


Background Color

.myBgColor { background-color: #D5DBCA; }

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

This div background color is #D5DBCA.


Border color

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

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

This div border color is #D5DBCA.


Opacity

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

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

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

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

This text has shadow with #D5DBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DBCA on black background.


Color preview on white background

This text has color #D5DBCA on white background.



Black color preview on #D5DBCA background

This text has black color on #D5DBCA background.


White color preview on #D5DBCA background

This text has white color on #D5DBCA background.