COLOR #DBC8D2

HEX: #DBC8D2
RGB: (219,200,210)

Color info

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

RGB color model

#DBC8D2 color RGB value is (219,200,210).

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

RGB channels and saturation

R 219 of 255 = 86%
G 200 of 255 = 78%
B 210 of 255 = 82%

219
200
210

R + G + B ~ 82%. #DBC8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 200 + 210 = 629 (100%)
R 219 of 629 ~ 34.82%
G 200 of 629 ~ 31.8%
B 210 of 629 ~ 33.39%

%34.82
%31.8
%33.39

CMYK color model

#DBC8D2 color CMYK value is (0,9,4,14).

  • cyan value is 0.00%
  • magenta value is 8.68%
  • yellow value is 4.11%
  • key color value is 14.12%
CMYK:
(0,9,4,14)
C0M9Y4K14 
(0%,9%,4%,14%)
(0.00/0.09/0.04/0.14)	

CMYK percentages

%0
%8.68
%4.11
%14.12

Codes

Color #DBC8D2 in popluar color models

DBC8D2
RGB219200210
HSL328°20.88%82.16%
HSB/HSV328°8.68%85.88%
CMYK0.00%8.68%4.11%
14.12%

Color #DBC8D2 in popluar number systems.

HEXDBC8D2
Decimal219200210
Binary110110111100100011010010
Octal333310322

Shades and tints

Shades of #DBC8D2

#DBC8D2
(219,200,210)
#C8B6BF
(200,182,191)
#B5A4AC
(181,164,172)
#A29299
(162,146,153)
#8F8086
(143,128,134)
#7C6E73
(124,110,115)
#695C60
(105,92,96)
#564A4D
(86,74,77)
#43383A
(67,56,58)
#302627
(48,38,39)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #DBC8D2

#DBC8D2
(219,200,210)
#DECDD6
(222,205,214)
#E1D2DA
(225,210,218)
#E4D7DE
(228,215,222)
#E7DCE2
(231,220,226)
#EAE1E6
(234,225,230)
#EDE6EA
(237,230,234)
#F0EBEE
(240,235,238)
#F3F0F2
(243,240,242)
#F6F5F6
(246,245,246)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC8D2; }

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

This text font color is #DBC8D2.


Background Color

.myBgColor { background-color: #DBC8D2; }

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

This div background color is #DBC8D2.


Border color

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

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

This div border color is #DBC8D2.


Opacity

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

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

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

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

This text has shadow with #DBC8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC8D2 on black background.


Color preview on white background

This text has color #DBC8D2 on white background.



Black color preview on #DBC8D2 background

This text has black color on #DBC8D2 background.


White color preview on #DBC8D2 background

This text has white color on #DBC8D2 background.