COLOR #DBB6E6

HEX: #DBB6E6 RGB: (219,182,230)

Color info

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

RGB color model

#DBB6E6 color RGB value is (219,182,230).

RGB: (219,182,230) (86%, 71%, 90%)

RGB channels and saturation

R 219 of 255 = 86%
G 182 of 255 = 71%
B 230 of 255 = 90%

219
182
230

R + G + B ~ 82%. #DBB6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 182 + 230 = 631 (100%)
R 219 of 631 ~ 34.71%
G 182 of 631 ~ 28.84%
B 230 of 631 ~ 36.45'%

%34.71
%28.84
%36.45

CMYK color model

#DBB6E6 color CMYK value is (5,21,0,10).

  • cyan value is 4.78%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (5,21,0,10)
C5M21Y0K10 (5%, 21%, 0%, 10%)
(0.05 / 0.21 / 0.00 / 0.10)

CMYK percentages

%4.78
%20.87
%0
%9.8

Codes

Color #DBB6E6 in popluar color models

DB B6 E6
RGB 219 182 230
HSL 286° 48.98% 80.78%
HSB/HSV 286° 20.87% 90.20%
CMYK 4.78% 20.87% 0.00%
9.80%

Color #DBB6E6 in popluar number systems.

HEX DB B6 E6
Decimal 219 182 230
Binary 11011011 10110110 11100110
Octal 333 266 346

Shades and tints

Shades of #DBB6E6

#DBB6E6
(219,182,230)
#C8A6D2
(200,166,210)
#B596BE
(181,150,190)
#A286AA
(162,134,170)
#8F7696
(143,118,150)
#7C6682
(124,102,130)
#69566E
(105,86,110)
#56465A
(86,70,90)
#433646
(67,54,70)
#302632
(48,38,50)
#1D161E
(29,22,30)
#000000
(0,0,0)

Tints of #DBB6E6

#DBB6E6
(219,182,230)
#DEBCE8
(222,188,232)
#E1C2EA
(225,194,234)
#E4C8EC
(228,200,236)
#E7CEEE
(231,206,238)
#EAD4F0
(234,212,240)
#EDDAF2
(237,218,242)
#F0E0F4
(240,224,244)
#F3E6F6
(243,230,246)
#F6ECF8
(246,236,248)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB6E6; }

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

This text font color is #DBB6E6.

Background Color

.myBgColor { background-color: #DBB6E6; }

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

This div background color is #DBB6E6.

Border color

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

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

This div border color is #DBB6E6.

Opacity

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

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

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

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

This text has shadow with #DBB6E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB6E6.

Preview

Color preview on black background

This text has color #DBB6E6 on black background.


Color preview on white background

This text has color #DBB6E6 on white background.


Black color preview on #DBB6E6 background

This text has black color on #DBB6E6 background.


White color preview on #DBB6E6 background

This text has white color on #DBB6E6 background.


Related colors

Complementary color

Complementary color for #hex is #244919.


I love getcolorcode.com

Triadic colors

1 #E6DBB6 and #B6E6DB with #DBB6E6 are triadic colors.

2 #E6B6DB and #B6DBE6 with #DBB6E6 are triadic colors.