COLOR #DBC8EA

HEX: #DBC8EA
RGB: (219,200,234)

Color info

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

RGB color model

#DBC8EA color RGB value is (219,200,234).

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

RGB channels and saturation

R 219 of 255 = 86%
G 200 of 255 = 78%
B 234 of 255 = 92%

219
200
234

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

Portions of RGB colors in percentages

R + G + B =
219 + 200 + 234 = 653 (100%)
R 219 of 653 ~ 33.54%
G 200 of 653 ~ 30.63%
B 234 of 653 ~ 35.83%

%33.54
%30.63
%35.83

CMYK color model

#DBC8EA color CMYK value is (6,15,0,8).

  • cyan value is 6.41%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(6,15,0,8)
C6M15Y0K8 
(6%,15%,0%,8%)
(0.06/0.15/0.00/0.08)	

CMYK percentages

%6.41
%14.53
%0
%8.24

Codes

Color #DBC8EA in popluar color models

DBC8EA
RGB219200234
HSL274°44.74%85.10%
HSB/HSV274°14.53%91.76%
CMYK6.41%14.53%0.00%
8.24%

Color #DBC8EA in popluar number systems.

HEXDBC8EA
Decimal219200234
Binary110110111100100011101010
Octal333310352

Shades and tints

Shades of #DBC8EA

#DBC8EA
(219,200,234)
#C8B6D5
(200,182,213)
#B5A4C0
(181,164,192)
#A292AB
(162,146,171)
#8F8096
(143,128,150)
#7C6E81
(124,110,129)
#695C6C
(105,92,108)
#564A57
(86,74,87)
#433842
(67,56,66)
#30262D
(48,38,45)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #DBC8EA

#DBC8EA
(219,200,234)
#DECDEB
(222,205,235)
#E1D2EC
(225,210,236)
#E4D7ED
(228,215,237)
#E7DCEE
(231,220,238)
#EAE1EF
(234,225,239)
#EDE6F0
(237,230,240)
#F0EBF1
(240,235,241)
#F3F0F2
(243,240,242)
#F6F5F3
(246,245,243)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC8EA; }

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

This text font color is #DBC8EA.


Background Color

.myBgColor { background-color: #DBC8EA; }

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

This div background color is #DBC8EA.


Border color

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

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

This div border color is #DBC8EA.


Opacity

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

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

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

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

This text has shadow with #DBC8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC8EA on black background.


Color preview on white background

This text has color #DBC8EA on white background.



Black color preview on #DBC8EA background

This text has black color on #DBC8EA background.


White color preview on #DBC8EA background

This text has white color on #DBC8EA background.