COLOR #D1B3C8

HEX: #D1B3C8 RGB: (209,179,200)

Color info

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

RGB color model

#D1B3C8 color RGB value is (209,179,200).

RGB: (209,179,200) (82%, 70%, 78%)

RGB channels and saturation

R 209 of 255 = 82%
G 179 of 255 = 70%
B 200 of 255 = 78%

209
179
200

R + G + B ~ 77%. #D1B3C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 179 + 200 = 588 (100%)
R 209 of 588 ~ 35.54%
G 179 of 588 ~ 30.44%
B 200 of 588 ~ 34.01'%

%35.54
%30.44
%34.01

CMYK color model

#D1B3C8 color CMYK value is (0,14,4,18).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 4.31%
  • key color value is 18.04%

CMYK: (0,14,4,18)
C0M14Y4K18 (0%, 14%, 4%, 18%)
(0.00 / 0.14 / 0.04 / 0.18)

CMYK percentages

%0
%14.35
%4.31
%18.04

Codes

Color #D1B3C8 in popluar color models

D1 B3 C8
RGB 209 179 200
HSL 318° 24.59% 76.08%
HSB/HSV 318° 14.35% 81.96%
CMYK 0.00% 14.35% 4.31%
18.04%

Color #D1B3C8 in popluar number systems.

HEX D1 B3 C8
Decimal 209 179 200
Binary 11010001 10110011 11001000
Octal 321 263 310

Shades and tints

Shades of #D1B3C8

#D1B3C8
(209,179,200)
#BEA3B6
(190,163,182)
#AB93A4
(171,147,164)
#988392
(152,131,146)
#857380
(133,115,128)
#72636E
(114,99,110)
#5F535C
(95,83,92)
#4C434A
(76,67,74)
#393338
(57,51,56)
#262326
(38,35,38)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #D1B3C8

#D1B3C8
(209,179,200)
#D5B9CD
(213,185,205)
#D9BFD2
(217,191,210)
#DDC5D7
(221,197,215)
#E1CBDC
(225,203,220)
#E5D1E1
(229,209,225)
#E9D7E6
(233,215,230)
#EDDDEB
(237,221,235)
#F1E3F0
(241,227,240)
#F5E9F5
(245,233,245)
#F9EFFA
(249,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B3C8 color. Also use rgb(209,179,200) instead hex code.

Text Font Color

.myTextColor { color: #D1B3C8; }

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

This text font color is #D1B3C8.

Background Color

.myBgColor { background-color: #D1B3C8; }

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

This div background color is #D1B3C8.

Border color

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

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

This div border color is #D1B3C8.

Opacity

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

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

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

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

This text has shadow with #D1B3C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B3C8.

Preview

Color preview on black background

This text has color #D1B3C8 on black background.


Color preview on white background

This text has color #D1B3C8 on white background.


Black color preview on #D1B3C8 background

This text has black color on #D1B3C8 background.


White color preview on #D1B3C8 background

This text has white color on #D1B3C8 background.


Related colors

Complementary color

Complementary color for #hex is #2E4C37.


I love getcolorcode.com

Triadic colors

1 #C8D1B3 and #B3C8D1 with #D1B3C8 are triadic colors.

2 #C8B3D1 and #B3D1C8 with #D1B3C8 are triadic colors.