COLOR #DBB7B4

HEX: #DBB7B4
RGB: (219,183,180)

Color info

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

RGB color model

#DBB7B4 color RGB value is (219,183,180).

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

RGB channels and saturation

R 219 of 255 = 86%
G 183 of 255 = 72%
B 180 of 255 = 71%

219
183
180

R + G + B ~ 76%. #DBB7B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 183 + 180 = 582 (100%)
R 219 of 582 ~ 37.63%
G 183 of 582 ~ 31.44%
B 180 of 582 ~ 30.93%

%37.63
%31.44
%30.93

CMYK color model

#DBB7B4 color CMYK value is (0,16,18,14).

  • cyan value is 0.00%
  • magenta value is 16.44%
  • yellow value is 17.81%
  • key color value is 14.12%
CMYK:
(0,16,18,14)
C0M16Y18K14 
(0%,16%,18%,14%)
(0.00/0.16/0.18/0.14)	

CMYK percentages

%0
%16.44
%17.81
%14.12

Codes

Color #DBB7B4 in popluar color models

DBB7B4
RGB219183180
HSL35.14%78.24%
HSB/HSV17.81%85.88%
CMYK0.00%16.44%17.81%
14.12%

Color #DBB7B4 in popluar number systems.

HEXDBB7B4
Decimal219183180
Binary110110111011011110110100
Octal333267264

Shades and tints

Shades of #DBB7B4

#DBB7B4
(219,183,180)
#C8A7A4
(200,167,164)
#B59794
(181,151,148)
#A28784
(162,135,132)
#8F7774
(143,119,116)
#7C6764
(124,103,100)
#695754
(105,87,84)
#564744
(86,71,68)
#433734
(67,55,52)
#302724
(48,39,36)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #DBB7B4

#DBB7B4
(219,183,180)
#DEBDBA
(222,189,186)
#E1C3C0
(225,195,192)
#E4C9C6
(228,201,198)
#E7CFCC
(231,207,204)
#EAD5D2
(234,213,210)
#EDDBD8
(237,219,216)
#F0E1DE
(240,225,222)
#F3E7E4
(243,231,228)
#F6EDEA
(246,237,234)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB7B4; }

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

This text font color is #DBB7B4.


Background Color

.myBgColor { background-color: #DBB7B4; }

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

This div background color is #DBB7B4.


Border color

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

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

This div border color is #DBB7B4.


Opacity

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

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

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

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

This text has shadow with #DBB7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB7B4 on black background.


Color preview on white background

This text has color #DBB7B4 on white background.



Black color preview on #DBB7B4 background

This text has black color on #DBB7B4 background.


White color preview on #DBB7B4 background

This text has white color on #DBB7B4 background.