COLOR #DAB1DB

HEX: #DAB1DB
RGB: (218,177,219)

Color info

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

RGB color model

#DAB1DB color RGB value is (218,177,219).

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

RGB channels and saturation

R 218 of 255 = 85%
G 177 of 255 = 69%
B 219 of 255 = 86%

218
177
219

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

Portions of RGB colors in percentages

R + G + B =
218 + 177 + 219 = 614 (100%)
R 218 of 614 ~ 35.5%
G 177 of 614 ~ 28.83%
B 219 of 614 ~ 35.67%

%35.5
%28.83
%35.67

CMYK color model

#DAB1DB color CMYK value is (0,19,0,14).

  • cyan value is 0.46%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(0,19,0,14)
C0M19Y0K14 
(0%,19%,0%,14%)
(0.00/0.19/0.00/0.14)	

CMYK percentages

%0.46
%19.18
%0
%14.12

Codes

Color #DAB1DB in popluar color models

DAB1DB
RGB218177219
HSL299°36.84%77.65%
HSB/HSV299°19.18%85.88%
CMYK0.46%19.18%0.00%
14.12%

Color #DAB1DB in popluar number systems.

HEXDAB1DB
Decimal218177219
Binary110110101011000111011011
Octal332261333

Shades and tints

Shades of #DAB1DB

#DAB1DB
(218,177,219)
#C7A1C8
(199,161,200)
#B491B5
(180,145,181)
#A181A2
(161,129,162)
#8E718F
(142,113,143)
#7B617C
(123,97,124)
#685169
(104,81,105)
#554156
(85,65,86)
#423143
(66,49,67)
#2F2130
(47,33,48)
#1C111D
(28,17,29)
#000000
(0,0,0)

Tints of #DAB1DB

#DAB1DB
(218,177,219)
#DDB8DE
(221,184,222)
#E0BFE1
(224,191,225)
#E3C6E4
(227,198,228)
#E6CDE7
(230,205,231)
#E9D4EA
(233,212,234)
#ECDBED
(236,219,237)
#EFE2F0
(239,226,240)
#F2E9F3
(242,233,243)
#F5F0F6
(245,240,246)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB1DB; }

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

This text font color is #DAB1DB.


Background Color

.myBgColor { background-color: #DAB1DB; }

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

This div background color is #DAB1DB.


Border color

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

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

This div border color is #DAB1DB.


Opacity

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

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

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

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

This text has shadow with #DAB1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB1DB on black background.


Color preview on white background

This text has color #DAB1DB on white background.



Black color preview on #DAB1DB background

This text has black color on #DAB1DB background.


White color preview on #DAB1DB background

This text has white color on #DAB1DB background.