COLOR #DAB7B0

HEX: #DAB7B0
RGB: (218,183,176)

Color info

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

RGB color model

#DAB7B0 color RGB value is (218,183,176).

  • red value is 218;
  • green value is 183;
  • blue value is 176.
RGB:
(218,183,176)
(85%,72%,69%)

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 176 of 255 = 69%

218
183
176

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

Portions of RGB colors in percentages

R + G + B =
218 + 183 + 176 = 577 (100%)
R 218 of 577 ~ 37.78%
G 183 of 577 ~ 31.72%
B 176 of 577 ~ 30.5%

%37.78
%31.72
%30.5

CMYK color model

#DAB7B0 color CMYK value is (0,16,19,15).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 19.27%
  • key color value is 14.51%
CMYK:
(0,16,19,15)
C0M16Y19K15 
(0%,16%,19%,15%)
(0.00/0.16/0.19/0.15)	

CMYK percentages

%0
%16.06
%19.27
%14.51

Codes

Color #DAB7B0 in popluar color models

DAB7B0
RGB218183176
HSL10°36.21%77.25%
HSB/HSV10°19.27%85.49%
CMYK0.00%16.06%19.27%
14.51%

Color #DAB7B0 in popluar number systems.

HEXDAB7B0
Decimal218183176
Binary110110101011011110110000
Octal332267260

Shades and tints

Shades of #DAB7B0

#DAB7B0
(218,183,176)
#C7A7A0
(199,167,160)
#B49790
(180,151,144)
#A18780
(161,135,128)
#8E7770
(142,119,112)
#7B6760
(123,103,96)
#685750
(104,87,80)
#554740
(85,71,64)
#423730
(66,55,48)
#2F2720
(47,39,32)
#1C1710
(28,23,16)
#000000
(0,0,0)

Tints of #DAB7B0

#DAB7B0
(218,183,176)
#DDBDB7
(221,189,183)
#E0C3BE
(224,195,190)
#E3C9C5
(227,201,197)
#E6CFCC
(230,207,204)
#E9D5D3
(233,213,211)
#ECDBDA
(236,219,218)
#EFE1E1
(239,225,225)
#F2E7E8
(242,231,232)
#F5EDEF
(245,237,239)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB7B0 color. Also use rgb(218,183,176) instead hex code.

Text Font Color

.myTextColor { color: #DAB7B0; }

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

This text font color is #DAB7B0.


Background Color

.myBgColor { background-color: #DAB7B0; }

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

This div background color is #DAB7B0.


Border color

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

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

This div border color is #DAB7B0.


Opacity

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

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

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

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

This text has shadow with #DAB7B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB7B0 on black background.


Color preview on white background

This text has color #DAB7B0 on white background.



Black color preview on #DAB7B0 background

This text has black color on #DAB7B0 background.


White color preview on #DAB7B0 background

This text has white color on #DAB7B0 background.