COLOR #DBCAE2

HEX: #DBCAE2
RGB: (219,202,226)

Color info

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

RGB color model

#DBCAE2 color RGB value is (219,202,226).

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

RGB channels and saturation

R 219 of 255 = 86%
G 202 of 255 = 79%
B 226 of 255 = 89%

219
202
226

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

Portions of RGB colors in percentages

R + G + B =
219 + 202 + 226 = 647 (100%)
R 219 of 647 ~ 33.85%
G 202 of 647 ~ 31.22%
B 226 of 647 ~ 34.93%

%33.85
%31.22
%34.93

CMYK color model

#DBCAE2 color CMYK value is (3,11,0,11).

  • cyan value is 3.10%
  • magenta value is 10.62%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(3,11,0,11)
C3M11Y0K11 
(3%,11%,0%,11%)
(0.03/0.11/0.00/0.11)	

CMYK percentages

%3.1
%10.62
%0
%11.37

Codes

Color #DBCAE2 in popluar color models

DBCAE2
RGB219202226
HSL283°29.27%83.92%
HSB/HSV283°10.62%88.63%
CMYK3.10%10.62%0.00%
11.37%

Color #DBCAE2 in popluar number systems.

HEXDBCAE2
Decimal219202226
Binary110110111100101011100010
Octal333312342

Shades and tints

Shades of #DBCAE2

#DBCAE2
(219,202,226)
#C8B8CE
(200,184,206)
#B5A6BA
(181,166,186)
#A294A6
(162,148,166)
#8F8292
(143,130,146)
#7C707E
(124,112,126)
#695E6A
(105,94,106)
#564C56
(86,76,86)
#433A42
(67,58,66)
#30282E
(48,40,46)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #DBCAE2

#DBCAE2
(219,202,226)
#DECEE4
(222,206,228)
#E1D2E6
(225,210,230)
#E4D6E8
(228,214,232)
#E7DAEA
(231,218,234)
#EADEEC
(234,222,236)
#EDE2EE
(237,226,238)
#F0E6F0
(240,230,240)
#F3EAF2
(243,234,242)
#F6EEF4
(246,238,244)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCAE2; }

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

This text font color is #DBCAE2.


Background Color

.myBgColor { background-color: #DBCAE2; }

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

This div background color is #DBCAE2.


Border color

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

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

This div border color is #DBCAE2.


Opacity

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

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

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

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

This text has shadow with #DBCAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCAE2 on black background.


Color preview on white background

This text has color #DBCAE2 on white background.



Black color preview on #DBCAE2 background

This text has black color on #DBCAE2 background.


White color preview on #DBCAE2 background

This text has white color on #DBCAE2 background.