COLOR #DBB5D0

HEX: #DBB5D0
RGB: (219,181,208)

Color info

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

RGB color model

#DBB5D0 color RGB value is (219,181,208).

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

RGB channels and saturation

R 219 of 255 = 86%
G 181 of 255 = 71%
B 208 of 255 = 82%

219
181
208

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

Portions of RGB colors in percentages

R + G + B =
219 + 181 + 208 = 608 (100%)
R 219 of 608 ~ 36.02%
G 181 of 608 ~ 29.77%
B 208 of 608 ~ 34.21%

%36.02
%29.77
%34.21

CMYK color model

#DBB5D0 color CMYK value is (0,17,5,14).

  • cyan value is 0.00%
  • magenta value is 17.35%
  • yellow value is 5.02%
  • key color value is 14.12%
CMYK:
(0,17,5,14)
C0M17Y5K14 
(0%,17%,5%,14%)
(0.00/0.17/0.05/0.14)	

CMYK percentages

%0
%17.35
%5.02
%14.12

Codes

Color #DBB5D0 in popluar color models

DBB5D0
RGB219181208
HSL317°34.55%78.43%
HSB/HSV317°17.35%85.88%
CMYK0.00%17.35%5.02%
14.12%

Color #DBB5D0 in popluar number systems.

HEXDBB5D0
Decimal219181208
Binary110110111011010111010000
Octal333265320

Shades and tints

Shades of #DBB5D0

#DBB5D0
(219,181,208)
#C8A5BE
(200,165,190)
#B595AC
(181,149,172)
#A2859A
(162,133,154)
#8F7588
(143,117,136)
#7C6576
(124,101,118)
#695564
(105,85,100)
#564552
(86,69,82)
#433540
(67,53,64)
#30252E
(48,37,46)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #DBB5D0

#DBB5D0
(219,181,208)
#DEBBD4
(222,187,212)
#E1C1D8
(225,193,216)
#E4C7DC
(228,199,220)
#E7CDE0
(231,205,224)
#EAD3E4
(234,211,228)
#EDD9E8
(237,217,232)
#F0DFEC
(240,223,236)
#F3E5F0
(243,229,240)
#F6EBF4
(246,235,244)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB5D0; }

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

This text font color is #DBB5D0.


Background Color

.myBgColor { background-color: #DBB5D0; }

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

This div background color is #DBB5D0.


Border color

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

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

This div border color is #DBB5D0.


Opacity

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

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

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

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

This text has shadow with #DBB5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB5D0 on black background.


Color preview on white background

This text has color #DBB5D0 on white background.



Black color preview on #DBB5D0 background

This text has black color on #DBB5D0 background.


White color preview on #DBB5D0 background

This text has white color on #DBB5D0 background.