COLOR #D5BDCB

HEX: #D5BDCB RGB: (213,189,203)

Color info

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

RGB color model

#D5BDCB color RGB value is (213,189,203).

RGB: (213,189,203) (84%, 74%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 189 of 255 = 74%
B 203 of 255 = 80%

213
189
203

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

Portions of RGB colors in percentages

R + G + B = 213 + 189 + 203 = 605 (100%)
R 213 of 605 ~ 35.21%
G 189 of 605 ~ 31.24%
B 203 of 605 ~ 33.55'%

%35.21
%31.24
%33.55

CMYK color model

#D5BDCB color CMYK value is (0,11,5,16).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 4.69%
  • key color value is 16.47%

CMYK: (0,11,5,16)
C0M11Y5K16 (0%, 11%, 5%, 16%)
(0.00 / 0.11 / 0.05 / 0.16)

CMYK percentages

%0
%11.27
%4.69
%16.47

Codes

Color #D5BDCB in popluar color models

D5 BD CB
RGB 213 189 203
HSL 325° 22.22% 78.82%
HSB/HSV 325° 11.27% 83.53%
CMYK 0.00% 11.27% 4.69%
16.47%

Color #D5BDCB in popluar number systems.

HEX D5 BD CB
Decimal 213 189 203
Binary 11010101 10111101 11001011
Octal 325 275 313

Shades and tints

Shades of #D5BDCB

#D5BDCB
(213,189,203)
#C2ACB9
(194,172,185)
#AF9BA7
(175,155,167)
#9C8A95
(156,138,149)
#897983
(137,121,131)
#766871
(118,104,113)
#63575F
(99,87,95)
#50464D
(80,70,77)
#3D353B
(61,53,59)
#2A2429
(42,36,41)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #D5BDCB

#D5BDCB
(213,189,203)
#D8C3CF
(216,195,207)
#DBC9D3
(219,201,211)
#DECFD7
(222,207,215)
#E1D5DB
(225,213,219)
#E4DBDF
(228,219,223)
#E7E1E3
(231,225,227)
#EAE7E7
(234,231,231)
#EDEDEB
(237,237,235)
#F0F3EF
(240,243,239)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BDCB color. Also use rgb(213,189,203) instead hex code.

Text Font Color

.myTextColor { color: #D5BDCB; }

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

This text font color is #D5BDCB.

Background Color

.myBgColor { background-color: #D5BDCB; }

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

This div background color is #D5BDCB.

Border color

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

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

This div border color is #D5BDCB.

Opacity

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

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

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

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

This text has shadow with #D5BDCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BDCB.

Preview

Color preview on black background

This text has color #D5BDCB on black background.


Color preview on white background

This text has color #D5BDCB on white background.


Black color preview on #D5BDCB background

This text has black color on #D5BDCB background.


White color preview on #D5BDCB background

This text has white color on #D5BDCB background.


Related colors

Complementary color

Complementary color for #hex is #2A4234.


I love getcolorcode.com

Triadic colors

1 #CBD5BD and #BDCBD5 with #D5BDCB are triadic colors.

2 #CBBDD5 and #BDD5CB with #D5BDCB are triadic colors.