COLOR #DAB7DB

HEX: #DAB7DB
RGB: (218,183,219)

Color info

#DAB7DB contains red, green and blue colors in about the same proportion. Web safe color of #DAB7DB is #CCCCCC (or #CCC).

RGB color model

#DAB7DB color RGB value is (218,183,219).

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

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 219 of 255 = 86%

218
183
219

R + G + B ~ 81%. #DAB7DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 183 + 219 = 620 (100%)
R 218 of 620 ~ 35.16%
G 183 of 620 ~ 29.52%
B 219 of 620 ~ 35.32%

%35.16
%29.52
%35.32

CMYK color model

#DAB7DB color CMYK value is (0,16,0,14).

  • cyan value is 0.46%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(0,16,0,14)
C0M16Y0K14 
(0%,16%,0%,14%)
(0.00/0.16/0.00/0.14)	

CMYK percentages

%0.46
%16.44
%0
%14.12

Codes

Color #DAB7DB in popluar color models

DAB7DB
RGB218183219
HSL298°33.33%78.82%
HSB/HSV298°16.44%85.88%
CMYK0.46%16.44%0.00%
14.12%

Color #DAB7DB in popluar number systems.

HEXDAB7DB
Decimal218183219
Binary110110101011011111011011
Octal332267333

Shades and tints

Shades of #DAB7DB

#DAB7DB
(218,183,219)
#C7A7C8
(199,167,200)
#B497B5
(180,151,181)
#A187A2
(161,135,162)
#8E778F
(142,119,143)
#7B677C
(123,103,124)
#685769
(104,87,105)
#554756
(85,71,86)
#423743
(66,55,67)
#2F2730
(47,39,48)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #DAB7DB

#DAB7DB
(218,183,219)
#DDBDDE
(221,189,222)
#E0C3E1
(224,195,225)
#E3C9E4
(227,201,228)
#E6CFE7
(230,207,231)
#E9D5EA
(233,213,234)
#ECDBED
(236,219,237)
#EFE1F0
(239,225,240)
#F2E7F3
(242,231,243)
#F5EDF6
(245,237,246)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB7DB; }

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

This text font color is #DAB7DB.


Background Color

.myBgColor { background-color: #DAB7DB; }

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

This div background color is #DAB7DB.


Border color

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

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

This div border color is #DAB7DB.


Opacity

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

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

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

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

This text has shadow with #DAB7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB7DB on black background.


Color preview on white background

This text has color #DAB7DB on white background.



Black color preview on #DAB7DB background

This text has black color on #DAB7DB background.


White color preview on #DAB7DB background

This text has white color on #DAB7DB background.