COLOR #DBC5D0

HEX: #DBC5D0
RGB: (219,197,208)

Color info

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

RGB color model

#DBC5D0 color RGB value is (219,197,208).

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

RGB channels and saturation

R 219 of 255 = 86%
G 197 of 255 = 77%
B 208 of 255 = 82%

219
197
208

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

Portions of RGB colors in percentages

R + G + B =
219 + 197 + 208 = 624 (100%)
R 219 of 624 ~ 35.1%
G 197 of 624 ~ 31.57%
B 208 of 624 ~ 33.33%

%35.1
%31.57
%33.33

CMYK color model

#DBC5D0 color CMYK value is (0,10,5,14).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 5.02%
  • key color value is 14.12%
CMYK:
(0,10,5,14)
C0M10Y5K14 
(0%,10%,5%,14%)
(0.00/0.10/0.05/0.14)	

CMYK percentages

%0
%10.05
%5.02
%14.12

Codes

Color #DBC5D0 in popluar color models

DBC5D0
RGB219197208
HSL330°23.40%81.57%
HSB/HSV330°10.05%85.88%
CMYK0.00%10.05%5.02%
14.12%

Color #DBC5D0 in popluar number systems.

HEXDBC5D0
Decimal219197208
Binary110110111100010111010000
Octal333305320

Shades and tints

Shades of #DBC5D0

#DBC5D0
(219,197,208)
#C8B4BE
(200,180,190)
#B5A3AC
(181,163,172)
#A2929A
(162,146,154)
#8F8188
(143,129,136)
#7C7076
(124,112,118)
#695F64
(105,95,100)
#564E52
(86,78,82)
#433D40
(67,61,64)
#302C2E
(48,44,46)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #DBC5D0

#DBC5D0
(219,197,208)
#DECAD4
(222,202,212)
#E1CFD8
(225,207,216)
#E4D4DC
(228,212,220)
#E7D9E0
(231,217,224)
#EADEE4
(234,222,228)
#EDE3E8
(237,227,232)
#F0E8EC
(240,232,236)
#F3EDF0
(243,237,240)
#F6F2F4
(246,242,244)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC5D0; }

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

This text font color is #DBC5D0.


Background Color

.myBgColor { background-color: #DBC5D0; }

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

This div background color is #DBC5D0.


Border color

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

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

This div border color is #DBC5D0.


Opacity

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

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

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

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

This text has shadow with #DBC5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC5D0 on black background.


Color preview on white background

This text has color #DBC5D0 on white background.



Black color preview on #DBC5D0 background

This text has black color on #DBC5D0 background.


White color preview on #DBC5D0 background

This text has white color on #DBC5D0 background.