COLOR #DAB8BB

HEX: #DAB8BB RGB: (218,184,187)

Color info

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

RGB color model

#DAB8BB color RGB value is (218,184,187).

RGB: (218,184,187) (85%, 72%, 73%)

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 187 of 255 = 73%

218
184
187

R + G + B ~ 77%. #DAB8BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 184 + 187 = 589 (100%)
R 218 of 589 ~ 37.01%
G 184 of 589 ~ 31.24%
B 187 of 589 ~ 31.75'%

%37.01
%31.24
%31.75

CMYK color model

#DAB8BB color CMYK value is (0,16,14,15).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 14.22%
  • key color value is 14.51%

CMYK: (0,16,14,15)
C0M16Y14K15 (0%, 16%, 14%, 15%)
(0.00 / 0.16 / 0.14 / 0.15)

CMYK percentages

%0
%15.6
%14.22
%14.51

Codes

Color #DAB8BB in popluar color models

DA B8 BB
RGB 218 184 187
HSL 355° 31.48% 78.82%
HSB/HSV 355° 15.60% 85.49%
CMYK 0.00% 15.60% 14.22%
14.51%

Color #DAB8BB in popluar number systems.

HEX DA B8 BB
Decimal 218 184 187
Binary 11011010 10111000 10111011
Octal 332 270 273

Shades and tints

Shades of #DAB8BB

#DAB8BB
(218,184,187)
#C7A8AA
(199,168,170)
#B49899
(180,152,153)
#A18888
(161,136,136)
#8E7877
(142,120,119)
#7B6866
(123,104,102)
#685855
(104,88,85)
#554844
(85,72,68)
#423833
(66,56,51)
#2F2822
(47,40,34)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #DAB8BB

#DAB8BB
(218,184,187)
#DDBEC1
(221,190,193)
#E0C4C7
(224,196,199)
#E3CACD
(227,202,205)
#E6D0D3
(230,208,211)
#E9D6D9
(233,214,217)
#ECDCDF
(236,220,223)
#EFE2E5
(239,226,229)
#F2E8EB
(242,232,235)
#F5EEF1
(245,238,241)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB8BB color. Also use rgb(218,184,187) instead hex code.

Text Font Color

.myTextColor { color: #DAB8BB; }

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

This text font color is #DAB8BB.

Background Color

.myBgColor { background-color: #DAB8BB; }

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

This div background color is #DAB8BB.

Border color

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

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

This div border color is #DAB8BB.

Opacity

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

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

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

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

This text has shadow with #DAB8BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB8BB.

Preview

Color preview on black background

This text has color #DAB8BB on black background.


Color preview on white background

This text has color #DAB8BB on white background.


Black color preview on #DAB8BB background

This text has black color on #DAB8BB background.


White color preview on #DAB8BB background

This text has white color on #DAB8BB background.


Related colors

Complementary color

Complementary color for #hex is #254744.


I love getcolorcode.com

Triadic colors

1 #BBDAB8 and #B8BBDA with #DAB8BB are triadic colors.

2 #BBB8DA and #B8DABB with #DAB8BB are triadic colors.