COLOR #DBB7DC

HEX: #DBB7DC
RGB: (219,183,220)

Color info

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

RGB color model

#DBB7DC color RGB value is (219,183,220).

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

RGB channels and saturation

R 219 of 255 = 86%
G 183 of 255 = 72%
B 220 of 255 = 86%

219
183
220

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

Portions of RGB colors in percentages

R + G + B =
219 + 183 + 220 = 622 (100%)
R 219 of 622 ~ 35.21%
G 183 of 622 ~ 29.42%
B 220 of 622 ~ 35.37%

%35.21
%29.42
%35.37

CMYK color model

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

  • cyan value is 0.45%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(0,17,0,14)
C0M17Y0K14 
(0%,17%,0%,14%)
(0.00/0.17/0.00/0.14)	

CMYK percentages

%0.45
%16.82
%0
%13.73

Codes

Color #DBB7DC in popluar color models

DBB7DC
RGB219183220
HSL298°34.58%79.02%
HSB/HSV298°16.82%86.27%
CMYK0.45%16.82%0.00%
13.73%

Color #DBB7DC in popluar number systems.

HEXDBB7DC
Decimal219183220
Binary110110111011011111011100
Octal333267334

Shades and tints

Shades of #DBB7DC

#DBB7DC
(219,183,220)
#C8A7C8
(200,167,200)
#B597B4
(181,151,180)
#A287A0
(162,135,160)
#8F778C
(143,119,140)
#7C6778
(124,103,120)
#695764
(105,87,100)
#564750
(86,71,80)
#43373C
(67,55,60)
#302728
(48,39,40)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #DBB7DC

#DBB7DC
(219,183,220)
#DEBDDF
(222,189,223)
#E1C3E2
(225,195,226)
#E4C9E5
(228,201,229)
#E7CFE8
(231,207,232)
#EAD5EB
(234,213,235)
#EDDBEE
(237,219,238)
#F0E1F1
(240,225,241)
#F3E7F4
(243,231,244)
#F6EDF7
(246,237,247)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB7DC; }

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

This text font color is #DBB7DC.


Background Color

.myBgColor { background-color: #DBB7DC; }

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

This div background color is #DBB7DC.


Border color

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

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

This div border color is #DBB7DC.


Opacity

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

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

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

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

This text has shadow with #DBB7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB7DC on black background.


Color preview on white background

This text has color #DBB7DC on white background.



Black color preview on #DBB7DC background

This text has black color on #DBB7DC background.


White color preview on #DBB7DC background

This text has white color on #DBB7DC background.