COLOR #DAB1D1

HEX: #DAB1D1
RGB: (218,177,209)

Color info

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

RGB color model

#DAB1D1 color RGB value is (218,177,209).

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

RGB channels and saturation

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

218
177
209

R + G + B ~ 79%. #DAB1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 177 + 209 = 604 (100%)
R 218 of 604 ~ 36.09%
G 177 of 604 ~ 29.3%
B 209 of 604 ~ 34.6%

%36.09
%29.3
%34.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.81%
  • yellow value is 4.13%
  • key color value is 14.51%
CMYK:
(0,19,4,15)
C0M19Y4K15 
(0%,19%,4%,15%)
(0.00/0.19/0.04/0.15)	

CMYK percentages

%0
%18.81
%4.13
%14.51

Codes

Color #DAB1D1 in popluar color models

DAB1D1
RGB218177209
HSL313°35.65%77.45%
HSB/HSV313°18.81%85.49%
CMYK0.00%18.81%4.13%
14.51%

Color #DAB1D1 in popluar number systems.

HEXDAB1D1
Decimal218177209
Binary110110101011000111010001
Octal332261321

Shades and tints

Shades of #DAB1D1

#DAB1D1
(218,177,209)
#C7A1BE
(199,161,190)
#B491AB
(180,145,171)
#A18198
(161,129,152)
#8E7185
(142,113,133)
#7B6172
(123,97,114)
#68515F
(104,81,95)
#55414C
(85,65,76)
#423139
(66,49,57)
#2F2126
(47,33,38)
#1C1113
(28,17,19)
#000000
(0,0,0)

Tints of #DAB1D1

#DAB1D1
(218,177,209)
#DDB8D5
(221,184,213)
#E0BFD9
(224,191,217)
#E3C6DD
(227,198,221)
#E6CDE1
(230,205,225)
#E9D4E5
(233,212,229)
#ECDBE9
(236,219,233)
#EFE2ED
(239,226,237)
#F2E9F1
(242,233,241)
#F5F0F5
(245,240,245)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB1D1; }

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

This text font color is #DAB1D1.


Background Color

.myBgColor { background-color: #DAB1D1; }

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

This div background color is #DAB1D1.


Border color

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

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

This div border color is #DAB1D1.


Opacity

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

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

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

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

This text has shadow with #DAB1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB1D1 on black background.


Color preview on white background

This text has color #DAB1D1 on white background.



Black color preview on #DAB1D1 background

This text has black color on #DAB1D1 background.


White color preview on #DAB1D1 background

This text has white color on #DAB1D1 background.