COLOR #DBB0DD

HEX: #DBB0DD
RGB: (219,176,221)

Color info

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

RGB color model

#DBB0DD color RGB value is (219,176,221).

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

RGB channels and saturation

R 219 of 255 = 86%
G 176 of 255 = 69%
B 221 of 255 = 87%

219
176
221

R + G + B ~ 81%. #DBB0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 176 + 221 = 616 (100%)
R 219 of 616 ~ 35.55%
G 176 of 616 ~ 28.57%
B 221 of 616 ~ 35.88%

%35.55
%28.57
%35.88

CMYK color model

#DBB0DD color CMYK value is (1,20,0,13).

  • cyan value is 0.90%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(1,20,0,13)
C1M20Y0K13 
(1%,20%,0%,13%)
(0.01/0.20/0.00/0.13)	

CMYK percentages

%0.9
%20.36
%0
%13.33

Codes

Color #DBB0DD in popluar color models

DBB0DD
RGB219176221
HSL297°39.82%77.84%
HSB/HSV297°20.36%86.67%
CMYK0.90%20.36%0.00%
13.33%

Color #DBB0DD in popluar number systems.

HEXDBB0DD
Decimal219176221
Binary110110111011000011011101
Octal333260335

Shades and tints

Shades of #DBB0DD

#DBB0DD
(219,176,221)
#C8A0C9
(200,160,201)
#B590B5
(181,144,181)
#A280A1
(162,128,161)
#8F708D
(143,112,141)
#7C6079
(124,96,121)
#695065
(105,80,101)
#564051
(86,64,81)
#43303D
(67,48,61)
#302029
(48,32,41)
#1D1015
(29,16,21)
#000000
(0,0,0)

Tints of #DBB0DD

#DBB0DD
(219,176,221)
#DEB7E0
(222,183,224)
#E1BEE3
(225,190,227)
#E4C5E6
(228,197,230)
#E7CCE9
(231,204,233)
#EAD3EC
(234,211,236)
#EDDAEF
(237,218,239)
#F0E1F2
(240,225,242)
#F3E8F5
(243,232,245)
#F6EFF8
(246,239,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB0DD; }

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

This text font color is #DBB0DD.


Background Color

.myBgColor { background-color: #DBB0DD; }

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

This div background color is #DBB0DD.


Border color

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

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

This div border color is #DBB0DD.


Opacity

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

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

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

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

This text has shadow with #DBB0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB0DD on black background.


Color preview on white background

This text has color #DBB0DD on white background.



Black color preview on #DBB0DD background

This text has black color on #DBB0DD background.


White color preview on #DBB0DD background

This text has white color on #DBB0DD background.