COLOR #DAB1D8

HEX: #DAB1D8
RGB: (218,177,216)

Color info

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

RGB color model

#DAB1D8 color RGB value is (218,177,216).

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

RGB channels and saturation

R 218 of 255 = 85%
G 177 of 255 = 69%
B 216 of 255 = 85%

218
177
216

R + G + B ~ 80%. #DAB1D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 177 + 216 = 611 (100%)
R 218 of 611 ~ 35.68%
G 177 of 611 ~ 28.97%
B 216 of 611 ~ 35.35%

%35.68
%28.97
%35.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.81%
  • yellow value is 0.92%
  • key color value is 14.51%
CMYK:
(0,19,1,15)
C0M19Y1K15 
(0%,19%,1%,15%)
(0.00/0.19/0.01/0.15)	

CMYK percentages

%0
%18.81
%0.92
%14.51

Codes

Color #DAB1D8 in popluar color models

DAB1D8
RGB218177216
HSL303°35.65%77.45%
HSB/HSV303°18.81%85.49%
CMYK0.00%18.81%0.92%
14.51%

Color #DAB1D8 in popluar number systems.

HEXDAB1D8
Decimal218177216
Binary110110101011000111011000
Octal332261330

Shades and tints

Shades of #DAB1D8

#DAB1D8
(218,177,216)
#C7A1C5
(199,161,197)
#B491B2
(180,145,178)
#A1819F
(161,129,159)
#8E718C
(142,113,140)
#7B6179
(123,97,121)
#685166
(104,81,102)
#554153
(85,65,83)
#423140
(66,49,64)
#2F212D
(47,33,45)
#1C111A
(28,17,26)
#000000
(0,0,0)

Tints of #DAB1D8

#DAB1D8
(218,177,216)
#DDB8DB
(221,184,219)
#E0BFDE
(224,191,222)
#E3C6E1
(227,198,225)
#E6CDE4
(230,205,228)
#E9D4E7
(233,212,231)
#ECDBEA
(236,219,234)
#EFE2ED
(239,226,237)
#F2E9F0
(242,233,240)
#F5F0F3
(245,240,243)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB1D8; }

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

This text font color is #DAB1D8.


Background Color

.myBgColor { background-color: #DAB1D8; }

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

This div background color is #DAB1D8.


Border color

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

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

This div border color is #DAB1D8.


Opacity

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

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

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

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

This text has shadow with #DAB1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB1D8 on black background.


Color preview on white background

This text has color #DAB1D8 on white background.



Black color preview on #DAB1D8 background

This text has black color on #DAB1D8 background.


White color preview on #DAB1D8 background

This text has white color on #DAB1D8 background.