COLOR #DBB0B5

HEX: #DBB0B5
RGB: (219,176,181)

Color info

#DBB0B5 contains red, green and blue colors in about the same proportion. Web safe color of #DBB0B5 is #CC99CC (or #C9C).

RGB color model

#DBB0B5 color RGB value is (219,176,181).

  • red value is 219;
  • green value is 176;
  • blue value is 181.
RGB:
(219,176,181)
(86%,69%,71%)

RGB channels and saturation

R 219 of 255 = 86%
G 176 of 255 = 69%
B 181 of 255 = 71%

219
176
181

R + G + B ~ 75%. #DBB0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 176 + 181 = 576 (100%)
R 219 of 576 ~ 38.02%
G 176 of 576 ~ 30.56%
B 181 of 576 ~ 31.42%

%38.02
%30.56
%31.42

CMYK color model

#DBB0B5 color CMYK value is (0,20,17,14).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 17.35%
  • key color value is 14.12%
CMYK:
(0,20,17,14)
C0M20Y17K14 
(0%,20%,17%,14%)
(0.00/0.20/0.17/0.14)	

CMYK percentages

%0
%19.63
%17.35
%14.12

Codes

Color #DBB0B5 in popluar color models

DBB0B5
RGB219176181
HSL353°37.39%77.45%
HSB/HSV353°19.63%85.88%
CMYK0.00%19.63%17.35%
14.12%

Color #DBB0B5 in popluar number systems.

HEXDBB0B5
Decimal219176181
Binary110110111011000010110101
Octal333260265

Shades and tints

Shades of #DBB0B5

#DBB0B5
(219,176,181)
#C8A0A5
(200,160,165)
#B59095
(181,144,149)
#A28085
(162,128,133)
#8F7075
(143,112,117)
#7C6065
(124,96,101)
#695055
(105,80,85)
#564045
(86,64,69)
#433035
(67,48,53)
#302025
(48,32,37)
#1D1015
(29,16,21)
#000000
(0,0,0)

Tints of #DBB0B5

#DBB0B5
(219,176,181)
#DEB7BB
(222,183,187)
#E1BEC1
(225,190,193)
#E4C5C7
(228,197,199)
#E7CCCD
(231,204,205)
#EAD3D3
(234,211,211)
#EDDAD9
(237,218,217)
#F0E1DF
(240,225,223)
#F3E8E5
(243,232,229)
#F6EFEB
(246,239,235)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB0B5 color. Also use rgb(219,176,181) instead hex code.

Text Font Color

.myTextColor { color: #DBB0B5; }

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

This text font color is #DBB0B5.


Background Color

.myBgColor { background-color: #DBB0B5; }

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

This div background color is #DBB0B5.


Border color

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

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

This div border color is #DBB0B5.


Opacity

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

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

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

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

This text has shadow with #DBB0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB0B5 on black background.


Color preview on white background

This text has color #DBB0B5 on white background.



Black color preview on #DBB0B5 background

This text has black color on #DBB0B5 background.


White color preview on #DBB0B5 background

This text has white color on #DBB0B5 background.