COLOR #DBB6EC

HEX: #DBB6EC
RGB: (219,182,236)

Color info

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

RGB color model

#DBB6EC color RGB value is (219,182,236).

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

RGB channels and saturation

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

219
182
236

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

Portions of RGB colors in percentages

R + G + B =
219 + 182 + 236 = 637 (100%)
R 219 of 637 ~ 34.38%
G 182 of 637 ~ 28.57%
B 236 of 637 ~ 37.05%

%34.38
%28.57
%37.05

CMYK color model

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

  • cyan value is 7.20%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,23,0,7)
C7M23Y0K7 
(7%,23%,0%,7%)
(0.07/0.23/0.00/0.07)	

CMYK percentages

%7.2
%22.88
%0
%7.45

Codes

Color #DBB6EC in popluar color models

DBB6EC
RGB219182236
HSL281°58.70%81.96%
HSB/HSV281°22.88%92.55%
CMYK7.20%22.88%0.00%
7.45%

Color #DBB6EC in popluar number systems.

HEXDBB6EC
Decimal219182236
Binary110110111011011011101100
Octal333266354

Shades and tints

Shades of #DBB6EC

#DBB6EC
(219,182,236)
#C8A6D7
(200,166,215)
#B596C2
(181,150,194)
#A286AD
(162,134,173)
#8F7698
(143,118,152)
#7C6683
(124,102,131)
#69566E
(105,86,110)
#564659
(86,70,89)
#433644
(67,54,68)
#30262F
(48,38,47)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #DBB6EC

#DBB6EC
(219,182,236)
#DEBCED
(222,188,237)
#E1C2EE
(225,194,238)
#E4C8EF
(228,200,239)
#E7CEF0
(231,206,240)
#EAD4F1
(234,212,241)
#EDDAF2
(237,218,242)
#F0E0F3
(240,224,243)
#F3E6F4
(243,230,244)
#F6ECF5
(246,236,245)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB6EC; }

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

This text font color is #DBB6EC.


Background Color

.myBgColor { background-color: #DBB6EC; }

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

This div background color is #DBB6EC.


Border color

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

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

This div border color is #DBB6EC.


Opacity

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

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

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

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

This text has shadow with #DBB6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB6EC on black background.


Color preview on white background

This text has color #DBB6EC on white background.



Black color preview on #DBB6EC background

This text has black color on #DBB6EC background.


White color preview on #DBB6EC background

This text has white color on #DBB6EC background.