COLOR #D2BED3

HEX: #D2BED3
RGB: (210,190,211)

Color info

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

RGB color model

#D2BED3 color RGB value is (210,190,211).

  • red value is 210;
  • green value is 190;
  • blue value is 211.
RGB:
(210,190,211)
(82%,75%,83%)

RGB channels and saturation

R 210 of 255 = 82%
G 190 of 255 = 75%
B 211 of 255 = 83%

210
190
211

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

Portions of RGB colors in percentages

R + G + B =
210 + 190 + 211 = 611 (100%)
R 210 of 611 ~ 34.37%
G 190 of 611 ~ 31.1%
B 211 of 611 ~ 34.53%

%34.37
%31.1
%34.53

CMYK color model

#D2BED3 color CMYK value is (0,10,0,17).

  • cyan value is 0.47%
  • magenta value is 9.95%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(0,10,0,17)
C0M10Y0K17 
(0%,10%,0%,17%)
(0.00/0.10/0.00/0.17)	

CMYK percentages

%0.47
%9.95
%0
%17.25

Codes

Color #D2BED3 in popluar color models

D2BED3
RGB210190211
HSL297°19.27%78.63%
HSB/HSV297°9.95%82.75%
CMYK0.47%9.95%0.00%
17.25%

Color #D2BED3 in popluar number systems.

HEXD2BED3
Decimal210190211
Binary110100101011111011010011
Octal322276323

Shades and tints

Shades of #D2BED3

#D2BED3
(210,190,211)
#BFADC0
(191,173,192)
#AC9CAD
(172,156,173)
#998B9A
(153,139,154)
#867A87
(134,122,135)
#736974
(115,105,116)
#605861
(96,88,97)
#4D474E
(77,71,78)
#3A363B
(58,54,59)
#272528
(39,37,40)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #D2BED3

#D2BED3
(210,190,211)
#D6C3D7
(214,195,215)
#DAC8DB
(218,200,219)
#DECDDF
(222,205,223)
#E2D2E3
(226,210,227)
#E6D7E7
(230,215,231)
#EADCEB
(234,220,235)
#EEE1EF
(238,225,239)
#F2E6F3
(242,230,243)
#F6EBF7
(246,235,247)
#FAF0FB
(250,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BED3 color. Also use rgb(210,190,211) instead hex code.

Text Font Color

.myTextColor { color: #D2BED3; }

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

This text font color is #D2BED3.


Background Color

.myBgColor { background-color: #D2BED3; }

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

This div background color is #D2BED3.


Border color

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

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

This div border color is #D2BED3.


Opacity

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

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

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

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

This text has shadow with #D2BED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BED3 on black background.


Color preview on white background

This text has color #D2BED3 on white background.



Black color preview on #D2BED3 background

This text has black color on #D2BED3 background.


White color preview on #D2BED3 background

This text has white color on #D2BED3 background.