COLOR #DAB9BF

HEX: #DAB9BF RGB: (218,185,191)

Color info

#DAB9BF contains red, green and blue colors in about the same proportion. Web safe color of #DAB9BF is #CCCCCC (or #CCC).

RGB color model

#DAB9BF color RGB value is (218,185,191).

RGB: (218,185,191) (85%, 73%, 75%)

RGB channels and saturation

R 218 of 255 = 85%
G 185 of 255 = 73%
B 191 of 255 = 75%

218
185
191

R + G + B ~ 78%. #DAB9BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 185 + 191 = 594 (100%)
R 218 of 594 ~ 36.7%
G 185 of 594 ~ 31.14%
B 191 of 594 ~ 32.15'%

%36.7
%31.14
%32.15

CMYK color model

#DAB9BF color CMYK value is (0,15,12,15).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 12.39%
  • key color value is 14.51%

CMYK: (0,15,12,15)
C0M15Y12K15 (0%, 15%, 12%, 15%)
(0.00 / 0.15 / 0.12 / 0.15)

CMYK percentages

%0
%15.14
%12.39
%14.51

Codes

Color #DAB9BF in popluar color models

DA B9 BF
RGB 218 185 191
HSL 349° 30.84% 79.02%
HSB/HSV 349° 15.14% 85.49%
CMYK 0.00% 15.14% 12.39%
14.51%

Color #DAB9BF in popluar number systems.

HEX DA B9 BF
Decimal 218 185 191
Binary 11011010 10111001 10111111
Octal 332 271 277

Shades and tints

Shades of #DAB9BF

#DAB9BF
(218,185,191)
#C7A9AE
(199,169,174)
#B4999D
(180,153,157)
#A1898C
(161,137,140)
#8E797B
(142,121,123)
#7B696A
(123,105,106)
#685959
(104,89,89)
#554948
(85,73,72)
#423937
(66,57,55)
#2F2926
(47,41,38)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #DAB9BF

#DAB9BF
(218,185,191)
#DDBFC4
(221,191,196)
#E0C5C9
(224,197,201)
#E3CBCE
(227,203,206)
#E6D1D3
(230,209,211)
#E9D7D8
(233,215,216)
#ECDDDD
(236,221,221)
#EFE3E2
(239,227,226)
#F2E9E7
(242,233,231)
#F5EFEC
(245,239,236)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB9BF color. Also use rgb(218,185,191) instead hex code.

Text Font Color

.myTextColor { color: #DAB9BF; }

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

This text font color is #DAB9BF.

Background Color

.myBgColor { background-color: #DAB9BF; }

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

This div background color is #DAB9BF.

Border color

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

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

This div border color is #DAB9BF.

Opacity

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

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

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

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

This text has shadow with #DAB9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB9BF.

Preview

Color preview on black background

This text has color #DAB9BF on black background.


Color preview on white background

This text has color #DAB9BF on white background.


Black color preview on #DAB9BF background

This text has black color on #DAB9BF background.


White color preview on #DAB9BF background

This text has white color on #DAB9BF background.


Related colors

Complementary color

Complementary color for #hex is #254640.


I love getcolorcode.com

Triadic colors

1 #BFDAB9 and #B9BFDA with #DAB9BF are triadic colors.

2 #BFB9DA and #B9DABF with #DAB9BF are triadic colors.