COLOR #DAB1DF

HEX: #DAB1DF
RGB: (218,177,223)

Color info

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

RGB color model

#DAB1DF color RGB value is (218,177,223).

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

RGB channels and saturation

R 218 of 255 = 85%
G 177 of 255 = 69%
B 223 of 255 = 87%

218
177
223

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

Portions of RGB colors in percentages

R + G + B =
218 + 177 + 223 = 618 (100%)
R 218 of 618 ~ 35.28%
G 177 of 618 ~ 28.64%
B 223 of 618 ~ 36.08%

%35.28
%28.64
%36.08

CMYK color model

#DAB1DF color CMYK value is (2,21,0,13).

  • cyan value is 2.24%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(2,21,0,13)
C2M21Y0K13 
(2%,21%,0%,13%)
(0.02/0.21/0.00/0.13)	

CMYK percentages

%2.24
%20.63
%0
%12.55

Codes

Color #DAB1DF in popluar color models

DAB1DF
RGB218177223
HSL293°41.82%78.43%
HSB/HSV293°20.63%87.45%
CMYK2.24%20.63%0.00%
12.55%

Color #DAB1DF in popluar number systems.

HEXDAB1DF
Decimal218177223
Binary110110101011000111011111
Octal332261337

Shades and tints

Shades of #DAB1DF

#DAB1DF
(218,177,223)
#C7A1CB
(199,161,203)
#B491B7
(180,145,183)
#A181A3
(161,129,163)
#8E718F
(142,113,143)
#7B617B
(123,97,123)
#685167
(104,81,103)
#554153
(85,65,83)
#42313F
(66,49,63)
#2F212B
(47,33,43)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #DAB1DF

#DAB1DF
(218,177,223)
#DDB8E1
(221,184,225)
#E0BFE3
(224,191,227)
#E3C6E5
(227,198,229)
#E6CDE7
(230,205,231)
#E9D4E9
(233,212,233)
#ECDBEB
(236,219,235)
#EFE2ED
(239,226,237)
#F2E9EF
(242,233,239)
#F5F0F1
(245,240,241)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB1DF; }

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

This text font color is #DAB1DF.


Background Color

.myBgColor { background-color: #DAB1DF; }

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

This div background color is #DAB1DF.


Border color

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

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

This div border color is #DAB1DF.


Opacity

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

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

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

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

This text has shadow with #DAB1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB1DF on black background.


Color preview on white background

This text has color #DAB1DF on white background.



Black color preview on #DAB1DF background

This text has black color on #DAB1DF background.


White color preview on #DAB1DF background

This text has white color on #DAB1DF background.