COLOR #D1B9CA

HEX: #D1B9CA RGB: (209,185,202)

Color info

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

RGB color model

#D1B9CA color RGB value is (209,185,202).

RGB: (209,185,202) (82%, 73%, 79%)

RGB channels and saturation

R 209 of 255 = 82%
G 185 of 255 = 73%
B 202 of 255 = 79%

209
185
202

R + G + B ~ 78%. #D1B9CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 185 + 202 = 596 (100%)
R 209 of 596 ~ 35.07%
G 185 of 596 ~ 31.04%
B 202 of 596 ~ 33.89'%

%35.07
%31.04
%33.89

CMYK color model

#D1B9CA color CMYK value is (0,11,3,18).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 3.35%
  • key color value is 18.04%

CMYK: (0,11,3,18)
C0M11Y3K18 (0%, 11%, 3%, 18%)
(0.00 / 0.11 / 0.03 / 0.18)

CMYK percentages

%0
%11.48
%3.35
%18.04

Codes

Color #D1B9CA in popluar color models

D1 B9 CA
RGB 209 185 202
HSL 318° 20.69% 77.25%
HSB/HSV 318° 11.48% 81.96%
CMYK 0.00% 11.48% 3.35%
18.04%

Color #D1B9CA in popluar number systems.

HEX D1 B9 CA
Decimal 209 185 202
Binary 11010001 10111001 11001010
Octal 321 271 312

Shades and tints

Shades of #D1B9CA

#D1B9CA
(209,185,202)
#BEA9B8
(190,169,184)
#AB99A6
(171,153,166)
#988994
(152,137,148)
#857982
(133,121,130)
#726970
(114,105,112)
#5F595E
(95,89,94)
#4C494C
(76,73,76)
#39393A
(57,57,58)
#262928
(38,41,40)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #D1B9CA

#D1B9CA
(209,185,202)
#D5BFCE
(213,191,206)
#D9C5D2
(217,197,210)
#DDCBD6
(221,203,214)
#E1D1DA
(225,209,218)
#E5D7DE
(229,215,222)
#E9DDE2
(233,221,226)
#EDE3E6
(237,227,230)
#F1E9EA
(241,233,234)
#F5EFEE
(245,239,238)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B9CA color. Also use rgb(209,185,202) instead hex code.

Text Font Color

.myTextColor { color: #D1B9CA; }

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

This text font color is #D1B9CA.

Background Color

.myBgColor { background-color: #D1B9CA; }

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

This div background color is #D1B9CA.

Border color

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

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

This div border color is #D1B9CA.

Opacity

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

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

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

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

This text has shadow with #D1B9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B9CA.

Preview

Color preview on black background

This text has color #D1B9CA on black background.


Color preview on white background

This text has color #D1B9CA on white background.


Black color preview on #D1B9CA background

This text has black color on #D1B9CA background.


White color preview on #D1B9CA background

This text has white color on #D1B9CA background.


Related colors

Complementary color

Complementary color for #hex is #2E4635.


I love getcolorcode.com

Triadic colors

1 #CAD1B9 and #B9CAD1 with #D1B9CA are triadic colors.

2 #CAB9D1 and #B9D1CA with #D1B9CA are triadic colors.