COLOR #DBD0D8

HEX: #DBD0D8
RGB: (219,208,216)

Color info

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

RGB color model

#DBD0D8 color RGB value is (219,208,216).

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

RGB channels and saturation

R 219 of 255 = 86%
G 208 of 255 = 82%
B 216 of 255 = 85%

219
208
216

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

Portions of RGB colors in percentages

R + G + B =
219 + 208 + 216 = 643 (100%)
R 219 of 643 ~ 34.06%
G 208 of 643 ~ 32.35%
B 216 of 643 ~ 33.59%

%34.06
%32.35
%33.59

CMYK color model

#DBD0D8 color CMYK value is (0,5,1,14).

  • cyan value is 0.00%
  • magenta value is 5.02%
  • yellow value is 1.37%
  • key color value is 14.12%
CMYK:
(0,5,1,14)
C0M5Y1K14 
(0%,5%,1%,14%)
(0.00/0.05/0.01/0.14)	

CMYK percentages

%0
%5.02
%1.37
%14.12

Codes

Color #DBD0D8 in popluar color models

DBD0D8
RGB219208216
HSL316°13.25%83.73%
HSB/HSV316°5.02%85.88%
CMYK0.00%5.02%1.37%
14.12%

Color #DBD0D8 in popluar number systems.

HEXDBD0D8
Decimal219208216
Binary110110111101000011011000
Octal333320330

Shades and tints

Shades of #DBD0D8

#DBD0D8
(219,208,216)
#C8BEC5
(200,190,197)
#B5ACB2
(181,172,178)
#A29A9F
(162,154,159)
#8F888C
(143,136,140)
#7C7679
(124,118,121)
#696466
(105,100,102)
#565253
(86,82,83)
#434040
(67,64,64)
#302E2D
(48,46,45)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #DBD0D8

#DBD0D8
(219,208,216)
#DED4DB
(222,212,219)
#E1D8DE
(225,216,222)
#E4DCE1
(228,220,225)
#E7E0E4
(231,224,228)
#EAE4E7
(234,228,231)
#EDE8EA
(237,232,234)
#F0ECED
(240,236,237)
#F3F0F0
(243,240,240)
#F6F4F3
(246,244,243)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD0D8; }

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

This text font color is #DBD0D8.


Background Color

.myBgColor { background-color: #DBD0D8; }

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

This div background color is #DBD0D8.


Border color

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

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

This div border color is #DBD0D8.


Opacity

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

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

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

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

This text has shadow with #DBD0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD0D8 on black background.


Color preview on white background

This text has color #DBD0D8 on white background.



Black color preview on #DBD0D8 background

This text has black color on #DBD0D8 background.


White color preview on #DBD0D8 background

This text has white color on #DBD0D8 background.