COLOR #D8BEC0

HEX: #D8BEC0
RGB: (216,190,192)

Color info

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

RGB color model

#D8BEC0 color RGB value is (216,190,192).

  • red value is 216;
  • green value is 190;
  • blue value is 192.
RGB:
(216,190,192)
(85%,75%,75%)

RGB channels and saturation

R 216 of 255 = 85%
G 190 of 255 = 75%
B 192 of 255 = 75%

216
190
192

R + G + B ~ 78%. #D8BEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 190 + 192 = 598 (100%)
R 216 of 598 ~ 36.12%
G 190 of 598 ~ 31.77%
B 192 of 598 ~ 32.11%

%36.12
%31.77
%32.11

CMYK color model

#D8BEC0 color CMYK value is (0,12,11,15).

  • cyan value is 0.00%
  • magenta value is 12.04%
  • yellow value is 11.11%
  • key color value is 15.29%
CMYK:
(0,12,11,15)
C0M12Y11K15 
(0%,12%,11%,15%)
(0.00/0.12/0.11/0.15)	

CMYK percentages

%0
%12.04
%11.11
%15.29

Codes

Color #D8BEC0 in popluar color models

D8BEC0
RGB216190192
HSL355°25.00%79.61%
HSB/HSV355°12.04%84.71%
CMYK0.00%12.04%11.11%
15.29%

Color #D8BEC0 in popluar number systems.

HEXD8BEC0
Decimal216190192
Binary110110001011111011000000
Octal330276300

Shades and tints

Shades of #D8BEC0

#D8BEC0
(216,190,192)
#C5ADAF
(197,173,175)
#B29C9E
(178,156,158)
#9F8B8D
(159,139,141)
#8C7A7C
(140,122,124)
#79696B
(121,105,107)
#66585A
(102,88,90)
#534749
(83,71,73)
#403638
(64,54,56)
#2D2527
(45,37,39)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #D8BEC0

#D8BEC0
(216,190,192)
#DBC3C5
(219,195,197)
#DEC8CA
(222,200,202)
#E1CDCF
(225,205,207)
#E4D2D4
(228,210,212)
#E7D7D9
(231,215,217)
#EADCDE
(234,220,222)
#EDE1E3
(237,225,227)
#F0E6E8
(240,230,232)
#F3EBED
(243,235,237)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BEC0; }

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

This text font color is #D8BEC0.


Background Color

.myBgColor { background-color: #D8BEC0; }

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

This div background color is #D8BEC0.


Border color

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

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

This div border color is #D8BEC0.


Opacity

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

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

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

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

This text has shadow with #D8BEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BEC0 on black background.


Color preview on white background

This text has color #D8BEC0 on white background.



Black color preview on #D8BEC0 background

This text has black color on #D8BEC0 background.


White color preview on #D8BEC0 background

This text has white color on #D8BEC0 background.