COLOR #DAB8B5

HEX: #DAB8B5 RGB: (218,184,181)

Color info

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

RGB color model

#DAB8B5 color RGB value is (218,184,181).

RGB: (218,184,181) (85%, 72%, 71%)

RGB channels and saturation

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

218
184
181

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

Portions of RGB colors in percentages

R + G + B = 218 + 184 + 181 = 583 (100%)
R 218 of 583 ~ 37.39%
G 184 of 583 ~ 31.56%
B 181 of 583 ~ 31.05'%

%37.39
%31.56
%31.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 16.97%
  • 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
%16.97
%14.51

Codes

Color #DAB8B5 in popluar color models

DA B8 B5
RGB 218 184 181
HSL 33.33% 78.24%
HSB/HSV 16.97% 85.49%
CMYK 0.00% 15.60% 16.97%
14.51%

Color #DAB8B5 in popluar number systems.

HEX DA B8 B5
Decimal 218 184 181
Binary 11011010 10111000 10110101
Octal 332 270 265

Shades and tints

Shades of #DAB8B5

#DAB8B5
(218,184,181)
#C7A8A5
(199,168,165)
#B49895
(180,152,149)
#A18885
(161,136,133)
#8E7875
(142,120,117)
#7B6865
(123,104,101)
#685855
(104,88,85)
#554845
(85,72,69)
#423835
(66,56,53)
#2F2825
(47,40,37)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #DAB8B5

#DAB8B5
(218,184,181)
#DDBEBB
(221,190,187)
#E0C4C1
(224,196,193)
#E3CAC7
(227,202,199)
#E6D0CD
(230,208,205)
#E9D6D3
(233,214,211)
#ECDCD9
(236,220,217)
#EFE2DF
(239,226,223)
#F2E8E5
(242,232,229)
#F5EEEB
(245,238,235)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8B5; }

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

This text font color is #DAB8B5.

Background Color

.myBgColor { background-color: #DAB8B5; }

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

This div background color is #DAB8B5.

Border color

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

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

This div border color is #DAB8B5.

Opacity

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

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

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

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

This text has shadow with #DAB8B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB8B5.

Preview

Color preview on black background

This text has color #DAB8B5 on black background.


Color preview on white background

This text has color #DAB8B5 on white background.


Black color preview on #DAB8B5 background

This text has black color on #DAB8B5 background.


White color preview on #DAB8B5 background

This text has white color on #DAB8B5 background.


Related colors

Complementary color

Complementary color for #hex is #25474A.


I love getcolorcode.com

Triadic colors

1 #B5DAB8 and #B8B5DA with #DAB8B5 are triadic colors.

2 #B5B8DA and #B8DAB5 with #DAB8B5 are triadic colors.