COLOR #DBC8D3

HEX: #DBC8D3
RGB: (219,200,211)

Color info

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

RGB color model

#DBC8D3 color RGB value is (219,200,211).

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

RGB channels and saturation

R 219 of 255 = 86%
G 200 of 255 = 78%
B 211 of 255 = 83%

219
200
211

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

Portions of RGB colors in percentages

R + G + B =
219 + 200 + 211 = 630 (100%)
R 219 of 630 ~ 34.76%
G 200 of 630 ~ 31.75%
B 211 of 630 ~ 33.49%

%34.76
%31.75
%33.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.68%
  • yellow value is 3.65%
  • 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
%3.65
%14.12

Codes

Color #DBC8D3 in popluar color models

DBC8D3
RGB219200211
HSL325°20.88%82.16%
HSB/HSV325°8.68%85.88%
CMYK0.00%8.68%3.65%
14.12%

Color #DBC8D3 in popluar number systems.

HEXDBC8D3
Decimal219200211
Binary110110111100100011010011
Octal333310323

Shades and tints

Shades of #DBC8D3

#DBC8D3
(219,200,211)
#C8B6C0
(200,182,192)
#B5A4AD
(181,164,173)
#A2929A
(162,146,154)
#8F8087
(143,128,135)
#7C6E74
(124,110,116)
#695C61
(105,92,97)
#564A4E
(86,74,78)
#43383B
(67,56,59)
#302628
(48,38,40)
#1D1415
(29,20,21)
#000000
(0,0,0)

Tints of #DBC8D3

#DBC8D3
(219,200,211)
#DECDD7
(222,205,215)
#E1D2DB
(225,210,219)
#E4D7DF
(228,215,223)
#E7DCE3
(231,220,227)
#EAE1E7
(234,225,231)
#EDE6EB
(237,230,235)
#F0EBEF
(240,235,239)
#F3F0F3
(243,240,243)
#F6F5F7
(246,245,247)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC8D3; }

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

This text font color is #DBC8D3.


Background Color

.myBgColor { background-color: #DBC8D3; }

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

This div background color is #DBC8D3.


Border color

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

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

This div border color is #DBC8D3.


Opacity

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

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

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

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

This text has shadow with #DBC8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC8D3 on black background.


Color preview on white background

This text has color #DBC8D3 on white background.



Black color preview on #DBC8D3 background

This text has black color on #DBC8D3 background.


White color preview on #DBC8D3 background

This text has white color on #DBC8D3 background.