COLOR #D1B2D6

HEX: #D1B2D6
RGB: (209,178,214)

Color info

#D1B2D6 contains red, green and blue colors in about the same proportion. Web safe color of #D1B2D6 is #CC99CC (or #C9C).

RGB color model

#D1B2D6 color RGB value is (209,178,214).

  • red value is 209;
  • green value is 178;
  • blue value is 214.
RGB:
(209,178,214)
(82%,70%,84%)

RGB channels and saturation

R 209 of 255 = 82%
G 178 of 255 = 70%
B 214 of 255 = 84%

209
178
214

R + G + B ~ 79%. #D1B2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 178 + 214 = 601 (100%)
R 209 of 601 ~ 34.78%
G 178 of 601 ~ 29.62%
B 214 of 601 ~ 35.61%

%34.78
%29.62
%35.61

CMYK color model

#D1B2D6 color CMYK value is (2,17,0,16).

  • cyan value is 2.34%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(2,17,0,16)
C2M17Y0K16 
(2%,17%,0%,16%)
(0.02/0.17/0.00/0.16)	

CMYK percentages

%2.34
%16.82
%0
%16.08

Codes

Color #D1B2D6 in popluar color models

D1B2D6
RGB209178214
HSL292°30.51%76.86%
HSB/HSV292°16.82%83.92%
CMYK2.34%16.82%0.00%
16.08%

Color #D1B2D6 in popluar number systems.

HEXD1B2D6
Decimal209178214
Binary110100011011001011010110
Octal321262326

Shades and tints

Shades of #D1B2D6

#D1B2D6
(209,178,214)
#BEA2C3
(190,162,195)
#AB92B0
(171,146,176)
#98829D
(152,130,157)
#85728A
(133,114,138)
#726277
(114,98,119)
#5F5264
(95,82,100)
#4C4251
(76,66,81)
#39323E
(57,50,62)
#26222B
(38,34,43)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #D1B2D6

#D1B2D6
(209,178,214)
#D5B9D9
(213,185,217)
#D9C0DC
(217,192,220)
#DDC7DF
(221,199,223)
#E1CEE2
(225,206,226)
#E5D5E5
(229,213,229)
#E9DCE8
(233,220,232)
#EDE3EB
(237,227,235)
#F1EAEE
(241,234,238)
#F5F1F1
(245,241,241)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B2D6 color. Also use rgb(209,178,214) instead hex code.

Text Font Color

.myTextColor { color: #D1B2D6; }

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

This text font color is #D1B2D6.


Background Color

.myBgColor { background-color: #D1B2D6; }

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

This div background color is #D1B2D6.


Border color

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

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

This div border color is #D1B2D6.


Opacity

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

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

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

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

This text has shadow with #D1B2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B2D6 on black background.


Color preview on white background

This text has color #D1B2D6 on white background.



Black color preview on #D1B2D6 background

This text has black color on #D1B2D6 background.


White color preview on #D1B2D6 background

This text has white color on #D1B2D6 background.