COLOR #D8BECB

HEX: #D8BECB
RGB: (216,190,203)

Color info

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

RGB color model

#D8BECB color RGB value is (216,190,203).

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

RGB channels and saturation

R 216 of 255 = 85%
G 190 of 255 = 75%
B 203 of 255 = 80%

216
190
203

R + G + B ~ 80%. #D8BECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 190 + 203 = 609 (100%)
R 216 of 609 ~ 35.47%
G 190 of 609 ~ 31.2%
B 203 of 609 ~ 33.33%

%35.47
%31.2
%33.33

CMYK color model

#D8BECB color CMYK value is (0,12,6,15).

  • cyan value is 0.00%
  • magenta value is 12.04%
  • yellow value is 6.02%
  • key color value is 15.29%
CMYK:
(0,12,6,15)
C0M12Y6K15 
(0%,12%,6%,15%)
(0.00/0.12/0.06/0.15)	

CMYK percentages

%0
%12.04
%6.02
%15.29

Codes

Color #D8BECB in popluar color models

D8BECB
RGB216190203
HSL330°25.00%79.61%
HSB/HSV330°12.04%84.71%
CMYK0.00%12.04%6.02%
15.29%

Color #D8BECB in popluar number systems.

HEXD8BECB
Decimal216190203
Binary110110001011111011001011
Octal330276313

Shades and tints

Shades of #D8BECB

#D8BECB
(216,190,203)
#C5ADB9
(197,173,185)
#B29CA7
(178,156,167)
#9F8B95
(159,139,149)
#8C7A83
(140,122,131)
#796971
(121,105,113)
#66585F
(102,88,95)
#53474D
(83,71,77)
#40363B
(64,54,59)
#2D2529
(45,37,41)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #D8BECB

#D8BECB
(216,190,203)
#DBC3CF
(219,195,207)
#DEC8D3
(222,200,211)
#E1CDD7
(225,205,215)
#E4D2DB
(228,210,219)
#E7D7DF
(231,215,223)
#EADCE3
(234,220,227)
#EDE1E7
(237,225,231)
#F0E6EB
(240,230,235)
#F3EBEF
(243,235,239)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BECB; }

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

This text font color is #D8BECB.


Background Color

.myBgColor { background-color: #D8BECB; }

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

This div background color is #D8BECB.


Border color

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

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

This div border color is #D8BECB.


Opacity

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

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

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

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

This text has shadow with #D8BECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BECB on black background.


Color preview on white background

This text has color #D8BECB on white background.



Black color preview on #D8BECB background

This text has black color on #D8BECB background.


White color preview on #D8BECB background

This text has white color on #D8BECB background.