COLOR #DAB1B7

HEX: #DAB1B7 RGB: (218,177,183)

Color info

#DAB1B7 contains red, green and blue colors in about the same proportion. Web safe color of #DAB1B7 is #CC99CC (or #C9C).

RGB color model

#DAB1B7 color RGB value is (218,177,183).

RGB: (218,177,183) (85%, 69%, 72%)

RGB channels and saturation

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

218
177
183

R + G + B ~ 75%. #DAB1B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 177 + 183 = 578 (100%)
R 218 of 578 ~ 37.72%
G 177 of 578 ~ 30.62%
B 183 of 578 ~ 31.66'%

%37.72
%30.62
%31.66

CMYK color model

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

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

CMYK: (0,19,16,15)
C0M19Y16K15 (0%, 19%, 16%, 15%)
(0.00 / 0.19 / 0.16 / 0.15)

CMYK percentages

%0
%18.81
%16.06
%14.51

Codes

Color #DAB1B7 in popluar color models

DA B1 B7
RGB 218 177 183
HSL 351° 35.65% 77.45%
HSB/HSV 351° 18.81% 85.49%
CMYK 0.00% 18.81% 16.06%
14.51%

Color #DAB1B7 in popluar number systems.

HEX DA B1 B7
Decimal 218 177 183
Binary 11011010 10110001 10110111
Octal 332 261 267

Shades and tints

Shades of #DAB1B7

#DAB1B7
(218,177,183)
#C7A1A7
(199,161,167)
#B49197
(180,145,151)
#A18187
(161,129,135)
#8E7177
(142,113,119)
#7B6167
(123,97,103)
#685157
(104,81,87)
#554147
(85,65,71)
#423137
(66,49,55)
#2F2127
(47,33,39)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #DAB1B7

#DAB1B7
(218,177,183)
#DDB8BD
(221,184,189)
#E0BFC3
(224,191,195)
#E3C6C9
(227,198,201)
#E6CDCF
(230,205,207)
#E9D4D5
(233,212,213)
#ECDBDB
(236,219,219)
#EFE2E1
(239,226,225)
#F2E9E7
(242,233,231)
#F5F0ED
(245,240,237)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB1B7; }

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

This text font color is #DAB1B7.

Background Color

.myBgColor { background-color: #DAB1B7; }

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

This div background color is #DAB1B7.

Border color

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

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

This div border color is #DAB1B7.

Opacity

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

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

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

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

This text has shadow with #DAB1B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB1B7.

Preview

Color preview on black background

This text has color #DAB1B7 on black background.


Color preview on white background

This text has color #DAB1B7 on white background.


Black color preview on #DAB1B7 background

This text has black color on #DAB1B7 background.


White color preview on #DAB1B7 background

This text has white color on #DAB1B7 background.


Related colors

Complementary color

Complementary color for #hex is #254E48.


I love getcolorcode.com

Triadic colors

1 #B7DAB1 and #B1B7DA with #DAB1B7 are triadic colors.

2 #B7B1DA and #B1DAB7 with #DAB1B7 are triadic colors.