COLOR #D1BFD5

HEX: #D1BFD5
RGB: (209,191,213)

Color info

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

RGB color model

#D1BFD5 color RGB value is (209,191,213).

  • red value is 209;
  • green value is 191;
  • blue value is 213.
RGB:
(209,191,213)
(82%,75%,84%)

RGB channels and saturation

R 209 of 255 = 82%
G 191 of 255 = 75%
B 213 of 255 = 84%

209
191
213

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

Portions of RGB colors in percentages

R + G + B =
209 + 191 + 213 = 613 (100%)
R 209 of 613 ~ 34.09%
G 191 of 613 ~ 31.16%
B 213 of 613 ~ 34.75%

%34.09
%31.16
%34.75

CMYK color model

#D1BFD5 color CMYK value is (2,10,0,16).

  • cyan value is 1.88%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(2,10,0,16)
C2M10Y0K16 
(2%,10%,0%,16%)
(0.02/0.10/0.00/0.16)	

CMYK percentages

%1.88
%10.33
%0
%16.47

Codes

Color #D1BFD5 in popluar color models

D1BFD5
RGB209191213
HSL289°20.75%79.22%
HSB/HSV289°10.33%83.53%
CMYK1.88%10.33%0.00%
16.47%

Color #D1BFD5 in popluar number systems.

HEXD1BFD5
Decimal209191213
Binary110100011011111111010101
Octal321277325

Shades and tints

Shades of #D1BFD5

#D1BFD5
(209,191,213)
#BEAEC2
(190,174,194)
#AB9DAF
(171,157,175)
#988C9C
(152,140,156)
#857B89
(133,123,137)
#726A76
(114,106,118)
#5F5963
(95,89,99)
#4C4850
(76,72,80)
#39373D
(57,55,61)
#26262A
(38,38,42)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #D1BFD5

#D1BFD5
(209,191,213)
#D5C4D8
(213,196,216)
#D9C9DB
(217,201,219)
#DDCEDE
(221,206,222)
#E1D3E1
(225,211,225)
#E5D8E4
(229,216,228)
#E9DDE7
(233,221,231)
#EDE2EA
(237,226,234)
#F1E7ED
(241,231,237)
#F5ECF0
(245,236,240)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BFD5 color. Also use rgb(209,191,213) instead hex code.

Text Font Color

.myTextColor { color: #D1BFD5; }

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

This text font color is #D1BFD5.


Background Color

.myBgColor { background-color: #D1BFD5; }

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

This div background color is #D1BFD5.


Border color

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

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

This div border color is #D1BFD5.


Opacity

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

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

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

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

This text has shadow with #D1BFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BFD5 on black background.


Color preview on white background

This text has color #D1BFD5 on white background.



Black color preview on #D1BFD5 background

This text has black color on #D1BFD5 background.


White color preview on #D1BFD5 background

This text has white color on #D1BFD5 background.