COLOR #D7DBCA

HEX: #D7DBCA
RGB: (215,219,202)

Color info

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

RGB color model

#D7DBCA color RGB value is (215,219,202).

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

RGB channels and saturation

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

215
219
202

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

Portions of RGB colors in percentages

R + G + B =
215 + 219 + 202 = 636 (100%)
R 215 of 636 ~ 33.81%
G 219 of 636 ~ 34.43%
B 202 of 636 ~ 31.76%

%33.81
%34.43
%31.76

CMYK color model

#D7DBCA color CMYK value is (2,0,8,14).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 14.12%
CMYK:
(2,0,8,14)
C2M0Y8K14 
(2%,0%,8%,14%)
(0.02/0.00/0.08/0.14)	

CMYK percentages

%1.83
%0
%7.76
%14.12

Codes

Color #D7DBCA in popluar color models

D7DBCA
RGB215219202
HSL74°19.10%82.55%
HSB/HSV74°7.76%85.88%
CMYK1.83%0.00%7.76%
14.12%

Color #D7DBCA in popluar number systems.

HEXD7DBCA
Decimal215219202
Binary110101111101101111001010
Octal327333312

Shades and tints

Shades of #D7DBCA

#D7DBCA
(215,219,202)
#C4C8B8
(196,200,184)
#B1B5A6
(177,181,166)
#9EA294
(158,162,148)
#8B8F82
(139,143,130)
#787C70
(120,124,112)
#65695E
(101,105,94)
#52564C
(82,86,76)
#3F433A
(63,67,58)
#2C3028
(44,48,40)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #D7DBCA

#D7DBCA
(215,219,202)
#DADECE
(218,222,206)
#DDE1D2
(221,225,210)
#E0E4D6
(224,228,214)
#E3E7DA
(227,231,218)
#E6EADE
(230,234,222)
#E9EDE2
(233,237,226)
#ECF0E6
(236,240,230)
#EFF3EA
(239,243,234)
#F2F6EE
(242,246,238)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DBCA; }

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

This text font color is #D7DBCA.


Background Color

.myBgColor { background-color: #D7DBCA; }

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

This div background color is #D7DBCA.


Border color

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

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

This div border color is #D7DBCA.


Opacity

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

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

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

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

This text has shadow with #D7DBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DBCA on black background.


Color preview on white background

This text has color #D7DBCA on white background.



Black color preview on #D7DBCA background

This text has black color on #D7DBCA background.


White color preview on #D7DBCA background

This text has white color on #D7DBCA background.