COLOR #DBD5C7

HEX: #DBD5C7
RGB: (219,213,199)

Color info

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

RGB color model

#DBD5C7 color RGB value is (219,213,199).

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

RGB channels and saturation

R 219 of 255 = 86%
G 213 of 255 = 84%
B 199 of 255 = 78%

219
213
199

R + G + B ~ 83%. #DBD5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 213 + 199 = 631 (100%)
R 219 of 631 ~ 34.71%
G 213 of 631 ~ 33.76%
B 199 of 631 ~ 31.54%

%34.71
%33.76
%31.54

CMYK color model

#DBD5C7 color CMYK value is (0,3,9,14).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 9.13%
  • key color value is 14.12%
CMYK:
(0,3,9,14)
C0M3Y9K14 
(0%,3%,9%,14%)
(0.00/0.03/0.09/0.14)	

CMYK percentages

%0
%2.74
%9.13
%14.12

Codes

Color #DBD5C7 in popluar color models

DBD5C7
RGB219213199
HSL42°21.74%81.96%
HSB/HSV42°9.13%85.88%
CMYK0.00%2.74%9.13%
14.12%

Color #DBD5C7 in popluar number systems.

HEXDBD5C7
Decimal219213199
Binary110110111101010111000111
Octal333325307

Shades and tints

Shades of #DBD5C7

#DBD5C7
(219,213,199)
#C8C2B5
(200,194,181)
#B5AFA3
(181,175,163)
#A29C91
(162,156,145)
#8F897F
(143,137,127)
#7C766D
(124,118,109)
#69635B
(105,99,91)
#565049
(86,80,73)
#433D37
(67,61,55)
#302A25
(48,42,37)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #DBD5C7

#DBD5C7
(219,213,199)
#DED8CC
(222,216,204)
#E1DBD1
(225,219,209)
#E4DED6
(228,222,214)
#E7E1DB
(231,225,219)
#EAE4E0
(234,228,224)
#EDE7E5
(237,231,229)
#F0EAEA
(240,234,234)
#F3EDEF
(243,237,239)
#F6F0F4
(246,240,244)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD5C7; }

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

This text font color is #DBD5C7.


Background Color

.myBgColor { background-color: #DBD5C7; }

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

This div background color is #DBD5C7.


Border color

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

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

This div border color is #DBD5C7.


Opacity

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

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

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

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

This text has shadow with #DBD5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD5C7 on black background.


Color preview on white background

This text has color #DBD5C7 on white background.



Black color preview on #DBD5C7 background

This text has black color on #DBD5C7 background.


White color preview on #DBD5C7 background

This text has white color on #DBD5C7 background.