COLOR #DBC9ED

HEX: #DBC9ED
RGB: (219,201,237)

Color info

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

RGB color model

#DBC9ED color RGB value is (219,201,237).

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

RGB channels and saturation

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

219
201
237

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

Portions of RGB colors in percentages

R + G + B =
219 + 201 + 237 = 657 (100%)
R 219 of 657 ~ 33.33%
G 201 of 657 ~ 30.59%
B 237 of 657 ~ 36.07%

%33.33
%30.59
%36.07

CMYK color model

#DBC9ED color CMYK value is (8,15,0,7).

  • cyan value is 7.59%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(8,15,0,7)
C8M15Y0K7 
(8%,15%,0%,7%)
(0.08/0.15/0.00/0.07)	

CMYK percentages

%7.59
%15.19
%0
%7.06

Codes

Color #DBC9ED in popluar color models

DBC9ED
RGB219201237
HSL270°50.00%85.88%
HSB/HSV270°15.19%92.94%
CMYK7.59%15.19%0.00%
7.06%

Color #DBC9ED in popluar number systems.

HEXDBC9ED
Decimal219201237
Binary110110111100100111101101
Octal333311355

Shades and tints

Shades of #DBC9ED

#DBC9ED
(219,201,237)
#C8B7D8
(200,183,216)
#B5A5C3
(181,165,195)
#A293AE
(162,147,174)
#8F8199
(143,129,153)
#7C6F84
(124,111,132)
#695D6F
(105,93,111)
#564B5A
(86,75,90)
#433945
(67,57,69)
#302730
(48,39,48)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #DBC9ED

#DBC9ED
(219,201,237)
#DECDEE
(222,205,238)
#E1D1EF
(225,209,239)
#E4D5F0
(228,213,240)
#E7D9F1
(231,217,241)
#EADDF2
(234,221,242)
#EDE1F3
(237,225,243)
#F0E5F4
(240,229,244)
#F3E9F5
(243,233,245)
#F6EDF6
(246,237,246)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC9ED; }

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

This text font color is #DBC9ED.


Background Color

.myBgColor { background-color: #DBC9ED; }

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

This div background color is #DBC9ED.


Border color

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

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

This div border color is #DBC9ED.


Opacity

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

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

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

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

This text has shadow with #DBC9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC9ED on black background.


Color preview on white background

This text has color #DBC9ED on white background.



Black color preview on #DBC9ED background

This text has black color on #DBC9ED background.


White color preview on #DBC9ED background

This text has white color on #DBC9ED background.