COLOR #D1BED3

HEX: #D1BED3
RGB: (209,190,211)

Color info

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

RGB color model

#D1BED3 color RGB value is (209,190,211).

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

RGB channels and saturation

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

209
190
211

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

Portions of RGB colors in percentages

R + G + B =
209 + 190 + 211 = 610 (100%)
R 209 of 610 ~ 34.26%
G 190 of 610 ~ 31.15%
B 211 of 610 ~ 34.59%

%34.26
%31.15
%34.59

CMYK color model

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

  • cyan value is 0.95%
  • magenta value is 9.95%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(1,10,0,17)
C1M10Y0K17 
(1%,10%,0%,17%)
(0.01/0.10/0.00/0.17)	

CMYK percentages

%0.95
%9.95
%0
%17.25

Codes

Color #D1BED3 in popluar color models

D1BED3
RGB209190211
HSL294°19.27%78.63%
HSB/HSV294°9.95%82.75%
CMYK0.95%9.95%0.00%
17.25%

Color #D1BED3 in popluar number systems.

HEXD1BED3
Decimal209190211
Binary110100011011111011010011
Octal321276323

Shades and tints

Shades of #D1BED3

#D1BED3
(209,190,211)
#BEADC0
(190,173,192)
#AB9CAD
(171,156,173)
#988B9A
(152,139,154)
#857A87
(133,122,135)
#726974
(114,105,116)
#5F5861
(95,88,97)
#4C474E
(76,71,78)
#39363B
(57,54,59)
#262528
(38,37,40)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #D1BED3

#D1BED3
(209,190,211)
#D5C3D7
(213,195,215)
#D9C8DB
(217,200,219)
#DDCDDF
(221,205,223)
#E1D2E3
(225,210,227)
#E5D7E7
(229,215,231)
#E9DCEB
(233,220,235)
#EDE1EF
(237,225,239)
#F1E6F3
(241,230,243)
#F5EBF7
(245,235,247)
#F9F0FB
(249,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BED3; }

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

This text font color is #D1BED3.


Background Color

.myBgColor { background-color: #D1BED3; }

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

This div background color is #D1BED3.


Border color

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

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

This div border color is #D1BED3.


Opacity

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

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

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

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

This text has shadow with #D1BED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BED3 on black background.


Color preview on white background

This text has color #D1BED3 on white background.



Black color preview on #D1BED3 background

This text has black color on #D1BED3 background.


White color preview on #D1BED3 background

This text has white color on #D1BED3 background.