COLOR #D8BEC5

HEX: #D8BEC5 RGB: (216,190,197)

Color info

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

RGB color model

#D8BEC5 color RGB value is (216,190,197).

RGB: (216,190,197) (85%, 75%, 77%)

RGB channels and saturation

R 216 of 255 = 85%
G 190 of 255 = 75%
B 197 of 255 = 77%

216
190
197

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

Portions of RGB colors in percentages

R + G + B = 216 + 190 + 197 = 603 (100%)
R 216 of 603 ~ 35.82%
G 190 of 603 ~ 31.51%
B 197 of 603 ~ 32.67'%

%35.82
%31.51
%32.67

CMYK color model

#D8BEC5 color CMYK value is (0,12,9,15).

  • cyan value is 0.00%
  • magenta value is 12.04%
  • yellow value is 8.80%
  • key color value is 15.29%

CMYK: (0,12,9,15)
C0M12Y9K15 (0%, 12%, 9%, 15%)
(0.00 / 0.12 / 0.09 / 0.15)

CMYK percentages

%0
%12.04
%8.8
%15.29

Codes

Color #D8BEC5 in popluar color models

D8 BE C5
RGB 216 190 197
HSL 344° 25.00% 79.61%
HSB/HSV 344° 12.04% 84.71%
CMYK 0.00% 12.04% 8.80%
15.29%

Color #D8BEC5 in popluar number systems.

HEX D8 BE C5
Decimal 216 190 197
Binary 11011000 10111110 11000101
Octal 330 276 305

Shades and tints

Shades of #D8BEC5

#D8BEC5
(216,190,197)
#C5ADB4
(197,173,180)
#B29CA3
(178,156,163)
#9F8B92
(159,139,146)
#8C7A81
(140,122,129)
#796970
(121,105,112)
#66585F
(102,88,95)
#53474E
(83,71,78)
#40363D
(64,54,61)
#2D252C
(45,37,44)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #D8BEC5

#D8BEC5
(216,190,197)
#DBC3CA
(219,195,202)
#DEC8CF
(222,200,207)
#E1CDD4
(225,205,212)
#E4D2D9
(228,210,217)
#E7D7DE
(231,215,222)
#EADCE3
(234,220,227)
#EDE1E8
(237,225,232)
#F0E6ED
(240,230,237)
#F3EBF2
(243,235,242)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BEC5 color. Also use rgb(216,190,197) instead hex code.

Text Font Color

.myTextColor { color: #D8BEC5; }

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

This text font color is #D8BEC5.

Background Color

.myBgColor { background-color: #D8BEC5; }

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

This div background color is #D8BEC5.

Border color

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

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

This div border color is #D8BEC5.

Opacity

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

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

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

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

This text has shadow with #D8BEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BEC5.

Preview

Color preview on black background

This text has color #D8BEC5 on black background.


Color preview on white background

This text has color #D8BEC5 on white background.


Black color preview on #D8BEC5 background

This text has black color on #D8BEC5 background.


White color preview on #D8BEC5 background

This text has white color on #D8BEC5 background.


Related colors

Complementary color

Complementary color for #hex is #27413A.


I love getcolorcode.com

Triadic colors

1 #C5D8BE and #BEC5D8 with #D8BEC5 are triadic colors.

2 #C5BED8 and #BED8C5 with #D8BEC5 are triadic colors.