COLOR #DBB8A8

HEX: #DBB8A8
RGB: (219,184,168)

Color info

#DBB8A8 contains red, green and blue colors in about the same proportion. Web safe color of #DBB8A8 is #CCCC99 (or #CC9).

RGB color model

#DBB8A8 color RGB value is (219,184,168).

  • red value is 219;
  • green value is 184;
  • blue value is 168.
RGB:
(219,184,168)
(86%,72%,66%)

RGB channels and saturation

R 219 of 255 = 86%
G 184 of 255 = 72%
B 168 of 255 = 66%

219
184
168

R + G + B ~ 75%. #DBB8A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 184 + 168 = 571 (100%)
R 219 of 571 ~ 38.35%
G 184 of 571 ~ 32.22%
B 168 of 571 ~ 29.42%

%38.35
%32.22
%29.42

CMYK color model

#DBB8A8 color CMYK value is (0,16,23,14).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 23.29%
  • key color value is 14.12%
CMYK:
(0,16,23,14)
C0M16Y23K14 
(0%,16%,23%,14%)
(0.00/0.16/0.23/0.14)	

CMYK percentages

%0
%15.98
%23.29
%14.12

Codes

Color #DBB8A8 in popluar color models

DBB8A8
RGB219184168
HSL19°41.46%75.88%
HSB/HSV19°23.29%85.88%
CMYK0.00%15.98%23.29%
14.12%

Color #DBB8A8 in popluar number systems.

HEXDBB8A8
Decimal219184168
Binary110110111011100010101000
Octal333270250

Shades and tints

Shades of #DBB8A8

#DBB8A8
(219,184,168)
#C8A899
(200,168,153)
#B5988A
(181,152,138)
#A2887B
(162,136,123)
#8F786C
(143,120,108)
#7C685D
(124,104,93)
#69584E
(105,88,78)
#56483F
(86,72,63)
#433830
(67,56,48)
#302821
(48,40,33)
#1D1812
(29,24,18)
#000000
(0,0,0)

Tints of #DBB8A8

#DBB8A8
(219,184,168)
#DEBEAF
(222,190,175)
#E1C4B6
(225,196,182)
#E4CABD
(228,202,189)
#E7D0C4
(231,208,196)
#EAD6CB
(234,214,203)
#EDDCD2
(237,220,210)
#F0E2D9
(240,226,217)
#F3E8E0
(243,232,224)
#F6EEE7
(246,238,231)
#F9F4EE
(249,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB8A8 color. Also use rgb(219,184,168) instead hex code.

Text Font Color

.myTextColor { color: #DBB8A8; }

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

This text font color is #DBB8A8.


Background Color

.myBgColor { background-color: #DBB8A8; }

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

This div background color is #DBB8A8.


Border color

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

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

This div border color is #DBB8A8.


Opacity

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

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

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

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

This text has shadow with #DBB8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB8A8 on black background.


Color preview on white background

This text has color #DBB8A8 on white background.



Black color preview on #DBB8A8 background

This text has black color on #DBB8A8 background.


White color preview on #DBB8A8 background

This text has white color on #DBB8A8 background.