COLOR #DAB1B8

HEX: #DAB1B8 RGB: (218,177,184)

Color info

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

RGB color model

#DAB1B8 color RGB value is (218,177,184).

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

RGB channels and saturation

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

218
177
184

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

Portions of RGB colors in percentages

R + G + B = 218 + 177 + 184 = 579 (100%)
R 218 of 579 ~ 37.65%
G 177 of 579 ~ 30.57%
B 184 of 579 ~ 31.78'%

%37.65
%30.57
%31.78

CMYK color model

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

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

Codes

Color #DAB1B8 in popluar color models

DA B1 B8
RGB 218 177 184
HSL 350° 35.65% 77.45%
HSB/HSV 350° 18.81% 85.49%
CMYK 0.00% 18.81% 15.60%
14.51%

Color #DAB1B8 in popluar number systems.

HEX DA B1 B8
Decimal 218 177 184
Binary 11011010 10110001 10111000
Octal 332 261 270

Shades and tints

Shades of #DAB1B8

#DAB1B8
(218,177,184)
#C7A1A8
(199,161,168)
#B49198
(180,145,152)
#A18188
(161,129,136)
#8E7178
(142,113,120)
#7B6168
(123,97,104)
#685158
(104,81,88)
#554148
(85,65,72)
#423138
(66,49,56)
#2F2128
(47,33,40)
#1C1118
(28,17,24)
#000000
(0,0,0)

Tints of #DAB1B8

#DAB1B8
(218,177,184)
#DDB8BE
(221,184,190)
#E0BFC4
(224,191,196)
#E3C6CA
(227,198,202)
#E6CDD0
(230,205,208)
#E9D4D6
(233,212,214)
#ECDBDC
(236,219,220)
#EFE2E2
(239,226,226)
#F2E9E8
(242,233,232)
#F5F0EE
(245,240,238)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB1B8; }

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

This text font color is #DAB1B8.

Background Color

.myBgColor { background-color: #DAB1B8; }

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

This div background color is #DAB1B8.

Border color

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

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

This div border color is #DAB1B8.

Opacity

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

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

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

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

This text has shadow with #DAB1B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB1B8.

Preview

Color preview on black background

This text has color #DAB1B8 on black background.


Color preview on white background

This text has color #DAB1B8 on white background.


Black color preview on #DAB1B8 background

This text has black color on #DAB1B8 background.


White color preview on #DAB1B8 background

This text has white color on #DAB1B8 background.


Related colors

Complementary color

Complementary color for #hex is #254E47.


I love getcolorcode.com

Triadic colors

1 #B8DAB1 and #B1B8DA with #DAB1B8 are triadic colors.

2 #B8B1DA and #B1DAB8 with #DAB1B8 are triadic colors.