COLOR #DAB4B7

HEX: #DAB4B7 RGB: (218,180,183)

Color info

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

RGB color model

#DAB4B7 color RGB value is (218,180,183).

RGB: (218,180,183) (85%, 71%, 72%)

RGB channels and saturation

R 218 of 255 = 85%
G 180 of 255 = 71%
B 183 of 255 = 72%

218
180
183

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

Portions of RGB colors in percentages

R + G + B = 218 + 180 + 183 = 581 (100%)
R 218 of 581 ~ 37.52%
G 180 of 581 ~ 30.98%
B 183 of 581 ~ 31.5'%

%37.52
%30.98
%31.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 16.06%
  • key color value is 14.51%

CMYK: (0,17,16,15)
C0M17Y16K15 (0%, 17%, 16%, 15%)
(0.00 / 0.17 / 0.16 / 0.15)

CMYK percentages

%0
%17.43
%16.06
%14.51

Codes

Color #DAB4B7 in popluar color models

DA B4 B7
RGB 218 180 183
HSL 355° 33.93% 78.04%
HSB/HSV 355° 17.43% 85.49%
CMYK 0.00% 17.43% 16.06%
14.51%

Color #DAB4B7 in popluar number systems.

HEX DA B4 B7
Decimal 218 180 183
Binary 11011010 10110100 10110111
Octal 332 264 267

Shades and tints

Shades of #DAB4B7

#DAB4B7
(218,180,183)
#C7A4A7
(199,164,167)
#B49497
(180,148,151)
#A18487
(161,132,135)
#8E7477
(142,116,119)
#7B6467
(123,100,103)
#685457
(104,84,87)
#554447
(85,68,71)
#423437
(66,52,55)
#2F2427
(47,36,39)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #DAB4B7

#DAB4B7
(218,180,183)
#DDBABD
(221,186,189)
#E0C0C3
(224,192,195)
#E3C6C9
(227,198,201)
#E6CCCF
(230,204,207)
#E9D2D5
(233,210,213)
#ECD8DB
(236,216,219)
#EFDEE1
(239,222,225)
#F2E4E7
(242,228,231)
#F5EAED
(245,234,237)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB4B7; }

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

This text font color is #DAB4B7.

Background Color

.myBgColor { background-color: #DAB4B7; }

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

This div background color is #DAB4B7.

Border color

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

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

This div border color is #DAB4B7.

Opacity

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

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

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

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

This text has shadow with #DAB4B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB4B7.

Preview

Color preview on black background

This text has color #DAB4B7 on black background.


Color preview on white background

This text has color #DAB4B7 on white background.


Black color preview on #DAB4B7 background

This text has black color on #DAB4B7 background.


White color preview on #DAB4B7 background

This text has white color on #DAB4B7 background.


Related colors

Complementary color

Complementary color for #hex is #254B48.


I love getcolorcode.com

Triadic colors

1 #B7DAB4 and #B4B7DA with #DAB4B7 are triadic colors.

2 #B7B4DA and #B4DAB7 with #DAB4B7 are triadic colors.