COLOR #DBB5AF

HEX: #DBB5AF
RGB: (219,181,175)

Color info

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

RGB color model

#DBB5AF color RGB value is (219,181,175).

  • red value is 219;
  • green value is 181;
  • blue value is 175.
RGB:
(219,181,175)
(86%,71%,69%)

RGB channels and saturation

R 219 of 255 = 86%
G 181 of 255 = 71%
B 175 of 255 = 69%

219
181
175

R + G + B ~ 75%. #DBB5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 181 + 175 = 575 (100%)
R 219 of 575 ~ 38.09%
G 181 of 575 ~ 31.48%
B 175 of 575 ~ 30.43%

%38.09
%31.48
%30.43

CMYK color model

#DBB5AF color CMYK value is (0,17,20,14).

  • cyan value is 0.00%
  • magenta value is 17.35%
  • yellow value is 20.09%
  • key color value is 14.12%
CMYK:
(0,17,20,14)
C0M17Y20K14 
(0%,17%,20%,14%)
(0.00/0.17/0.20/0.14)	

CMYK percentages

%0
%17.35
%20.09
%14.12

Codes

Color #DBB5AF in popluar color models

DBB5AF
RGB219181175
HSL37.93%77.25%
HSB/HSV20.09%85.88%
CMYK0.00%17.35%20.09%
14.12%

Color #DBB5AF in popluar number systems.

HEXDBB5AF
Decimal219181175
Binary110110111011010110101111
Octal333265257

Shades and tints

Shades of #DBB5AF

#DBB5AF
(219,181,175)
#C8A5A0
(200,165,160)
#B59591
(181,149,145)
#A28582
(162,133,130)
#8F7573
(143,117,115)
#7C6564
(124,101,100)
#695555
(105,85,85)
#564546
(86,69,70)
#433537
(67,53,55)
#302528
(48,37,40)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #DBB5AF

#DBB5AF
(219,181,175)
#DEBBB6
(222,187,182)
#E1C1BD
(225,193,189)
#E4C7C4
(228,199,196)
#E7CDCB
(231,205,203)
#EAD3D2
(234,211,210)
#EDD9D9
(237,217,217)
#F0DFE0
(240,223,224)
#F3E5E7
(243,229,231)
#F6EBEE
(246,235,238)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB5AF color. Also use rgb(219,181,175) instead hex code.

Text Font Color

.myTextColor { color: #DBB5AF; }

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

This text font color is #DBB5AF.


Background Color

.myBgColor { background-color: #DBB5AF; }

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

This div background color is #DBB5AF.


Border color

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

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

This div border color is #DBB5AF.


Opacity

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

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

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

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

This text has shadow with #DBB5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB5AF on black background.


Color preview on white background

This text has color #DBB5AF on white background.



Black color preview on #DBB5AF background

This text has black color on #DBB5AF background.


White color preview on #DBB5AF background

This text has white color on #DBB5AF background.