COLOR #DBC5EB

HEX: #DBC5EB
RGB: (219,197,235)

Color info

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

RGB color model

#DBC5EB color RGB value is (219,197,235).

  • red value is 219;
  • green value is 197;
  • blue value is 235.
RGB:
(219,197,235)
(86%,77%,92%)

RGB channels and saturation

R 219 of 255 = 86%
G 197 of 255 = 77%
B 235 of 255 = 92%

219
197
235

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

Portions of RGB colors in percentages

R + G + B =
219 + 197 + 235 = 651 (100%)
R 219 of 651 ~ 33.64%
G 197 of 651 ~ 30.26%
B 235 of 651 ~ 36.1%

%33.64
%30.26
%36.1

CMYK color model

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

  • cyan value is 6.81%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(7,16,0,8)
C7M16Y0K8 
(7%,16%,0%,8%)
(0.07/0.16/0.00/0.08)	

CMYK percentages

%6.81
%16.17
%0
%7.84

Codes

Color #DBC5EB in popluar color models

DBC5EB
RGB219197235
HSL275°48.72%84.71%
HSB/HSV275°16.17%92.16%
CMYK6.81%16.17%0.00%
7.84%

Color #DBC5EB in popluar number systems.

HEXDBC5EB
Decimal219197235
Binary110110111100010111101011
Octal333305353

Shades and tints

Shades of #DBC5EB

#DBC5EB
(219,197,235)
#C8B4D6
(200,180,214)
#B5A3C1
(181,163,193)
#A292AC
(162,146,172)
#8F8197
(143,129,151)
#7C7082
(124,112,130)
#695F6D
(105,95,109)
#564E58
(86,78,88)
#433D43
(67,61,67)
#302C2E
(48,44,46)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #DBC5EB

#DBC5EB
(219,197,235)
#DECAEC
(222,202,236)
#E1CFED
(225,207,237)
#E4D4EE
(228,212,238)
#E7D9EF
(231,217,239)
#EADEF0
(234,222,240)
#EDE3F1
(237,227,241)
#F0E8F2
(240,232,242)
#F3EDF3
(243,237,243)
#F6F2F4
(246,242,244)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC5EB color. Also use rgb(219,197,235) instead hex code.

Text Font Color

.myTextColor { color: #DBC5EB; }

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

This text font color is #DBC5EB.


Background Color

.myBgColor { background-color: #DBC5EB; }

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

This div background color is #DBC5EB.


Border color

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

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

This div border color is #DBC5EB.


Opacity

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

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

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

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

This text has shadow with #DBC5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC5EB on black background.


Color preview on white background

This text has color #DBC5EB on white background.



Black color preview on #DBC5EB background

This text has black color on #DBC5EB background.


White color preview on #DBC5EB background

This text has white color on #DBC5EB background.