COLOR #DAB7B1

HEX: #DAB7B1
RGB: (218,183,177)

Color info

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

RGB color model

#DAB7B1 color RGB value is (218,183,177).

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

RGB channels and saturation

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

218
183
177

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

Portions of RGB colors in percentages

R + G + B =
218 + 183 + 177 = 578 (100%)
R 218 of 578 ~ 37.72%
G 183 of 578 ~ 31.66%
B 177 of 578 ~ 30.62%

%37.72
%31.66
%30.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 18.81%
  • 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
%18.81
%14.51

Codes

Color #DAB7B1 in popluar color models

DAB7B1
RGB218183177
HSL35.65%77.45%
HSB/HSV18.81%85.49%
CMYK0.00%16.06%18.81%
14.51%

Color #DAB7B1 in popluar number systems.

HEXDAB7B1
Decimal218183177
Binary110110101011011110110001
Octal332267261

Shades and tints

Shades of #DAB7B1

#DAB7B1
(218,183,177)
#C7A7A1
(199,167,161)
#B49791
(180,151,145)
#A18781
(161,135,129)
#8E7771
(142,119,113)
#7B6761
(123,103,97)
#685751
(104,87,81)
#554741
(85,71,65)
#423731
(66,55,49)
#2F2721
(47,39,33)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #DAB7B1

#DAB7B1
(218,183,177)
#DDBDB8
(221,189,184)
#E0C3BF
(224,195,191)
#E3C9C6
(227,201,198)
#E6CFCD
(230,207,205)
#E9D5D4
(233,213,212)
#ECDBDB
(236,219,219)
#EFE1E2
(239,225,226)
#F2E7E9
(242,231,233)
#F5EDF0
(245,237,240)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB7B1; }

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

This text font color is #DAB7B1.


Background Color

.myBgColor { background-color: #DAB7B1; }

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

This div background color is #DAB7B1.


Border color

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

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

This div border color is #DAB7B1.


Opacity

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

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

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

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

This text has shadow with #DAB7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB7B1 on black background.


Color preview on white background

This text has color #DAB7B1 on white background.



Black color preview on #DAB7B1 background

This text has black color on #DAB7B1 background.


White color preview on #DAB7B1 background

This text has white color on #DAB7B1 background.