COLOR #D0BBBE

HEX: #D0BBBE
RGB: (208,187,190)

Color info

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

RGB color model

#D0BBBE color RGB value is (208,187,190).

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

RGB channels and saturation

R 208 of 255 = 82%
G 187 of 255 = 73%
B 190 of 255 = 75%

208
187
190

R + G + B ~ 77%. #D0BBBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 187 + 190 = 585 (100%)
R 208 of 585 ~ 35.56%
G 187 of 585 ~ 31.97%
B 190 of 585 ~ 32.48%

%35.56
%31.97
%32.48

CMYK color model

#D0BBBE color CMYK value is (0,10,9,18).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 8.65%
  • key color value is 18.43%
CMYK:
(0,10,9,18)
C0M10Y9K18 
(0%,10%,9%,18%)
(0.00/0.10/0.09/0.18)	

CMYK percentages

%0
%10.1
%8.65
%18.43

Codes

Color #D0BBBE in popluar color models

D0BBBE
RGB208187190
HSL351°18.26%77.45%
HSB/HSV351°10.10%81.57%
CMYK0.00%10.10%8.65%
18.43%

Color #D0BBBE in popluar number systems.

HEXD0BBBE
Decimal208187190
Binary110100001011101110111110
Octal320273276

Shades and tints

Shades of #D0BBBE

#D0BBBE
(208,187,190)
#BEAAAD
(190,170,173)
#AC999C
(172,153,156)
#9A888B
(154,136,139)
#88777A
(136,119,122)
#766669
(118,102,105)
#645558
(100,85,88)
#524447
(82,68,71)
#403336
(64,51,54)
#2E2225
(46,34,37)
#1C1114
(28,17,20)
#000000
(0,0,0)

Tints of #D0BBBE

#D0BBBE
(208,187,190)
#D4C1C3
(212,193,195)
#D8C7C8
(216,199,200)
#DCCDCD
(220,205,205)
#E0D3D2
(224,211,210)
#E4D9D7
(228,217,215)
#E8DFDC
(232,223,220)
#ECE5E1
(236,229,225)
#F0EBE6
(240,235,230)
#F4F1EB
(244,241,235)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BBBE; }

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

This text font color is #D0BBBE.


Background Color

.myBgColor { background-color: #D0BBBE; }

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

This div background color is #D0BBBE.


Border color

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

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

This div border color is #D0BBBE.


Opacity

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

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

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

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

This text has shadow with #D0BBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BBBE on black background.


Color preview on white background

This text has color #D0BBBE on white background.



Black color preview on #D0BBBE background

This text has black color on #D0BBBE background.


White color preview on #D0BBBE background

This text has white color on #D0BBBE background.