COLOR #DBB4B8

HEX: #DBB4B8
RGB: (219,180,184)

Color info

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

RGB color model

#DBB4B8 color RGB value is (219,180,184).

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

RGB channels and saturation

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

219
180
184

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

Portions of RGB colors in percentages

R + G + B =
219 + 180 + 184 = 583 (100%)
R 219 of 583 ~ 37.56%
G 180 of 583 ~ 30.87%
B 184 of 583 ~ 31.56%

%37.56
%30.87
%31.56

CMYK color model

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

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

CMYK percentages

%0
%17.81
%15.98
%14.12

Codes

Color #DBB4B8 in popluar color models

DBB4B8
RGB219180184
HSL354°35.14%78.24%
HSB/HSV354°17.81%85.88%
CMYK0.00%17.81%15.98%
14.12%

Color #DBB4B8 in popluar number systems.

HEXDBB4B8
Decimal219180184
Binary110110111011010010111000
Octal333264270

Shades and tints

Shades of #DBB4B8

#DBB4B8
(219,180,184)
#C8A4A8
(200,164,168)
#B59498
(181,148,152)
#A28488
(162,132,136)
#8F7478
(143,116,120)
#7C6468
(124,100,104)
#695458
(105,84,88)
#564448
(86,68,72)
#433438
(67,52,56)
#302428
(48,36,40)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #DBB4B8

#DBB4B8
(219,180,184)
#DEBABE
(222,186,190)
#E1C0C4
(225,192,196)
#E4C6CA
(228,198,202)
#E7CCD0
(231,204,208)
#EAD2D6
(234,210,214)
#EDD8DC
(237,216,220)
#F0DEE2
(240,222,226)
#F3E4E8
(243,228,232)
#F6EAEE
(246,234,238)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB4B8; }

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

This text font color is #DBB4B8.


Background Color

.myBgColor { background-color: #DBB4B8; }

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

This div background color is #DBB4B8.


Border color

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

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

This div border color is #DBB4B8.


Opacity

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

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

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

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

This text has shadow with #DBB4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB4B8 on black background.


Color preview on white background

This text has color #DBB4B8 on white background.



Black color preview on #DBB4B8 background

This text has black color on #DBB4B8 background.


White color preview on #DBB4B8 background

This text has white color on #DBB4B8 background.