COLOR #D8BBC7

HEX: #D8BBC7 RGB: (216,187,199)

Color info

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

RGB color model

#D8BBC7 color RGB value is (216,187,199).

RGB: (216,187,199) (85%, 73%, 78%)

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 199 of 255 = 78%

216
187
199

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

Portions of RGB colors in percentages

R + G + B = 216 + 187 + 199 = 602 (100%)
R 216 of 602 ~ 35.88%
G 187 of 602 ~ 31.06%
B 199 of 602 ~ 33.06'%

%35.88
%31.06
%33.06

CMYK color model

#D8BBC7 color CMYK value is (0,13,8,15).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 7.87%
  • key color value is 15.29%

CMYK: (0,13,8,15)
C0M13Y8K15 (0%, 13%, 8%, 15%)
(0.00 / 0.13 / 0.08 / 0.15)

CMYK percentages

%0
%13.43
%7.87
%15.29

Codes

Color #D8BBC7 in popluar color models

D8 BB C7
RGB 216 187 199
HSL 335° 27.10% 79.02%
HSB/HSV 335° 13.43% 84.71%
CMYK 0.00% 13.43% 7.87%
15.29%

Color #D8BBC7 in popluar number systems.

HEX D8 BB C7
Decimal 216 187 199
Binary 11011000 10111011 11000111
Octal 330 273 307

Shades and tints

Shades of #D8BBC7

#D8BBC7
(216,187,199)
#C5AAB5
(197,170,181)
#B299A3
(178,153,163)
#9F8891
(159,136,145)
#8C777F
(140,119,127)
#79666D
(121,102,109)
#66555B
(102,85,91)
#534449
(83,68,73)
#403337
(64,51,55)
#2D2225
(45,34,37)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #D8BBC7

#D8BBC7
(216,187,199)
#DBC1CC
(219,193,204)
#DEC7D1
(222,199,209)
#E1CDD6
(225,205,214)
#E4D3DB
(228,211,219)
#E7D9E0
(231,217,224)
#EADFE5
(234,223,229)
#EDE5EA
(237,229,234)
#F0EBEF
(240,235,239)
#F3F1F4
(243,241,244)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BBC7 color. Also use rgb(216,187,199) instead hex code.

Text Font Color

.myTextColor { color: #D8BBC7; }

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

This text font color is #D8BBC7.

Background Color

.myBgColor { background-color: #D8BBC7; }

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

This div background color is #D8BBC7.

Border color

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

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

This div border color is #D8BBC7.

Opacity

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

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

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

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

This text has shadow with #D8BBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BBC7.

Preview

Color preview on black background

This text has color #D8BBC7 on black background.


Color preview on white background

This text has color #D8BBC7 on white background.


Black color preview on #D8BBC7 background

This text has black color on #D8BBC7 background.


White color preview on #D8BBC7 background

This text has white color on #D8BBC7 background.


Related colors

Complementary color

Complementary color for #hex is #274438.


I love getcolorcode.com

Triadic colors

1 #C7D8BB and #BBC7D8 with #D8BBC7 are triadic colors.

2 #C7BBD8 and #BBD8C7 with #D8BBC7 are triadic colors.