COLOR #DBCAE3

HEX: #DBCAE3
RGB: (219,202,227)

Color info

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

RGB color model

#DBCAE3 color RGB value is (219,202,227).

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

RGB channels and saturation

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

219
202
227

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

Portions of RGB colors in percentages

R + G + B =
219 + 202 + 227 = 648 (100%)
R 219 of 648 ~ 33.8%
G 202 of 648 ~ 31.17%
B 227 of 648 ~ 35.03%

%33.8
%31.17
%35.03

CMYK color model

#DBCAE3 color CMYK value is (4,11,0,11).

  • cyan value is 3.52%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,11,0,11)
C4M11Y0K11 
(4%,11%,0%,11%)
(0.04/0.11/0.00/0.11)	

CMYK percentages

%3.52
%11.01
%0
%10.98

Codes

Color #DBCAE3 in popluar color models

DBCAE3
RGB219202227
HSL281°30.86%84.12%
HSB/HSV281°11.01%89.02%
CMYK3.52%11.01%0.00%
10.98%

Color #DBCAE3 in popluar number systems.

HEXDBCAE3
Decimal219202227
Binary110110111100101011100011
Octal333312343

Shades and tints

Shades of #DBCAE3

#DBCAE3
(219,202,227)
#C8B8CF
(200,184,207)
#B5A6BB
(181,166,187)
#A294A7
(162,148,167)
#8F8293
(143,130,147)
#7C707F
(124,112,127)
#695E6B
(105,94,107)
#564C57
(86,76,87)
#433A43
(67,58,67)
#30282F
(48,40,47)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #DBCAE3

#DBCAE3
(219,202,227)
#DECEE5
(222,206,229)
#E1D2E7
(225,210,231)
#E4D6E9
(228,214,233)
#E7DAEB
(231,218,235)
#EADEED
(234,222,237)
#EDE2EF
(237,226,239)
#F0E6F1
(240,230,241)
#F3EAF3
(243,234,243)
#F6EEF5
(246,238,245)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCAE3; }

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

This text font color is #DBCAE3.


Background Color

.myBgColor { background-color: #DBCAE3; }

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

This div background color is #DBCAE3.


Border color

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

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

This div border color is #DBCAE3.


Opacity

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

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

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

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

This text has shadow with #DBCAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCAE3 on black background.


Color preview on white background

This text has color #DBCAE3 on white background.



Black color preview on #DBCAE3 background

This text has black color on #DBCAE3 background.


White color preview on #DBCAE3 background

This text has white color on #DBCAE3 background.