COLOR #DBB8DB

HEX: #DBB8DB
RGB: (219,184,219)

Color info

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

RGB color model

#DBB8DB color RGB value is (219,184,219).

  • red value is 219;
  • green value is 184;
  • blue value is 219.
RGB:
(219,184,219)
(86%,72%,86%)

RGB channels and saturation

R 219 of 255 = 86%
G 184 of 255 = 72%
B 219 of 255 = 86%

219
184
219

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

Portions of RGB colors in percentages

R + G + B =
219 + 184 + 219 = 622 (100%)
R 219 of 622 ~ 35.21%
G 184 of 622 ~ 29.58%
B 219 of 622 ~ 35.21%

%35.21
%29.58
%35.21

CMYK color model

#DBB8DB color CMYK value is (0,16,0,14).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(0,16,0,14)
C0M16Y0K14 
(0%,16%,0%,14%)
(0.00/0.16/0.00/0.14)	

CMYK percentages

%0
%15.98
%0
%14.12

Codes

Color #DBB8DB in popluar color models

DBB8DB
RGB219184219
HSL300°32.71%79.02%
HSB/HSV300°15.98%85.88%
CMYK0.00%15.98%0.00%
14.12%

Color #DBB8DB in popluar number systems.

HEXDBB8DB
Decimal219184219
Binary110110111011100011011011
Octal333270333

Shades and tints

Shades of #DBB8DB

#DBB8DB
(219,184,219)
#C8A8C8
(200,168,200)
#B598B5
(181,152,181)
#A288A2
(162,136,162)
#8F788F
(143,120,143)
#7C687C
(124,104,124)
#695869
(105,88,105)
#564856
(86,72,86)
#433843
(67,56,67)
#302830
(48,40,48)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #DBB8DB

#DBB8DB
(219,184,219)
#DEBEDE
(222,190,222)
#E1C4E1
(225,196,225)
#E4CAE4
(228,202,228)
#E7D0E7
(231,208,231)
#EAD6EA
(234,214,234)
#EDDCED
(237,220,237)
#F0E2F0
(240,226,240)
#F3E8F3
(243,232,243)
#F6EEF6
(246,238,246)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB8DB; }

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

This text font color is #DBB8DB.


Background Color

.myBgColor { background-color: #DBB8DB; }

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

This div background color is #DBB8DB.


Border color

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

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

This div border color is #DBB8DB.


Opacity

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

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

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

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

This text has shadow with #DBB8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB8DB on black background.


Color preview on white background

This text has color #DBB8DB on white background.



Black color preview on #DBB8DB background

This text has black color on #DBB8DB background.


White color preview on #DBB8DB background

This text has white color on #DBB8DB background.