COLOR #DAB8B4

HEX: #DAB8B4
RGB: (218,184,180)

Color info

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

RGB color model

#DAB8B4 color RGB value is (218,184,180).

  • red value is 218;
  • green value is 184;
  • blue value is 180.
RGB:
(218,184,180)
(85%,72%,71%)

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 180 of 255 = 71%

218
184
180

R + G + B ~ 76%. #DAB8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 180 = 582 (100%)
R 218 of 582 ~ 37.46%
G 184 of 582 ~ 31.62%
B 180 of 582 ~ 30.93%

%37.46
%31.62
%30.93

CMYK color model

#DAB8B4 color CMYK value is (0,16,17,15).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 17.43%
  • key color value is 14.51%
CMYK:
(0,16,17,15)
C0M16Y17K15 
(0%,16%,17%,15%)
(0.00/0.16/0.17/0.15)	

CMYK percentages

%0
%15.6
%17.43
%14.51

Codes

Color #DAB8B4 in popluar color models

DAB8B4
RGB218184180
HSL33.93%78.04%
HSB/HSV17.43%85.49%
CMYK0.00%15.60%17.43%
14.51%

Color #DAB8B4 in popluar number systems.

HEXDAB8B4
Decimal218184180
Binary110110101011100010110100
Octal332270264

Shades and tints

Shades of #DAB8B4

#DAB8B4
(218,184,180)
#C7A8A4
(199,168,164)
#B49894
(180,152,148)
#A18884
(161,136,132)
#8E7874
(142,120,116)
#7B6864
(123,104,100)
#685854
(104,88,84)
#554844
(85,72,68)
#423834
(66,56,52)
#2F2824
(47,40,36)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #DAB8B4

#DAB8B4
(218,184,180)
#DDBEBA
(221,190,186)
#E0C4C0
(224,196,192)
#E3CAC6
(227,202,198)
#E6D0CC
(230,208,204)
#E9D6D2
(233,214,210)
#ECDCD8
(236,220,216)
#EFE2DE
(239,226,222)
#F2E8E4
(242,232,228)
#F5EEEA
(245,238,234)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8B4; }

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

This text font color is #DAB8B4.


Background Color

.myBgColor { background-color: #DAB8B4; }

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

This div background color is #DAB8B4.


Border color

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

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

This div border color is #DAB8B4.


Opacity

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

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

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

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

This text has shadow with #DAB8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB8B4 on black background.


Color preview on white background

This text has color #DAB8B4 on white background.



Black color preview on #DAB8B4 background

This text has black color on #DAB8B4 background.


White color preview on #DAB8B4 background

This text has white color on #DAB8B4 background.