COLOR #DAB1B0

HEX: #DAB1B0
RGB: (218,177,176)

Color info

#DAB1B0 contains red, green and blue colors in about the same proportion. Web safe color of #DAB1B0 is #CC9999 (or #C99).

RGB color model

#DAB1B0 color RGB value is (218,177,176).

  • red value is 218;
  • green value is 177;
  • blue value is 176.
RGB:
(218,177,176)
(85%,69%,69%)

RGB channels and saturation

R 218 of 255 = 85%
G 177 of 255 = 69%
B 176 of 255 = 69%

218
177
176

R + G + B ~ 74%. #DAB1B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 177 + 176 = 571 (100%)
R 218 of 571 ~ 38.18%
G 177 of 571 ~ 31%
B 176 of 571 ~ 30.82%

%38.18
%31
%30.82

CMYK color model

#DAB1B0 color CMYK value is (0,19,19,15).

  • cyan value is 0.00%
  • magenta value is 18.81%
  • yellow value is 19.27%
  • key color value is 14.51%
CMYK:
(0,19,19,15)
C0M19Y19K15 
(0%,19%,19%,15%)
(0.00/0.19/0.19/0.15)	

CMYK percentages

%0
%18.81
%19.27
%14.51

Codes

Color #DAB1B0 in popluar color models

DAB1B0
RGB218177176
HSL36.21%77.25%
HSB/HSV19.27%85.49%
CMYK0.00%18.81%19.27%
14.51%

Color #DAB1B0 in popluar number systems.

HEXDAB1B0
Decimal218177176
Binary110110101011000110110000
Octal332261260

Shades and tints

Shades of #DAB1B0

#DAB1B0
(218,177,176)
#C7A1A0
(199,161,160)
#B49190
(180,145,144)
#A18180
(161,129,128)
#8E7170
(142,113,112)
#7B6160
(123,97,96)
#685150
(104,81,80)
#554140
(85,65,64)
#423130
(66,49,48)
#2F2120
(47,33,32)
#1C1110
(28,17,16)
#000000
(0,0,0)

Tints of #DAB1B0

#DAB1B0
(218,177,176)
#DDB8B7
(221,184,183)
#E0BFBE
(224,191,190)
#E3C6C5
(227,198,197)
#E6CDCC
(230,205,204)
#E9D4D3
(233,212,211)
#ECDBDA
(236,219,218)
#EFE2E1
(239,226,225)
#F2E9E8
(242,233,232)
#F5F0EF
(245,240,239)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB1B0 color. Also use rgb(218,177,176) instead hex code.

Text Font Color

.myTextColor { color: #DAB1B0; }

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

This text font color is #DAB1B0.


Background Color

.myBgColor { background-color: #DAB1B0; }

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

This div background color is #DAB1B0.


Border color

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

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

This div border color is #DAB1B0.


Opacity

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

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

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

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

This text has shadow with #DAB1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB1B0 on black background.


Color preview on white background

This text has color #DAB1B0 on white background.



Black color preview on #DAB1B0 background

This text has black color on #DAB1B0 background.


White color preview on #DAB1B0 background

This text has white color on #DAB1B0 background.