COLOR #DAB2AB

HEX: #DAB2AB RGB: (218,178,171)

Color info

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

RGB color model

#DAB2AB color RGB value is (218,178,171).

RGB: (218,178,171) (85%, 70%, 67%)

RGB channels and saturation

R 218 of 255 = 85%
G 178 of 255 = 70%
B 171 of 255 = 67%

218
178
171

R + G + B ~ 74%. #DAB2AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 178 + 171 = 567 (100%)
R 218 of 567 ~ 38.45%
G 178 of 567 ~ 31.39%
B 171 of 567 ~ 30.16'%

%38.45
%31.39
%30.16

CMYK color model

#DAB2AB color CMYK value is (0,18,22,15).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 21.56%
  • key color value is 14.51%

CMYK: (0,18,22,15)
C0M18Y22K15 (0%, 18%, 22%, 15%)
(0.00 / 0.18 / 0.22 / 0.15)

CMYK percentages

%0
%18.35
%21.56
%14.51

Codes

Color #DAB2AB in popluar color models

DA B2 AB
RGB 218 178 171
HSL 38.84% 76.27%
HSB/HSV 21.56% 85.49%
CMYK 0.00% 18.35% 21.56%
14.51%

Color #DAB2AB in popluar number systems.

HEX DA B2 AB
Decimal 218 178 171
Binary 11011010 10110010 10101011
Octal 332 262 253

Shades and tints

Shades of #DAB2AB

#DAB2AB
(218,178,171)
#C7A29C
(199,162,156)
#B4928D
(180,146,141)
#A1827E
(161,130,126)
#8E726F
(142,114,111)
#7B6260
(123,98,96)
#685251
(104,82,81)
#554242
(85,66,66)
#423233
(66,50,51)
#2F2224
(47,34,36)
#1C1215
(28,18,21)
#000000
(0,0,0)

Tints of #DAB2AB

#DAB2AB
(218,178,171)
#DDB9B2
(221,185,178)
#E0C0B9
(224,192,185)
#E3C7C0
(227,199,192)
#E6CEC7
(230,206,199)
#E9D5CE
(233,213,206)
#ECDCD5
(236,220,213)
#EFE3DC
(239,227,220)
#F2EAE3
(242,234,227)
#F5F1EA
(245,241,234)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB2AB color. Also use rgb(218,178,171) instead hex code.

Text Font Color

.myTextColor { color: #DAB2AB; }

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

This text font color is #DAB2AB.

Background Color

.myBgColor { background-color: #DAB2AB; }

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

This div background color is #DAB2AB.

Border color

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

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

This div border color is #DAB2AB.

Opacity

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

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

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

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

This text has shadow with #DAB2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB2AB.

Preview

Color preview on black background

This text has color #DAB2AB on black background.


Color preview on white background

This text has color #DAB2AB on white background.


Black color preview on #DAB2AB background

This text has black color on #DAB2AB background.


White color preview on #DAB2AB background

This text has white color on #DAB2AB background.


Related colors

Complementary color

Complementary color for #hex is #254D54.


I love getcolorcode.com

Triadic colors

1 #ABDAB2 and #B2ABDA with #DAB2AB are triadic colors.

2 #ABB2DA and #B2DAAB with #DAB2AB are triadic colors.