COLOR #DBC7E1

HEX: #DBC7E1
RGB: (219,199,225)

Color info

#DBC7E1 contains red, green and blue colors in about the same proportion. Web safe color of #DBC7E1 is #CCCCCC (or #CCC).

RGB color model

#DBC7E1 color RGB value is (219,199,225).

  • red value is 219;
  • green value is 199;
  • blue value is 225.
RGB:
(219,199,225)
(86%,78%,88%)

RGB channels and saturation

R 219 of 255 = 86%
G 199 of 255 = 78%
B 225 of 255 = 88%

219
199
225

R + G + B ~ 84%. #DBC7E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 199 + 225 = 643 (100%)
R 219 of 643 ~ 34.06%
G 199 of 643 ~ 30.95%
B 225 of 643 ~ 34.99%

%34.06
%30.95
%34.99

CMYK color model

#DBC7E1 color CMYK value is (3,12,0,12).

  • cyan value is 2.67%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(3,12,0,12)
C3M12Y0K12 
(3%,12%,0%,12%)
(0.03/0.12/0.00/0.12)	

CMYK percentages

%2.67
%11.56
%0
%11.76

Codes

Color #DBC7E1 in popluar color models

DBC7E1
RGB219199225
HSL286°30.23%83.14%
HSB/HSV286°11.56%88.24%
CMYK2.67%11.56%0.00%
11.76%

Color #DBC7E1 in popluar number systems.

HEXDBC7E1
Decimal219199225
Binary110110111100011111100001
Octal333307341

Shades and tints

Shades of #DBC7E1

#DBC7E1
(219,199,225)
#C8B5CD
(200,181,205)
#B5A3B9
(181,163,185)
#A291A5
(162,145,165)
#8F7F91
(143,127,145)
#7C6D7D
(124,109,125)
#695B69
(105,91,105)
#564955
(86,73,85)
#433741
(67,55,65)
#30252D
(48,37,45)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #DBC7E1

#DBC7E1
(219,199,225)
#DECCE3
(222,204,227)
#E1D1E5
(225,209,229)
#E4D6E7
(228,214,231)
#E7DBE9
(231,219,233)
#EAE0EB
(234,224,235)
#EDE5ED
(237,229,237)
#F0EAEF
(240,234,239)
#F3EFF1
(243,239,241)
#F6F4F3
(246,244,243)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC7E1 color. Also use rgb(219,199,225) instead hex code.

Text Font Color

.myTextColor { color: #DBC7E1; }

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

This text font color is #DBC7E1.


Background Color

.myBgColor { background-color: #DBC7E1; }

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

This div background color is #DBC7E1.


Border color

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

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

This div border color is #DBC7E1.


Opacity

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

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

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

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

This text has shadow with #DBC7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC7E1 on black background.


Color preview on white background

This text has color #DBC7E1 on white background.



Black color preview on #DBC7E1 background

This text has black color on #DBC7E1 background.


White color preview on #DBC7E1 background

This text has white color on #DBC7E1 background.