COLOR #DBC9EE

HEX: #DBC9EE
RGB: (219,201,238)

Color info

#DBC9EE contains red, green and blue colors in about the same proportion. Web safe color of #DBC9EE is #CCCCFF (or #CCF).

RGB color model

#DBC9EE color RGB value is (219,201,238).

  • red value is 219;
  • green value is 201;
  • blue value is 238.
RGB:
(219,201,238)
(86%,79%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 201 of 255 = 79%
B 238 of 255 = 93%

219
201
238

R + G + B ~ 86%. #DBC9EE is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 201 + 238 = 658 (100%)
R 219 of 658 ~ 33.28%
G 201 of 658 ~ 30.55%
B 238 of 658 ~ 36.17%

%33.28
%30.55
%36.17

CMYK color model

#DBC9EE color CMYK value is (8,16,0,7).

  • cyan value is 7.98%
  • magenta value is 15.55%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(8,16,0,7)
C8M16Y0K7 
(8%,16%,0%,7%)
(0.08/0.16/0.00/0.07)	

CMYK percentages

%7.98
%15.55
%0
%6.67

Codes

Color #DBC9EE in popluar color models

DBC9EE
RGB219201238
HSL269°52.11%86.08%
HSB/HSV269°15.55%93.33%
CMYK7.98%15.55%0.00%
6.67%

Color #DBC9EE in popluar number systems.

HEXDBC9EE
Decimal219201238
Binary110110111100100111101110
Octal333311356

Shades and tints

Shades of #DBC9EE

#DBC9EE
(219,201,238)
#C8B7D9
(200,183,217)
#B5A5C4
(181,165,196)
#A293AF
(162,147,175)
#8F819A
(143,129,154)
#7C6F85
(124,111,133)
#695D70
(105,93,112)
#564B5B
(86,75,91)
#433946
(67,57,70)
#302731
(48,39,49)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #DBC9EE

#DBC9EE
(219,201,238)
#DECDEF
(222,205,239)
#E1D1F0
(225,209,240)
#E4D5F1
(228,213,241)
#E7D9F2
(231,217,242)
#EADDF3
(234,221,243)
#EDE1F4
(237,225,244)
#F0E5F5
(240,229,245)
#F3E9F6
(243,233,246)
#F6EDF7
(246,237,247)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC9EE color. Also use rgb(219,201,238) instead hex code.

Text Font Color

.myTextColor { color: #DBC9EE; }

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

This text font color is #DBC9EE.


Background Color

.myBgColor { background-color: #DBC9EE; }

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

This div background color is #DBC9EE.


Border color

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

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

This div border color is #DBC9EE.


Opacity

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

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

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

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

This text has shadow with #DBC9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC9EE on black background.


Color preview on white background

This text has color #DBC9EE on white background.



Black color preview on #DBC9EE background

This text has black color on #DBC9EE background.


White color preview on #DBC9EE background

This text has white color on #DBC9EE background.