COLOR #DBB4B3

HEX: #DBB4B3
RGB: (219,180,179)

Color info

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

RGB color model

#DBB4B3 color RGB value is (219,180,179).

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

RGB channels and saturation

R 219 of 255 = 86%
G 180 of 255 = 71%
B 179 of 255 = 70%

219
180
179

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

Portions of RGB colors in percentages

R + G + B =
219 + 180 + 179 = 578 (100%)
R 219 of 578 ~ 37.89%
G 180 of 578 ~ 31.14%
B 179 of 578 ~ 30.97%

%37.89
%31.14
%30.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 18.26%
  • key color value is 14.12%
CMYK:
(0,18,18,14)
C0M18Y18K14 
(0%,18%,18%,14%)
(0.00/0.18/0.18/0.14)	

CMYK percentages

%0
%17.81
%18.26
%14.12

Codes

Color #DBB4B3 in popluar color models

DBB4B3
RGB219180179
HSL35.71%78.04%
HSB/HSV18.26%85.88%
CMYK0.00%17.81%18.26%
14.12%

Color #DBB4B3 in popluar number systems.

HEXDBB4B3
Decimal219180179
Binary110110111011010010110011
Octal333264263

Shades and tints

Shades of #DBB4B3

#DBB4B3
(219,180,179)
#C8A4A3
(200,164,163)
#B59493
(181,148,147)
#A28483
(162,132,131)
#8F7473
(143,116,115)
#7C6463
(124,100,99)
#695453
(105,84,83)
#564443
(86,68,67)
#433433
(67,52,51)
#302423
(48,36,35)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #DBB4B3

#DBB4B3
(219,180,179)
#DEBAB9
(222,186,185)
#E1C0BF
(225,192,191)
#E4C6C5
(228,198,197)
#E7CCCB
(231,204,203)
#EAD2D1
(234,210,209)
#EDD8D7
(237,216,215)
#F0DEDD
(240,222,221)
#F3E4E3
(243,228,227)
#F6EAE9
(246,234,233)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB4B3; }

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

This text font color is #DBB4B3.


Background Color

.myBgColor { background-color: #DBB4B3; }

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

This div background color is #DBB4B3.


Border color

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

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

This div border color is #DBB4B3.


Opacity

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

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

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

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

This text has shadow with #DBB4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB4B3 on black background.


Color preview on white background

This text has color #DBB4B3 on white background.



Black color preview on #DBB4B3 background

This text has black color on #DBB4B3 background.


White color preview on #DBB4B3 background

This text has white color on #DBB4B3 background.