COLOR #D2BDC7

HEX: #D2BDC7
RGB: (210,189,199)

Color info

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

RGB color model

#D2BDC7 color RGB value is (210,189,199).

  • red value is 210;
  • green value is 189;
  • blue value is 199.
RGB:
(210,189,199)
(82%,74%,78%)

RGB channels and saturation

R 210 of 255 = 82%
G 189 of 255 = 74%
B 199 of 255 = 78%

210
189
199

R + G + B ~ 78%. #D2BDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 189 + 199 = 598 (100%)
R 210 of 598 ~ 35.12%
G 189 of 598 ~ 31.61%
B 199 of 598 ~ 33.28%

%35.12
%31.61
%33.28

CMYK color model

#D2BDC7 color CMYK value is (0,10,5,18).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 5.24%
  • key color value is 17.65%
CMYK:
(0,10,5,18)
C0M10Y5K18 
(0%,10%,5%,18%)
(0.00/0.10/0.05/0.18)	

CMYK percentages

%0
%10
%5.24
%17.65

Codes

Color #D2BDC7 in popluar color models

D2BDC7
RGB210189199
HSL331°18.92%78.24%
HSB/HSV331°10.00%82.35%
CMYK0.00%10.00%5.24%
17.65%

Color #D2BDC7 in popluar number systems.

HEXD2BDC7
Decimal210189199
Binary110100101011110111000111
Octal322275307

Shades and tints

Shades of #D2BDC7

#D2BDC7
(210,189,199)
#BFACB5
(191,172,181)
#AC9BA3
(172,155,163)
#998A91
(153,138,145)
#86797F
(134,121,127)
#73686D
(115,104,109)
#60575B
(96,87,91)
#4D4649
(77,70,73)
#3A3537
(58,53,55)
#272425
(39,36,37)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #D2BDC7

#D2BDC7
(210,189,199)
#D6C3CC
(214,195,204)
#DAC9D1
(218,201,209)
#DECFD6
(222,207,214)
#E2D5DB
(226,213,219)
#E6DBE0
(230,219,224)
#EAE1E5
(234,225,229)
#EEE7EA
(238,231,234)
#F2EDEF
(242,237,239)
#F6F3F4
(246,243,244)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BDC7 color. Also use rgb(210,189,199) instead hex code.

Text Font Color

.myTextColor { color: #D2BDC7; }

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

This text font color is #D2BDC7.


Background Color

.myBgColor { background-color: #D2BDC7; }

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

This div background color is #D2BDC7.


Border color

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

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

This div border color is #D2BDC7.


Opacity

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

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

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

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

This text has shadow with #D2BDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BDC7 on black background.


Color preview on white background

This text has color #D2BDC7 on white background.



Black color preview on #D2BDC7 background

This text has black color on #D2BDC7 background.


White color preview on #D2BDC7 background

This text has white color on #D2BDC7 background.