COLOR #DAB1A9

HEX: #DAB1A9
RGB: (218,177,169)

Color info

#DAB1A9 contains red, green and blue colors in about the same proportion. Web safe color of #DAB1A9 is #CC9999 (or #C99).

RGB color model

#DAB1A9 color RGB value is (218,177,169).

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

RGB channels and saturation

R 218 of 255 = 85%
G 177 of 255 = 69%
B 169 of 255 = 66%

218
177
169

R + G + B ~ 73%. #DAB1A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 177 + 169 = 564 (100%)
R 218 of 564 ~ 38.65%
G 177 of 564 ~ 31.38%
B 169 of 564 ~ 29.96%

%38.65
%31.38
%29.96

CMYK color model

#DAB1A9 color CMYK value is (0,19,22,15).

  • cyan value is 0.00%
  • magenta value is 18.81%
  • yellow value is 22.48%
  • key color value is 14.51%
CMYK:
(0,19,22,15)
C0M19Y22K15 
(0%,19%,22%,15%)
(0.00/0.19/0.22/0.15)	

CMYK percentages

%0
%18.81
%22.48
%14.51

Codes

Color #DAB1A9 in popluar color models

DAB1A9
RGB218177169
HSL10°39.84%75.88%
HSB/HSV10°22.48%85.49%
CMYK0.00%18.81%22.48%
14.51%

Color #DAB1A9 in popluar number systems.

HEXDAB1A9
Decimal218177169
Binary110110101011000110101001
Octal332261251

Shades and tints

Shades of #DAB1A9

#DAB1A9
(218,177,169)
#C7A19A
(199,161,154)
#B4918B
(180,145,139)
#A1817C
(161,129,124)
#8E716D
(142,113,109)
#7B615E
(123,97,94)
#68514F
(104,81,79)
#554140
(85,65,64)
#423131
(66,49,49)
#2F2122
(47,33,34)
#1C1113
(28,17,19)
#000000
(0,0,0)

Tints of #DAB1A9

#DAB1A9
(218,177,169)
#DDB8B0
(221,184,176)
#E0BFB7
(224,191,183)
#E3C6BE
(227,198,190)
#E6CDC5
(230,205,197)
#E9D4CC
(233,212,204)
#ECDBD3
(236,219,211)
#EFE2DA
(239,226,218)
#F2E9E1
(242,233,225)
#F5F0E8
(245,240,232)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB1A9; }

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

This text font color is #DAB1A9.


Background Color

.myBgColor { background-color: #DAB1A9; }

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

This div background color is #DAB1A9.


Border color

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

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

This div border color is #DAB1A9.


Opacity

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

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

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

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

This text has shadow with #DAB1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB1A9 on black background.


Color preview on white background

This text has color #DAB1A9 on white background.



Black color preview on #DAB1A9 background

This text has black color on #DAB1A9 background.


White color preview on #DAB1A9 background

This text has white color on #DAB1A9 background.