COLOR #DBD8C7

HEX: #DBD8C7
RGB: (219,216,199)

Color info

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

RGB color model

#DBD8C7 color RGB value is (219,216,199).

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

RGB channels and saturation

R 219 of 255 = 86%
G 216 of 255 = 85%
B 199 of 255 = 78%

219
216
199

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

Portions of RGB colors in percentages

R + G + B =
219 + 216 + 199 = 634 (100%)
R 219 of 634 ~ 34.54%
G 216 of 634 ~ 34.07%
B 199 of 634 ~ 31.39%

%34.54
%34.07
%31.39

CMYK color model

#DBD8C7 color CMYK value is (0,1,9,14).

  • cyan value is 0.00%
  • magenta value is 1.37%
  • yellow value is 9.13%
  • key color value is 14.12%
CMYK:
(0,1,9,14)
C0M1Y9K14 
(0%,1%,9%,14%)
(0.00/0.01/0.09/0.14)	

CMYK percentages

%0
%1.37
%9.13
%14.12

Codes

Color #DBD8C7 in popluar color models

DBD8C7
RGB219216199
HSL51°21.74%81.96%
HSB/HSV51°9.13%85.88%
CMYK0.00%1.37%9.13%
14.12%

Color #DBD8C7 in popluar number systems.

HEXDBD8C7
Decimal219216199
Binary110110111101100011000111
Octal333330307

Shades and tints

Shades of #DBD8C7

#DBD8C7
(219,216,199)
#C8C5B5
(200,197,181)
#B5B2A3
(181,178,163)
#A29F91
(162,159,145)
#8F8C7F
(143,140,127)
#7C796D
(124,121,109)
#69665B
(105,102,91)
#565349
(86,83,73)
#434037
(67,64,55)
#302D25
(48,45,37)
#1D1A13
(29,26,19)
#000000
(0,0,0)

Tints of #DBD8C7

#DBD8C7
(219,216,199)
#DEDBCC
(222,219,204)
#E1DED1
(225,222,209)
#E4E1D6
(228,225,214)
#E7E4DB
(231,228,219)
#EAE7E0
(234,231,224)
#EDEAE5
(237,234,229)
#F0EDEA
(240,237,234)
#F3F0EF
(243,240,239)
#F6F3F4
(246,243,244)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD8C7; }

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

This text font color is #DBD8C7.


Background Color

.myBgColor { background-color: #DBD8C7; }

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

This div background color is #DBD8C7.


Border color

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

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

This div border color is #DBD8C7.


Opacity

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

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

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

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

This text has shadow with #DBD8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD8C7 on black background.


Color preview on white background

This text has color #DBD8C7 on white background.



Black color preview on #DBD8C7 background

This text has black color on #DBD8C7 background.


White color preview on #DBD8C7 background

This text has white color on #DBD8C7 background.