COLOR #DBD6C5

HEX: #DBD6C5
RGB: (219,214,197)

Color info

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

RGB color model

#DBD6C5 color RGB value is (219,214,197).

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

RGB channels and saturation

R 219 of 255 = 86%
G 214 of 255 = 84%
B 197 of 255 = 77%

219
214
197

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

Portions of RGB colors in percentages

R + G + B =
219 + 214 + 197 = 630 (100%)
R 219 of 630 ~ 34.76%
G 214 of 630 ~ 33.97%
B 197 of 630 ~ 31.27%

%34.76
%33.97
%31.27

CMYK color model

#DBD6C5 color CMYK value is (0,2,10,14).

  • cyan value is 0.00%
  • magenta value is 2.28%
  • yellow value is 10.05%
  • key color value is 14.12%
CMYK:
(0,2,10,14)
C0M2Y10K14 
(0%,2%,10%,14%)
(0.00/0.02/0.10/0.14)	

CMYK percentages

%0
%2.28
%10.05
%14.12

Codes

Color #DBD6C5 in popluar color models

DBD6C5
RGB219214197
HSL46°23.40%81.57%
HSB/HSV46°10.05%85.88%
CMYK0.00%2.28%10.05%
14.12%

Color #DBD6C5 in popluar number systems.

HEXDBD6C5
Decimal219214197
Binary110110111101011011000101
Octal333326305

Shades and tints

Shades of #DBD6C5

#DBD6C5
(219,214,197)
#C8C3B4
(200,195,180)
#B5B0A3
(181,176,163)
#A29D92
(162,157,146)
#8F8A81
(143,138,129)
#7C7770
(124,119,112)
#69645F
(105,100,95)
#56514E
(86,81,78)
#433E3D
(67,62,61)
#302B2C
(48,43,44)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #DBD6C5

#DBD6C5
(219,214,197)
#DED9CA
(222,217,202)
#E1DCCF
(225,220,207)
#E4DFD4
(228,223,212)
#E7E2D9
(231,226,217)
#EAE5DE
(234,229,222)
#EDE8E3
(237,232,227)
#F0EBE8
(240,235,232)
#F3EEED
(243,238,237)
#F6F1F2
(246,241,242)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD6C5; }

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

This text font color is #DBD6C5.


Background Color

.myBgColor { background-color: #DBD6C5; }

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

This div background color is #DBD6C5.


Border color

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

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

This div border color is #DBD6C5.


Opacity

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

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

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

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

This text has shadow with #DBD6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD6C5 on black background.


Color preview on white background

This text has color #DBD6C5 on white background.



Black color preview on #DBD6C5 background

This text has black color on #DBD6C5 background.


White color preview on #DBD6C5 background

This text has white color on #DBD6C5 background.