COLOR #DBBAE0

HEX: #DBBAE0
RGB: (219,186,224)

Color info

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

RGB color model

#DBBAE0 color RGB value is (219,186,224).

  • red value is 219;
  • green value is 186;
  • blue value is 224.
RGB:
(219,186,224)
(86%,73%,88%)

RGB channels and saturation

R 219 of 255 = 86%
G 186 of 255 = 73%
B 224 of 255 = 88%

219
186
224

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

Portions of RGB colors in percentages

R + G + B =
219 + 186 + 224 = 629 (100%)
R 219 of 629 ~ 34.82%
G 186 of 629 ~ 29.57%
B 224 of 629 ~ 35.61%

%34.82
%29.57
%35.61

CMYK color model

#DBBAE0 color CMYK value is (2,17,0,12).

  • cyan value is 2.23%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(2,17,0,12)
C2M17Y0K12 
(2%,17%,0%,12%)
(0.02/0.17/0.00/0.12)	

CMYK percentages

%2.23
%16.96
%0
%12.16

Codes

Color #DBBAE0 in popluar color models

DBBAE0
RGB219186224
HSL292°38.00%80.39%
HSB/HSV292°16.96%87.84%
CMYK2.23%16.96%0.00%
12.16%

Color #DBBAE0 in popluar number systems.

HEXDBBAE0
Decimal219186224
Binary110110111011101011100000
Octal333272340

Shades and tints

Shades of #DBBAE0

#DBBAE0
(219,186,224)
#C8AACC
(200,170,204)
#B59AB8
(181,154,184)
#A28AA4
(162,138,164)
#8F7A90
(143,122,144)
#7C6A7C
(124,106,124)
#695A68
(105,90,104)
#564A54
(86,74,84)
#433A40
(67,58,64)
#302A2C
(48,42,44)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #DBBAE0

#DBBAE0
(219,186,224)
#DEC0E2
(222,192,226)
#E1C6E4
(225,198,228)
#E4CCE6
(228,204,230)
#E7D2E8
(231,210,232)
#EAD8EA
(234,216,234)
#EDDEEC
(237,222,236)
#F0E4EE
(240,228,238)
#F3EAF0
(243,234,240)
#F6F0F2
(246,240,242)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBAE0 color. Also use rgb(219,186,224) instead hex code.

Text Font Color

.myTextColor { color: #DBBAE0; }

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

This text font color is #DBBAE0.


Background Color

.myBgColor { background-color: #DBBAE0; }

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

This div background color is #DBBAE0.


Border color

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

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

This div border color is #DBBAE0.


Opacity

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

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

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

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

This text has shadow with #DBBAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBAE0 on black background.


Color preview on white background

This text has color #DBBAE0 on white background.



Black color preview on #DBBAE0 background

This text has black color on #DBBAE0 background.


White color preview on #DBBAE0 background

This text has white color on #DBBAE0 background.