COLOR #DBC8ED

HEX: #DBC8ED
RGB: (219,200,237)

Color info

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

RGB color model

#DBC8ED color RGB value is (219,200,237).

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

RGB channels and saturation

R 219 of 255 = 86%
G 200 of 255 = 78%
B 237 of 255 = 93%

219
200
237

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

Portions of RGB colors in percentages

R + G + B =
219 + 200 + 237 = 656 (100%)
R 219 of 656 ~ 33.38%
G 200 of 656 ~ 30.49%
B 237 of 656 ~ 36.13%

%33.38
%30.49
%36.13

CMYK color model

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

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

CMYK percentages

%7.59
%15.61
%0
%7.06

Codes

Color #DBC8ED in popluar color models

DBC8ED
RGB219200237
HSL271°50.68%85.69%
HSB/HSV271°15.61%92.94%
CMYK7.59%15.61%0.00%
7.06%

Color #DBC8ED in popluar number systems.

HEXDBC8ED
Decimal219200237
Binary110110111100100011101101
Octal333310355

Shades and tints

Shades of #DBC8ED

#DBC8ED
(219,200,237)
#C8B6D8
(200,182,216)
#B5A4C3
(181,164,195)
#A292AE
(162,146,174)
#8F8099
(143,128,153)
#7C6E84
(124,110,132)
#695C6F
(105,92,111)
#564A5A
(86,74,90)
#433845
(67,56,69)
#302630
(48,38,48)
#1D141B
(29,20,27)
#000000
(0,0,0)

Tints of #DBC8ED

#DBC8ED
(219,200,237)
#DECDEE
(222,205,238)
#E1D2EF
(225,210,239)
#E4D7F0
(228,215,240)
#E7DCF1
(231,220,241)
#EAE1F2
(234,225,242)
#EDE6F3
(237,230,243)
#F0EBF4
(240,235,244)
#F3F0F5
(243,240,245)
#F6F5F6
(246,245,246)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC8ED; }

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

This text font color is #DBC8ED.


Background Color

.myBgColor { background-color: #DBC8ED; }

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

This div background color is #DBC8ED.


Border color

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

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

This div border color is #DBC8ED.


Opacity

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

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

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

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

This text has shadow with #DBC8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC8ED on black background.


Color preview on white background

This text has color #DBC8ED on white background.



Black color preview on #DBC8ED background

This text has black color on #DBC8ED background.


White color preview on #DBC8ED background

This text has white color on #DBC8ED background.