COLOR #DBB6ED

HEX: #DBB6ED
RGB: (219,182,237)

Color info

#DBB6ED contains red, green and blue colors in about the same proportion. Web safe color of #DBB6ED is #CCCCFF (or #CCF).

RGB color model

#DBB6ED color RGB value is (219,182,237).

  • red value is 219;
  • green value is 182;
  • blue value is 237.
RGB:
(219,182,237)
(86%,71%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 182 of 255 = 71%
B 237 of 255 = 93%

219
182
237

R + G + B ~ 83%. #DBB6ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 182 + 237 = 638 (100%)
R 219 of 638 ~ 34.33%
G 182 of 638 ~ 28.53%
B 237 of 638 ~ 37.15%

%34.33
%28.53
%37.15

CMYK color model

#DBB6ED color CMYK value is (8,23,0,7).

  • cyan value is 7.59%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(8,23,0,7)
C8M23Y0K7 
(8%,23%,0%,7%)
(0.08/0.23/0.00/0.07)	

CMYK percentages

%7.59
%23.21
%0
%7.06

Codes

Color #DBB6ED in popluar color models

DBB6ED
RGB219182237
HSL280°60.44%82.16%
HSB/HSV280°23.21%92.94%
CMYK7.59%23.21%0.00%
7.06%

Color #DBB6ED in popluar number systems.

HEXDBB6ED
Decimal219182237
Binary110110111011011011101101
Octal333266355

Shades and tints

Shades of #DBB6ED

#DBB6ED
(219,182,237)
#C8A6D8
(200,166,216)
#B596C3
(181,150,195)
#A286AE
(162,134,174)
#8F7699
(143,118,153)
#7C6684
(124,102,132)
#69566F
(105,86,111)
#56465A
(86,70,90)
#433645
(67,54,69)
#302630
(48,38,48)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #DBB6ED

#DBB6ED
(219,182,237)
#DEBCEE
(222,188,238)
#E1C2EF
(225,194,239)
#E4C8F0
(228,200,240)
#E7CEF1
(231,206,241)
#EAD4F2
(234,212,242)
#EDDAF3
(237,218,243)
#F0E0F4
(240,224,244)
#F3E6F5
(243,230,245)
#F6ECF6
(246,236,246)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB6ED; }

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

This text font color is #DBB6ED.


Background Color

.myBgColor { background-color: #DBB6ED; }

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

This div background color is #DBB6ED.


Border color

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

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

This div border color is #DBB6ED.


Opacity

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

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

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

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

This text has shadow with #DBB6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB6ED on black background.


Color preview on white background

This text has color #DBB6ED on white background.



Black color preview on #DBB6ED background

This text has black color on #DBB6ED background.


White color preview on #DBB6ED background

This text has white color on #DBB6ED background.