COLOR #DAB3AF

HEX: #DAB3AF RGB: (218,179,175)

Color info

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

RGB color model

#DAB3AF color RGB value is (218,179,175).

RGB: (218,179,175) (85%, 70%, 69%)

RGB channels and saturation

R 218 of 255 = 85%
G 179 of 255 = 70%
B 175 of 255 = 69%

218
179
175

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

Portions of RGB colors in percentages

R + G + B = 218 + 179 + 175 = 572 (100%)
R 218 of 572 ~ 38.11%
G 179 of 572 ~ 31.29%
B 175 of 572 ~ 30.59'%

%38.11
%31.29
%30.59

CMYK color model

#DAB3AF color CMYK value is (0,18,20,15).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 19.72%
  • key color value is 14.51%

CMYK: (0,18,20,15)
C0M18Y20K15 (0%, 18%, 20%, 15%)
(0.00 / 0.18 / 0.20 / 0.15)

CMYK percentages

%0
%17.89
%19.72
%14.51

Codes

Color #DAB3AF in popluar color models

DA B3 AF
RGB 218 179 175
HSL 36.75% 77.06%
HSB/HSV 19.72% 85.49%
CMYK 0.00% 17.89% 19.72%
14.51%

Color #DAB3AF in popluar number systems.

HEX DA B3 AF
Decimal 218 179 175
Binary 11011010 10110011 10101111
Octal 332 263 257

Shades and tints

Shades of #DAB3AF

#DAB3AF
(218,179,175)
#C7A3A0
(199,163,160)
#B49391
(180,147,145)
#A18382
(161,131,130)
#8E7373
(142,115,115)
#7B6364
(123,99,100)
#685355
(104,83,85)
#554346
(85,67,70)
#423337
(66,51,55)
#2F2328
(47,35,40)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #DAB3AF

#DAB3AF
(218,179,175)
#DDB9B6
(221,185,182)
#E0BFBD
(224,191,189)
#E3C5C4
(227,197,196)
#E6CBCB
(230,203,203)
#E9D1D2
(233,209,210)
#ECD7D9
(236,215,217)
#EFDDE0
(239,221,224)
#F2E3E7
(242,227,231)
#F5E9EE
(245,233,238)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB3AF color. Also use rgb(218,179,175) instead hex code.

Text Font Color

.myTextColor { color: #DAB3AF; }

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

This text font color is #DAB3AF.

Background Color

.myBgColor { background-color: #DAB3AF; }

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

This div background color is #DAB3AF.

Border color

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

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

This div border color is #DAB3AF.

Opacity

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

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

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

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

This text has shadow with #DAB3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB3AF.

Preview

Color preview on black background

This text has color #DAB3AF on black background.


Color preview on white background

This text has color #DAB3AF on white background.


Black color preview on #DAB3AF background

This text has black color on #DAB3AF background.


White color preview on #DAB3AF background

This text has white color on #DAB3AF background.


Related colors

Complementary color

Complementary color for #hex is #254C50.


I love getcolorcode.com

Triadic colors

1 #AFDAB3 and #B3AFDA with #DAB3AF are triadic colors.

2 #AFB3DA and #B3DAAF with #DAB3AF are triadic colors.