COLOR #DBB4DE

HEX: #DBB4DE
RGB: (219,180,222)

Color info

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

RGB color model

#DBB4DE color RGB value is (219,180,222).

  • red value is 219;
  • green value is 180;
  • blue value is 222.
RGB:
(219,180,222)
(86%,71%,87%)

RGB channels and saturation

R 219 of 255 = 86%
G 180 of 255 = 71%
B 222 of 255 = 87%

219
180
222

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

Portions of RGB colors in percentages

R + G + B =
219 + 180 + 222 = 621 (100%)
R 219 of 621 ~ 35.27%
G 180 of 621 ~ 28.99%
B 222 of 621 ~ 35.75%

%35.27
%28.99
%35.75

CMYK color model

#DBB4DE color CMYK value is (1,19,0,13).

  • cyan value is 1.35%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(1,19,0,13)
C1M19Y0K13 
(1%,19%,0%,13%)
(0.01/0.19/0.00/0.13)	

CMYK percentages

%1.35
%18.92
%0
%12.94

Codes

Color #DBB4DE in popluar color models

DBB4DE
RGB219180222
HSL296°38.89%78.82%
HSB/HSV296°18.92%87.06%
CMYK1.35%18.92%0.00%
12.94%

Color #DBB4DE in popluar number systems.

HEXDBB4DE
Decimal219180222
Binary110110111011010011011110
Octal333264336

Shades and tints

Shades of #DBB4DE

#DBB4DE
(219,180,222)
#C8A4CA
(200,164,202)
#B594B6
(181,148,182)
#A284A2
(162,132,162)
#8F748E
(143,116,142)
#7C647A
(124,100,122)
#695466
(105,84,102)
#564452
(86,68,82)
#43343E
(67,52,62)
#30242A
(48,36,42)
#1D1416
(29,20,22)
#000000
(0,0,0)

Tints of #DBB4DE

#DBB4DE
(219,180,222)
#DEBAE1
(222,186,225)
#E1C0E4
(225,192,228)
#E4C6E7
(228,198,231)
#E7CCEA
(231,204,234)
#EAD2ED
(234,210,237)
#EDD8F0
(237,216,240)
#F0DEF3
(240,222,243)
#F3E4F6
(243,228,246)
#F6EAF9
(246,234,249)
#F9F0FC
(249,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB4DE; }

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

This text font color is #DBB4DE.


Background Color

.myBgColor { background-color: #DBB4DE; }

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

This div background color is #DBB4DE.


Border color

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

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

This div border color is #DBB4DE.


Opacity

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

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

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

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

This text has shadow with #DBB4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB4DE on black background.


Color preview on white background

This text has color #DBB4DE on white background.



Black color preview on #DBB4DE background

This text has black color on #DBB4DE background.


White color preview on #DBB4DE background

This text has white color on #DBB4DE background.