COLOR #DBCEB9

HEX: #DBCEB9
RGB: (219,206,185)

Color info

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

RGB color model

#DBCEB9 color RGB value is (219,206,185).

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

RGB channels and saturation

R 219 of 255 = 86%
G 206 of 255 = 81%
B 185 of 255 = 73%

219
206
185

R + G + B ~ 80%. #DBCEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 206 + 185 = 610 (100%)
R 219 of 610 ~ 35.9%
G 206 of 610 ~ 33.77%
B 185 of 610 ~ 30.33%

%35.9
%33.77
%30.33

CMYK color model

#DBCEB9 color CMYK value is (0,6,16,14).

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 15.53%
  • key color value is 14.12%
CMYK:
(0,6,16,14)
C0M6Y16K14 
(0%,6%,16%,14%)
(0.00/0.06/0.16/0.14)	

CMYK percentages

%0
%5.94
%15.53
%14.12

Codes

Color #DBCEB9 in popluar color models

DBCEB9
RGB219206185
HSL37°32.08%79.22%
HSB/HSV37°15.53%85.88%
CMYK0.00%5.94%15.53%
14.12%

Color #DBCEB9 in popluar number systems.

HEXDBCEB9
Decimal219206185
Binary110110111100111010111001
Octal333316271

Shades and tints

Shades of #DBCEB9

#DBCEB9
(219,206,185)
#C8BCA9
(200,188,169)
#B5AA99
(181,170,153)
#A29889
(162,152,137)
#8F8679
(143,134,121)
#7C7469
(124,116,105)
#696259
(105,98,89)
#565049
(86,80,73)
#433E39
(67,62,57)
#302C29
(48,44,41)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #DBCEB9

#DBCEB9
(219,206,185)
#DED2BF
(222,210,191)
#E1D6C5
(225,214,197)
#E4DACB
(228,218,203)
#E7DED1
(231,222,209)
#EAE2D7
(234,226,215)
#EDE6DD
(237,230,221)
#F0EAE3
(240,234,227)
#F3EEE9
(243,238,233)
#F6F2EF
(246,242,239)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCEB9; }

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

This text font color is #DBCEB9.


Background Color

.myBgColor { background-color: #DBCEB9; }

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

This div background color is #DBCEB9.


Border color

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

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

This div border color is #DBCEB9.


Opacity

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

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

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

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

This text has shadow with #DBCEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCEB9 on black background.


Color preview on white background

This text has color #DBCEB9 on white background.



Black color preview on #DBCEB9 background

This text has black color on #DBCEB9 background.


White color preview on #DBCEB9 background

This text has white color on #DBCEB9 background.