COLOR #DBAEE0

HEX: #DBAEE0
RGB: (219,174,224)

Color info

#DBAEE0 contains red, green and blue colors in about the same proportion. Web safe color of #DBAEE0 is #CC99CC (or #C9C).

RGB color model

#DBAEE0 color RGB value is (219,174,224).

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

RGB channels and saturation

R 219 of 255 = 86%
G 174 of 255 = 68%
B 224 of 255 = 88%

219
174
224

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

Portions of RGB colors in percentages

R + G + B =
219 + 174 + 224 = 617 (100%)
R 219 of 617 ~ 35.49%
G 174 of 617 ~ 28.2%
B 224 of 617 ~ 36.3%

%35.49
%28.2
%36.3

CMYK color model

#DBAEE0 color CMYK value is (2,22,0,12).

  • cyan value is 2.23%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(2,22,0,12)
C2M22Y0K12 
(2%,22%,0%,12%)
(0.02/0.22/0.00/0.12)	

CMYK percentages

%2.23
%22.32
%0
%12.16

Codes

Color #DBAEE0 in popluar color models

DBAEE0
RGB219174224
HSL294°44.64%78.04%
HSB/HSV294°22.32%87.84%
CMYK2.23%22.32%0.00%
12.16%

Color #DBAEE0 in popluar number systems.

HEXDBAEE0
Decimal219174224
Binary110110111010111011100000
Octal333256340

Shades and tints

Shades of #DBAEE0

#DBAEE0
(219,174,224)
#C89FCC
(200,159,204)
#B590B8
(181,144,184)
#A281A4
(162,129,164)
#8F7290
(143,114,144)
#7C637C
(124,99,124)
#695468
(105,84,104)
#564554
(86,69,84)
#433640
(67,54,64)
#30272C
(48,39,44)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #DBAEE0

#DBAEE0
(219,174,224)
#DEB5E2
(222,181,226)
#E1BCE4
(225,188,228)
#E4C3E6
(228,195,230)
#E7CAE8
(231,202,232)
#EAD1EA
(234,209,234)
#EDD8EC
(237,216,236)
#F0DFEE
(240,223,238)
#F3E6F0
(243,230,240)
#F6EDF2
(246,237,242)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAEE0; }

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

This text font color is #DBAEE0.


Background Color

.myBgColor { background-color: #DBAEE0; }

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

This div background color is #DBAEE0.


Border color

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

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

This div border color is #DBAEE0.


Opacity

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

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

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

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

This text has shadow with #DBAEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBAEE0 on black background.


Color preview on white background

This text has color #DBAEE0 on white background.



Black color preview on #DBAEE0 background

This text has black color on #DBAEE0 background.


White color preview on #DBAEE0 background

This text has white color on #DBAEE0 background.