COLOR #DAB8B9

HEX: #DAB8B9
RGB: (218,184,185)

Color info

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

RGB color model

#DAB8B9 color RGB value is (218,184,185).

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

RGB channels and saturation

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

218
184
185

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

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 185 = 587 (100%)
R 218 of 587 ~ 37.14%
G 184 of 587 ~ 31.35%
B 185 of 587 ~ 31.52%

%37.14
%31.35
%31.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 15.14%
  • key color value is 14.51%
CMYK:
(0,16,15,15)
C0M16Y15K15 
(0%,16%,15%,15%)
(0.00/0.16/0.15/0.15)	

CMYK percentages

%0
%15.6
%15.14
%14.51

Codes

Color #DAB8B9 in popluar color models

DAB8B9
RGB218184185
HSL358°31.48%78.82%
HSB/HSV358°15.60%85.49%
CMYK0.00%15.60%15.14%
14.51%

Color #DAB8B9 in popluar number systems.

HEXDAB8B9
Decimal218184185
Binary110110101011100010111001
Octal332270271

Shades and tints

Shades of #DAB8B9

#DAB8B9
(218,184,185)
#C7A8A9
(199,168,169)
#B49899
(180,152,153)
#A18889
(161,136,137)
#8E7879
(142,120,121)
#7B6869
(123,104,105)
#685859
(104,88,89)
#554849
(85,72,73)
#423839
(66,56,57)
#2F2829
(47,40,41)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DAB8B9

#DAB8B9
(218,184,185)
#DDBEBF
(221,190,191)
#E0C4C5
(224,196,197)
#E3CACB
(227,202,203)
#E6D0D1
(230,208,209)
#E9D6D7
(233,214,215)
#ECDCDD
(236,220,221)
#EFE2E3
(239,226,227)
#F2E8E9
(242,232,233)
#F5EEEF
(245,238,239)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8B9; }

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

This text font color is #DAB8B9.


Background Color

.myBgColor { background-color: #DAB8B9; }

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

This div background color is #DAB8B9.


Border color

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

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

This div border color is #DAB8B9.


Opacity

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

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

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

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

This text has shadow with #DAB8B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB8B9 on black background.


Color preview on white background

This text has color #DAB8B9 on white background.



Black color preview on #DAB8B9 background

This text has black color on #DAB8B9 background.


White color preview on #DAB8B9 background

This text has white color on #DAB8B9 background.