COLOR #DBA7A8

HEX: #DBA7A8
RGB: (219,167,168)

Color info

#DBA7A8 contains red, green and blue colors in about the same proportion. Web safe color of #DBA7A8 is #CC9999 (or #C99).

RGB color model

#DBA7A8 color RGB value is (219,167,168).

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

RGB channels and saturation

R 219 of 255 = 86%
G 167 of 255 = 65%
B 168 of 255 = 66%

219
167
168

R + G + B ~ 72%. #DBA7A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 167 + 168 = 554 (100%)
R 219 of 554 ~ 39.53%
G 167 of 554 ~ 30.14%
B 168 of 554 ~ 30.32%

%39.53
%30.14
%30.32

CMYK color model

#DBA7A8 color CMYK value is (0,24,23,14).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 23.29%
  • key color value is 14.12%
CMYK:
(0,24,23,14)
C0M24Y23K14 
(0%,24%,23%,14%)
(0.00/0.24/0.23/0.14)	

CMYK percentages

%0
%23.74
%23.29
%14.12

Codes

Color #DBA7A8 in popluar color models

DBA7A8
RGB219167168
HSL359°41.94%75.69%
HSB/HSV359°23.74%85.88%
CMYK0.00%23.74%23.29%
14.12%

Color #DBA7A8 in popluar number systems.

HEXDBA7A8
Decimal219167168
Binary110110111010011110101000
Octal333247250

Shades and tints

Shades of #DBA7A8

#DBA7A8
(219,167,168)
#C89899
(200,152,153)
#B5898A
(181,137,138)
#A27A7B
(162,122,123)
#8F6B6C
(143,107,108)
#7C5C5D
(124,92,93)
#694D4E
(105,77,78)
#563E3F
(86,62,63)
#432F30
(67,47,48)
#302021
(48,32,33)
#1D1112
(29,17,18)
#000000
(0,0,0)

Tints of #DBA7A8

#DBA7A8
(219,167,168)
#DEAFAF
(222,175,175)
#E1B7B6
(225,183,182)
#E4BFBD
(228,191,189)
#E7C7C4
(231,199,196)
#EACFCB
(234,207,203)
#EDD7D2
(237,215,210)
#F0DFD9
(240,223,217)
#F3E7E0
(243,231,224)
#F6EFE7
(246,239,231)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA7A8; }

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

This text font color is #DBA7A8.


Background Color

.myBgColor { background-color: #DBA7A8; }

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

This div background color is #DBA7A8.


Border color

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

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

This div border color is #DBA7A8.


Opacity

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

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

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

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

This text has shadow with #DBA7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA7A8 on black background.


Color preview on white background

This text has color #DBA7A8 on white background.



Black color preview on #DBA7A8 background

This text has black color on #DBA7A8 background.


White color preview on #DBA7A8 background

This text has white color on #DBA7A8 background.