COLOR #D8BDC4

HEX: #D8BDC4 RGB: (216,189,196)

Color info

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

RGB color model

#D8BDC4 color RGB value is (216,189,196).

RGB: (216,189,196) (85%, 74%, 77%)

RGB channels and saturation

R 216 of 255 = 85%
G 189 of 255 = 74%
B 196 of 255 = 77%

216
189
196

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

Portions of RGB colors in percentages

R + G + B = 216 + 189 + 196 = 601 (100%)
R 216 of 601 ~ 35.94%
G 189 of 601 ~ 31.45%
B 196 of 601 ~ 32.61'%

%35.94
%31.45
%32.61

CMYK color model

#D8BDC4 color CMYK value is (0,13,9,15).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 9.26%
  • key color value is 15.29%

CMYK: (0,13,9,15)
C0M13Y9K15 (0%, 13%, 9%, 15%)
(0.00 / 0.13 / 0.09 / 0.15)

CMYK percentages

%0
%12.5
%9.26
%15.29

Codes

Color #D8BDC4 in popluar color models

D8 BD C4
RGB 216 189 196
HSL 344° 25.71% 79.41%
HSB/HSV 344° 12.50% 84.71%
CMYK 0.00% 12.50% 9.26%
15.29%

Color #D8BDC4 in popluar number systems.

HEX D8 BD C4
Decimal 216 189 196
Binary 11011000 10111101 11000100
Octal 330 275 304

Shades and tints

Shades of #D8BDC4

#D8BDC4
(216,189,196)
#C5ACB3
(197,172,179)
#B29BA2
(178,155,162)
#9F8A91
(159,138,145)
#8C7980
(140,121,128)
#79686F
(121,104,111)
#66575E
(102,87,94)
#53464D
(83,70,77)
#40353C
(64,53,60)
#2D242B
(45,36,43)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #D8BDC4

#D8BDC4
(216,189,196)
#DBC3C9
(219,195,201)
#DEC9CE
(222,201,206)
#E1CFD3
(225,207,211)
#E4D5D8
(228,213,216)
#E7DBDD
(231,219,221)
#EAE1E2
(234,225,226)
#EDE7E7
(237,231,231)
#F0EDEC
(240,237,236)
#F3F3F1
(243,243,241)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BDC4 color. Also use rgb(216,189,196) instead hex code.

Text Font Color

.myTextColor { color: #D8BDC4; }

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

This text font color is #D8BDC4.

Background Color

.myBgColor { background-color: #D8BDC4; }

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

This div background color is #D8BDC4.

Border color

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

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

This div border color is #D8BDC4.

Opacity

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

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

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

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

This text has shadow with #D8BDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BDC4.

Preview

Color preview on black background

This text has color #D8BDC4 on black background.


Color preview on white background

This text has color #D8BDC4 on white background.


Black color preview on #D8BDC4 background

This text has black color on #D8BDC4 background.


White color preview on #D8BDC4 background

This text has white color on #D8BDC4 background.


Related colors

Complementary color

Complementary color for #hex is #27423B.


I love getcolorcode.com

Triadic colors

1 #C4D8BD and #BDC4D8 with #D8BDC4 are triadic colors.

2 #C4BDD8 and #BDD8C4 with #D8BDC4 are triadic colors.