COLOR #DBCAE6

HEX: #DBCAE6
RGB: (219,202,230)

Color info

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

RGB color model

#DBCAE6 color RGB value is (219,202,230).

  • red value is 219;
  • green value is 202;
  • blue value is 230.
RGB:
(219,202,230)
(86%,79%,90%)

RGB channels and saturation

R 219 of 255 = 86%
G 202 of 255 = 79%
B 230 of 255 = 90%

219
202
230

R + G + B ~ 85%. #DBCAE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 202 + 230 = 651 (100%)
R 219 of 651 ~ 33.64%
G 202 of 651 ~ 31.03%
B 230 of 651 ~ 35.33%

%33.64
%31.03
%35.33

CMYK color model

#DBCAE6 color CMYK value is (5,12,0,10).

  • cyan value is 4.78%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(5,12,0,10)
C5M12Y0K10 
(5%,12%,0%,10%)
(0.05/0.12/0.00/0.10)	

CMYK percentages

%4.78
%12.17
%0
%9.8

Codes

Color #DBCAE6 in popluar color models

DBCAE6
RGB219202230
HSL276°35.90%84.71%
HSB/HSV276°12.17%90.20%
CMYK4.78%12.17%0.00%
9.80%

Color #DBCAE6 in popluar number systems.

HEXDBCAE6
Decimal219202230
Binary110110111100101011100110
Octal333312346

Shades and tints

Shades of #DBCAE6

#DBCAE6
(219,202,230)
#C8B8D2
(200,184,210)
#B5A6BE
(181,166,190)
#A294AA
(162,148,170)
#8F8296
(143,130,150)
#7C7082
(124,112,130)
#695E6E
(105,94,110)
#564C5A
(86,76,90)
#433A46
(67,58,70)
#302832
(48,40,50)
#1D161E
(29,22,30)
#000000
(0,0,0)

Tints of #DBCAE6

#DBCAE6
(219,202,230)
#DECEE8
(222,206,232)
#E1D2EA
(225,210,234)
#E4D6EC
(228,214,236)
#E7DAEE
(231,218,238)
#EADEF0
(234,222,240)
#EDE2F2
(237,226,242)
#F0E6F4
(240,230,244)
#F3EAF6
(243,234,246)
#F6EEF8
(246,238,248)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCAE6; }

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

This text font color is #DBCAE6.


Background Color

.myBgColor { background-color: #DBCAE6; }

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

This div background color is #DBCAE6.


Border color

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

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

This div border color is #DBCAE6.


Opacity

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

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

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

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

This text has shadow with #DBCAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCAE6 on black background.


Color preview on white background

This text has color #DBCAE6 on white background.



Black color preview on #DBCAE6 background

This text has black color on #DBCAE6 background.


White color preview on #DBCAE6 background

This text has white color on #DBCAE6 background.