COLOR #DBBEB7

HEX: #DBBEB7
RGB: (219,190,183)

Color info

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

RGB color model

#DBBEB7 color RGB value is (219,190,183).

  • red value is 219;
  • green value is 190;
  • blue value is 183.
RGB:
(219,190,183)
(86%,75%,72%)

RGB channels and saturation

R 219 of 255 = 86%
G 190 of 255 = 75%
B 183 of 255 = 72%

219
190
183

R + G + B ~ 78%. #DBBEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 190 + 183 = 592 (100%)
R 219 of 592 ~ 36.99%
G 190 of 592 ~ 32.09%
B 183 of 592 ~ 30.91%

%36.99
%32.09
%30.91

CMYK color model

#DBBEB7 color CMYK value is (0,13,16,14).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 16.44%
  • key color value is 14.12%
CMYK:
(0,13,16,14)
C0M13Y16K14 
(0%,13%,16%,14%)
(0.00/0.13/0.16/0.14)	

CMYK percentages

%0
%13.24
%16.44
%14.12

Codes

Color #DBBEB7 in popluar color models

DBBEB7
RGB219190183
HSL12°33.33%78.82%
HSB/HSV12°16.44%85.88%
CMYK0.00%13.24%16.44%
14.12%

Color #DBBEB7 in popluar number systems.

HEXDBBEB7
Decimal219190183
Binary110110111011111010110111
Octal333276267

Shades and tints

Shades of #DBBEB7

#DBBEB7
(219,190,183)
#C8ADA7
(200,173,167)
#B59C97
(181,156,151)
#A28B87
(162,139,135)
#8F7A77
(143,122,119)
#7C6967
(124,105,103)
#695857
(105,88,87)
#564747
(86,71,71)
#433637
(67,54,55)
#302527
(48,37,39)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #DBBEB7

#DBBEB7
(219,190,183)
#DEC3BD
(222,195,189)
#E1C8C3
(225,200,195)
#E4CDC9
(228,205,201)
#E7D2CF
(231,210,207)
#EAD7D5
(234,215,213)
#EDDCDB
(237,220,219)
#F0E1E1
(240,225,225)
#F3E6E7
(243,230,231)
#F6EBED
(246,235,237)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBEB7 color. Also use rgb(219,190,183) instead hex code.

Text Font Color

.myTextColor { color: #DBBEB7; }

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

This text font color is #DBBEB7.


Background Color

.myBgColor { background-color: #DBBEB7; }

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

This div background color is #DBBEB7.


Border color

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

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

This div border color is #DBBEB7.


Opacity

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

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

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

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

This text has shadow with #DBBEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBEB7 on black background.


Color preview on white background

This text has color #DBBEB7 on white background.



Black color preview on #DBBEB7 background

This text has black color on #DBBEB7 background.


White color preview on #DBBEB7 background

This text has white color on #DBBEB7 background.