COLOR #DBB3A7

HEX: #DBB3A7
RGB: (219,179,167)

Color info

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

RGB color model

#DBB3A7 color RGB value is (219,179,167).

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

RGB channels and saturation

R 219 of 255 = 86%
G 179 of 255 = 70%
B 167 of 255 = 65%

219
179
167

R + G + B ~ 74%. #DBB3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 179 + 167 = 565 (100%)
R 219 of 565 ~ 38.76%
G 179 of 565 ~ 31.68%
B 167 of 565 ~ 29.56%

%38.76
%31.68
%29.56

CMYK color model

#DBB3A7 color CMYK value is (0,18,24,14).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 23.74%
  • key color value is 14.12%
CMYK:
(0,18,24,14)
C0M18Y24K14 
(0%,18%,24%,14%)
(0.00/0.18/0.24/0.14)	

CMYK percentages

%0
%18.26
%23.74
%14.12

Codes

Color #DBB3A7 in popluar color models

DBB3A7
RGB219179167
HSL14°41.94%75.69%
HSB/HSV14°23.74%85.88%
CMYK0.00%18.26%23.74%
14.12%

Color #DBB3A7 in popluar number systems.

HEXDBB3A7
Decimal219179167
Binary110110111011001110100111
Octal333263247

Shades and tints

Shades of #DBB3A7

#DBB3A7
(219,179,167)
#C8A398
(200,163,152)
#B59389
(181,147,137)
#A2837A
(162,131,122)
#8F736B
(143,115,107)
#7C635C
(124,99,92)
#69534D
(105,83,77)
#56433E
(86,67,62)
#43332F
(67,51,47)
#302320
(48,35,32)
#1D1311
(29,19,17)
#000000
(0,0,0)

Tints of #DBB3A7

#DBB3A7
(219,179,167)
#DEB9AF
(222,185,175)
#E1BFB7
(225,191,183)
#E4C5BF
(228,197,191)
#E7CBC7
(231,203,199)
#EAD1CF
(234,209,207)
#EDD7D7
(237,215,215)
#F0DDDF
(240,221,223)
#F3E3E7
(243,227,231)
#F6E9EF
(246,233,239)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB3A7; }

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

This text font color is #DBB3A7.


Background Color

.myBgColor { background-color: #DBB3A7; }

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

This div background color is #DBB3A7.


Border color

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

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

This div border color is #DBB3A7.


Opacity

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

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

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

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

This text has shadow with #DBB3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB3A7 on black background.


Color preview on white background

This text has color #DBB3A7 on white background.



Black color preview on #DBB3A7 background

This text has black color on #DBB3A7 background.


White color preview on #DBB3A7 background

This text has white color on #DBB3A7 background.