COLOR #D5B8CD

HEX: #D5B8CD RGB: (213,184,205)

Color info

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

RGB color model

#D5B8CD color RGB value is (213,184,205).

RGB: (213,184,205) (84%, 72%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 184 of 255 = 72%
B 205 of 255 = 80%

213
184
205

R + G + B ~ 79%. #D5B8CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 184 + 205 = 602 (100%)
R 213 of 602 ~ 35.38%
G 184 of 602 ~ 30.56%
B 205 of 602 ~ 34.05'%

%35.38
%30.56
%34.05

CMYK color model

#D5B8CD color CMYK value is (0,14,4,16).

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

CMYK: (0,14,4,16)
C0M14Y4K16 (0%, 14%, 4%, 16%)
(0.00 / 0.14 / 0.04 / 0.16)

CMYK percentages

%0
%13.62
%3.76
%16.47

Codes

Color #D5B8CD in popluar color models

D5 B8 CD
RGB 213 184 205
HSL 317° 25.66% 77.84%
HSB/HSV 317° 13.62% 83.53%
CMYK 0.00% 13.62% 3.76%
16.47%

Color #D5B8CD in popluar number systems.

HEX D5 B8 CD
Decimal 213 184 205
Binary 11010101 10111000 11001101
Octal 325 270 315

Shades and tints

Shades of #D5B8CD

#D5B8CD
(213,184,205)
#C2A8BB
(194,168,187)
#AF98A9
(175,152,169)
#9C8897
(156,136,151)
#897885
(137,120,133)
#766873
(118,104,115)
#635861
(99,88,97)
#50484F
(80,72,79)
#3D383D
(61,56,61)
#2A282B
(42,40,43)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #D5B8CD

#D5B8CD
(213,184,205)
#D8BED1
(216,190,209)
#DBC4D5
(219,196,213)
#DECAD9
(222,202,217)
#E1D0DD
(225,208,221)
#E4D6E1
(228,214,225)
#E7DCE5
(231,220,229)
#EAE2E9
(234,226,233)
#EDE8ED
(237,232,237)
#F0EEF1
(240,238,241)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B8CD; }

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

This text font color is #D5B8CD.

Background Color

.myBgColor { background-color: #D5B8CD; }

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

This div background color is #D5B8CD.

Border color

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

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

This div border color is #D5B8CD.

Opacity

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

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

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

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

This text has shadow with #D5B8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B8CD.

Preview

Color preview on black background

This text has color #D5B8CD on black background.


Color preview on white background

This text has color #D5B8CD on white background.


Black color preview on #D5B8CD background

This text has black color on #D5B8CD background.


White color preview on #D5B8CD background

This text has white color on #D5B8CD background.


Related colors

Complementary color

Complementary color for #hex is #2A4732.


I love getcolorcode.com

Triadic colors

1 #CDD5B8 and #B8CDD5 with #D5B8CD are triadic colors.

2 #CDB8D5 and #B8D5CD with #D5B8CD are triadic colors.