COLOR #D5B5CA

HEX: #D5B5CA
RGB: (213,181,202)

Color info

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

RGB color model

#D5B5CA color RGB value is (213,181,202).

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

RGB channels and saturation

R 213 of 255 = 84%
G 181 of 255 = 71%
B 202 of 255 = 79%

213
181
202

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

Portions of RGB colors in percentages

R + G + B =
213 + 181 + 202 = 596 (100%)
R 213 of 596 ~ 35.74%
G 181 of 596 ~ 30.37%
B 202 of 596 ~ 33.89%

%35.74
%30.37
%33.89

CMYK color model

#D5B5CA color CMYK value is (0,15,5,16).

  • cyan value is 0.00%
  • magenta value is 15.02%
  • yellow value is 5.16%
  • key color value is 16.47%
CMYK:
(0,15,5,16)
C0M15Y5K16 
(0%,15%,5%,16%)
(0.00/0.15/0.05/0.16)	

CMYK percentages

%0
%15.02
%5.16
%16.47

Codes

Color #D5B5CA in popluar color models

D5B5CA
RGB213181202
HSL321°27.59%77.25%
HSB/HSV321°15.02%83.53%
CMYK0.00%15.02%5.16%
16.47%

Color #D5B5CA in popluar number systems.

HEXD5B5CA
Decimal213181202
Binary110101011011010111001010
Octal325265312

Shades and tints

Shades of #D5B5CA

#D5B5CA
(213,181,202)
#C2A5B8
(194,165,184)
#AF95A6
(175,149,166)
#9C8594
(156,133,148)
#897582
(137,117,130)
#766570
(118,101,112)
#63555E
(99,85,94)
#50454C
(80,69,76)
#3D353A
(61,53,58)
#2A2528
(42,37,40)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #D5B5CA

#D5B5CA
(213,181,202)
#D8BBCE
(216,187,206)
#DBC1D2
(219,193,210)
#DEC7D6
(222,199,214)
#E1CDDA
(225,205,218)
#E4D3DE
(228,211,222)
#E7D9E2
(231,217,226)
#EADFE6
(234,223,230)
#EDE5EA
(237,229,234)
#F0EBEE
(240,235,238)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B5CA; }

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

This text font color is #D5B5CA.


Background Color

.myBgColor { background-color: #D5B5CA; }

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

This div background color is #D5B5CA.


Border color

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

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

This div border color is #D5B5CA.


Opacity

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

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

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

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

This text has shadow with #D5B5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B5CA on black background.


Color preview on white background

This text has color #D5B5CA on white background.



Black color preview on #D5B5CA background

This text has black color on #D5B5CA background.


White color preview on #D5B5CA background

This text has white color on #D5B5CA background.