COLOR #D8BBBE

HEX: #D8BBBE
RGB: (216,187,190)

Color info

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

RGB color model

#D8BBBE color RGB value is (216,187,190).

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

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 190 of 255 = 75%

216
187
190

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

Portions of RGB colors in percentages

R + G + B =
216 + 187 + 190 = 593 (100%)
R 216 of 593 ~ 36.42%
G 187 of 593 ~ 31.53%
B 190 of 593 ~ 32.04%

%36.42
%31.53
%32.04

CMYK color model

#D8BBBE color CMYK value is (0,13,12,15).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(0,13,12,15)
C0M13Y12K15 
(0%,13%,12%,15%)
(0.00/0.13/0.12/0.15)	

CMYK percentages

%0
%13.43
%12.04
%15.29

Codes

Color #D8BBBE in popluar color models

D8BBBE
RGB216187190
HSL354°27.10%79.02%
HSB/HSV354°13.43%84.71%
CMYK0.00%13.43%12.04%
15.29%

Color #D8BBBE in popluar number systems.

HEXD8BBBE
Decimal216187190
Binary110110001011101110111110
Octal330273276

Shades and tints

Shades of #D8BBBE

#D8BBBE
(216,187,190)
#C5AAAD
(197,170,173)
#B2999C
(178,153,156)
#9F888B
(159,136,139)
#8C777A
(140,119,122)
#796669
(121,102,105)
#665558
(102,85,88)
#534447
(83,68,71)
#403336
(64,51,54)
#2D2225
(45,34,37)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #D8BBBE

#D8BBBE
(216,187,190)
#DBC1C3
(219,193,195)
#DEC7C8
(222,199,200)
#E1CDCD
(225,205,205)
#E4D3D2
(228,211,210)
#E7D9D7
(231,217,215)
#EADFDC
(234,223,220)
#EDE5E1
(237,229,225)
#F0EBE6
(240,235,230)
#F3F1EB
(243,241,235)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BBBE; }

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

This text font color is #D8BBBE.


Background Color

.myBgColor { background-color: #D8BBBE; }

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

This div background color is #D8BBBE.


Border color

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

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

This div border color is #D8BBBE.


Opacity

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

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

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

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

This text has shadow with #D8BBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BBBE on black background.


Color preview on white background

This text has color #D8BBBE on white background.



Black color preview on #D8BBBE background

This text has black color on #D8BBBE background.


White color preview on #D8BBBE background

This text has white color on #D8BBBE background.