COLOR #DBCEB5

HEX: #DBCEB5
RGB: (219,206,181)

Color info

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

RGB color model

#DBCEB5 color RGB value is (219,206,181).

  • red value is 219;
  • green value is 206;
  • blue value is 181.
RGB:
(219,206,181)
(86%,81%,71%)

RGB channels and saturation

R 219 of 255 = 86%
G 206 of 255 = 81%
B 181 of 255 = 71%

219
206
181

R + G + B ~ 79%. #DBCEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 206 + 181 = 606 (100%)
R 219 of 606 ~ 36.14%
G 206 of 606 ~ 33.99%
B 181 of 606 ~ 29.87%

%36.14
%33.99
%29.87

CMYK color model

#DBCEB5 color CMYK value is (0,6,17,14).

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 17.35%
  • key color value is 14.12%
CMYK:
(0,6,17,14)
C0M6Y17K14 
(0%,6%,17%,14%)
(0.00/0.06/0.17/0.14)	

CMYK percentages

%0
%5.94
%17.35
%14.12

Codes

Color #DBCEB5 in popluar color models

DBCEB5
RGB219206181
HSL39°34.55%78.43%
HSB/HSV39°17.35%85.88%
CMYK0.00%5.94%17.35%
14.12%

Color #DBCEB5 in popluar number systems.

HEXDBCEB5
Decimal219206181
Binary110110111100111010110101
Octal333316265

Shades and tints

Shades of #DBCEB5

#DBCEB5
(219,206,181)
#C8BCA5
(200,188,165)
#B5AA95
(181,170,149)
#A29885
(162,152,133)
#8F8675
(143,134,117)
#7C7465
(124,116,101)
#696255
(105,98,85)
#565045
(86,80,69)
#433E35
(67,62,53)
#302C25
(48,44,37)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #DBCEB5

#DBCEB5
(219,206,181)
#DED2BB
(222,210,187)
#E1D6C1
(225,214,193)
#E4DAC7
(228,218,199)
#E7DECD
(231,222,205)
#EAE2D3
(234,226,211)
#EDE6D9
(237,230,217)
#F0EADF
(240,234,223)
#F3EEE5
(243,238,229)
#F6F2EB
(246,242,235)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCEB5 color. Also use rgb(219,206,181) instead hex code.

Text Font Color

.myTextColor { color: #DBCEB5; }

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

This text font color is #DBCEB5.


Background Color

.myBgColor { background-color: #DBCEB5; }

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

This div background color is #DBCEB5.


Border color

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

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

This div border color is #DBCEB5.


Opacity

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

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

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

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

This text has shadow with #DBCEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCEB5 on black background.


Color preview on white background

This text has color #DBCEB5 on white background.



Black color preview on #DBCEB5 background

This text has black color on #DBCEB5 background.


White color preview on #DBCEB5 background

This text has white color on #DBCEB5 background.