COLOR #DAB1B1

HEX: #DAB1B1
RGB: (218,177,177)

Color info

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

RGB color model

#DAB1B1 color RGB value is (218,177,177).

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

RGB channels and saturation

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

218
177
177

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

Portions of RGB colors in percentages

R + G + B =
218 + 177 + 177 = 572 (100%)
R 218 of 572 ~ 38.11%
G 177 of 572 ~ 30.94%
B 177 of 572 ~ 30.94%

%38.11
%30.94
%30.94

CMYK color model

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

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

Codes

Color #DAB1B1 in popluar color models

DAB1B1
RGB218177177
HSL35.65%77.45%
HSB/HSV18.81%85.49%
CMYK0.00%18.81%18.81%
14.51%

Color #DAB1B1 in popluar number systems.

HEXDAB1B1
Decimal218177177
Binary110110101011000110110001
Octal332261261

Shades and tints

Shades of #DAB1B1

#DAB1B1
(218,177,177)
#C7A1A1
(199,161,161)
#B49191
(180,145,145)
#A18181
(161,129,129)
#8E7171
(142,113,113)
#7B6161
(123,97,97)
#685151
(104,81,81)
#554141
(85,65,65)
#423131
(66,49,49)
#2F2121
(47,33,33)
#1C1111
(28,17,17)
#000000
(0,0,0)

Tints of #DAB1B1

#DAB1B1
(218,177,177)
#DDB8B8
(221,184,184)
#E0BFBF
(224,191,191)
#E3C6C6
(227,198,198)
#E6CDCD
(230,205,205)
#E9D4D4
(233,212,212)
#ECDBDB
(236,219,219)
#EFE2E2
(239,226,226)
#F2E9E9
(242,233,233)
#F5F0F0
(245,240,240)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB1B1; }

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

This text font color is #DAB1B1.


Background Color

.myBgColor { background-color: #DAB1B1; }

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

This div background color is #DAB1B1.


Border color

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

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

This div border color is #DAB1B1.


Opacity

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

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

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

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

This text has shadow with #DAB1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB1B1 on black background.


Color preview on white background

This text has color #DAB1B1 on white background.



Black color preview on #DAB1B1 background

This text has black color on #DAB1B1 background.


White color preview on #DAB1B1 background

This text has white color on #DAB1B1 background.