COLOR #DAB0B0

HEX: #DAB0B0 RGB: (218,176,176)

Color info

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

RGB color model

#DAB0B0 color RGB value is (218,176,176).

RGB: (218,176,176) (85%, 69%, 69%)

RGB channels and saturation

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

218
176
176

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

Portions of RGB colors in percentages

R + G + B = 218 + 176 + 176 = 570 (100%)
R 218 of 570 ~ 38.25%
G 176 of 570 ~ 30.88%
B 176 of 570 ~ 30.88'%

%38.25
%30.88
%30.88

CMYK color model

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

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

Codes

Color #DAB0B0 in popluar color models

DA B0 B0
RGB 218 176 176
HSL 36.21% 77.25%
HSB/HSV 19.27% 85.49%
CMYK 0.00% 19.27% 19.27%
14.51%

Color #DAB0B0 in popluar number systems.

HEX DA B0 B0
Decimal 218 176 176
Binary 11011010 10110000 10110000
Octal 332 260 260

Shades and tints

Shades of #DAB0B0

#DAB0B0
(218,176,176)
#C7A0A0
(199,160,160)
#B49090
(180,144,144)
#A18080
(161,128,128)
#8E7070
(142,112,112)
#7B6060
(123,96,96)
#685050
(104,80,80)
#554040
(85,64,64)
#423030
(66,48,48)
#2F2020
(47,32,32)
#1C1010
(28,16,16)
#000000
(0,0,0)

Tints of #DAB0B0

#DAB0B0
(218,176,176)
#DDB7B7
(221,183,183)
#E0BEBE
(224,190,190)
#E3C5C5
(227,197,197)
#E6CCCC
(230,204,204)
#E9D3D3
(233,211,211)
#ECDADA
(236,218,218)
#EFE1E1
(239,225,225)
#F2E8E8
(242,232,232)
#F5EFEF
(245,239,239)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB0B0; }

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

This text font color is #DAB0B0.

Background Color

.myBgColor { background-color: #DAB0B0; }

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

This div background color is #DAB0B0.

Border color

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

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

This div border color is #DAB0B0.

Opacity

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

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

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

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

This text has shadow with #DAB0B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB0B0.

Preview

Color preview on black background

This text has color #DAB0B0 on black background.


Color preview on white background

This text has color #DAB0B0 on white background.


Black color preview on #DAB0B0 background

This text has black color on #DAB0B0 background.


White color preview on #DAB0B0 background

This text has white color on #DAB0B0 background.


Related colors

Complementary color

Complementary color for #hex is #254F4F.


I love getcolorcode.com