COLOR #D5B1CA

HEX: #D5B1CA
RGB: (213,177,202)

Color info

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

RGB color model

#D5B1CA color RGB value is (213,177,202).

  • red value is 213;
  • green value is 177;
  • blue value is 202.
RGB: (213,177,202) (84%,69%,79%)

RGB channels and saturation

R 213 of 255 = 84%
G 177 of 255 = 69%
B 202 of 255 = 79%

213
177
202

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

Portions of RGB colors in percentages

R + G + B =
213 + 177 + 202 = 592 (100%)
R 213 of 592 ~ 35.98%
G 177 of 592 ~ 29.9%
B 202 of 592 ~ 34.12%

%35.98
%29.9
%34.12

CMYK color model

#D5B1CA color CMYK value is (0,17,5,16).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 5.16%
  • key color value is 16.47%
CMYK: (0,17,5,16) C0M17Y5K16 (0%,17%,5%,16%) (0.00/0.17/0.05/0.16)

CMYK percentages

%0
%16.9
%5.16
%16.47

Codes

Color #D5B1CA in popluar color models

D5B1CA
RGB213177202
HSL318°30.00%76.47%
HSB/HSV318°16.90%83.53%
CMYK0.00%16.90%5.16%
16.47%

Color #D5B1CA in popluar number systems.

HEXD5B1CA
Decimal213177202
Binary110101011011000111001010
Octal325261312

Shades and tints

Shades of #D5B1CA

#D5B1CA
(213,177,202)
#C2A1B8
(194,161,184)
#AF91A6
(175,145,166)
#9C8194
(156,129,148)
#897182
(137,113,130)
#766170
(118,97,112)
#63515E
(99,81,94)
#50414C
(80,65,76)
#3D313A
(61,49,58)
#2A2128
(42,33,40)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #D5B1CA

#D5B1CA
(213,177,202)
#D8B8CE
(216,184,206)
#DBBFD2
(219,191,210)
#DEC6D6
(222,198,214)
#E1CDDA
(225,205,218)
#E4D4DE
(228,212,222)
#E7DBE2
(231,219,226)
#EAE2E6
(234,226,230)
#EDE9EA
(237,233,234)
#F0F0EE
(240,240,238)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B1CA color. Also use rgb(213,177,202) instead hex code.

Text Font Color

.myTextColor { color: #D5B1CA; }

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

This text font color is #D5B1CA.


Background Color

.myBgColor { background-color: #D5B1CA; }

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

This div background color is #D5B1CA.


Border color

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

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

This div border color is #D5B1CA.


Opacity

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

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

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

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

This text has shadow with #D5B1CA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D5B1CA on black background.


Color preview on white background

This text has color #D5B1CA on white background.



Black color preview on #D5B1CA background

This text has black color on #D5B1CA background.


White color preview on #D5B1CA background

This text has white color on #D5B1CA background.