COLOR #D5B6CD

HEX: #D5B6CD RGB: (213,182,205)

Color info

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

RGB color model

#D5B6CD color RGB value is (213,182,205).

RGB: (213,182,205) (84%, 71%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 182 of 255 = 71%
B 205 of 255 = 80%

213
182
205

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

Portions of RGB colors in percentages

R + G + B = 213 + 182 + 205 = 600 (100%)
R 213 of 600 ~ 35.5%
G 182 of 600 ~ 30.33%
B 205 of 600 ~ 34.17'%

%35.5
%30.33
%34.17

CMYK color model

#D5B6CD color CMYK value is (0,15,4,16).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 3.76%
  • key color value is 16.47%

CMYK: (0,15,4,16)
C0M15Y4K16 (0%, 15%, 4%, 16%)
(0.00 / 0.15 / 0.04 / 0.16)

CMYK percentages

%0
%14.55
%3.76
%16.47

Codes

Color #D5B6CD in popluar color models

D5 B6 CD
RGB 213 182 205
HSL 315° 26.96% 77.45%
HSB/HSV 315° 14.55% 83.53%
CMYK 0.00% 14.55% 3.76%
16.47%

Color #D5B6CD in popluar number systems.

HEX D5 B6 CD
Decimal 213 182 205
Binary 11010101 10110110 11001101
Octal 325 266 315

Shades and tints

Shades of #D5B6CD

#D5B6CD
(213,182,205)
#C2A6BB
(194,166,187)
#AF96A9
(175,150,169)
#9C8697
(156,134,151)
#897685
(137,118,133)
#766673
(118,102,115)
#635661
(99,86,97)
#50464F
(80,70,79)
#3D363D
(61,54,61)
#2A262B
(42,38,43)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #D5B6CD

#D5B6CD
(213,182,205)
#D8BCD1
(216,188,209)
#DBC2D5
(219,194,213)
#DEC8D9
(222,200,217)
#E1CEDD
(225,206,221)
#E4D4E1
(228,212,225)
#E7DAE5
(231,218,229)
#EAE0E9
(234,224,233)
#EDE6ED
(237,230,237)
#F0ECF1
(240,236,241)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B6CD color. Also use rgb(213,182,205) instead hex code.

Text Font Color

.myTextColor { color: #D5B6CD; }

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

This text font color is #D5B6CD.

Background Color

.myBgColor { background-color: #D5B6CD; }

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

This div background color is #D5B6CD.

Border color

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

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

This div border color is #D5B6CD.

Opacity

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

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

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

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

This text has shadow with #D5B6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B6CD.

Preview

Color preview on black background

This text has color #D5B6CD on black background.


Color preview on white background

This text has color #D5B6CD on white background.


Black color preview on #D5B6CD background

This text has black color on #D5B6CD background.


White color preview on #D5B6CD background

This text has white color on #D5B6CD background.


Related colors

Complementary color

Complementary color for #hex is #2A4932.


I love getcolorcode.com

Triadic colors

1 #CDD5B6 and #B6CDD5 with #D5B6CD are triadic colors.

2 #CDB6D5 and #B6D5CD with #D5B6CD are triadic colors.