COLOR #DAB6DB

HEX: #DAB6DB
RGB: (218,182,219)

Color info

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

RGB color model

#DAB6DB color RGB value is (218,182,219).

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

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 219 of 255 = 86%

218
182
219

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

Portions of RGB colors in percentages

R + G + B =
218 + 182 + 219 = 619 (100%)
R 218 of 619 ~ 35.22%
G 182 of 619 ~ 29.4%
B 219 of 619 ~ 35.38%

%35.22
%29.4
%35.38

CMYK color model

#DAB6DB color CMYK value is (0,17,0,14).

  • cyan value is 0.46%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(0,17,0,14)
C0M17Y0K14 
(0%,17%,0%,14%)
(0.00/0.17/0.00/0.14)	

CMYK percentages

%0.46
%16.89
%0
%14.12

Codes

Color #DAB6DB in popluar color models

DAB6DB
RGB218182219
HSL298°33.94%78.63%
HSB/HSV298°16.89%85.88%
CMYK0.46%16.89%0.00%
14.12%

Color #DAB6DB in popluar number systems.

HEXDAB6DB
Decimal218182219
Binary110110101011011011011011
Octal332266333

Shades and tints

Shades of #DAB6DB

#DAB6DB
(218,182,219)
#C7A6C8
(199,166,200)
#B496B5
(180,150,181)
#A186A2
(161,134,162)
#8E768F
(142,118,143)
#7B667C
(123,102,124)
#685669
(104,86,105)
#554656
(85,70,86)
#423643
(66,54,67)
#2F2630
(47,38,48)
#1C161D
(28,22,29)
#000000
(0,0,0)

Tints of #DAB6DB

#DAB6DB
(218,182,219)
#DDBCDE
(221,188,222)
#E0C2E1
(224,194,225)
#E3C8E4
(227,200,228)
#E6CEE7
(230,206,231)
#E9D4EA
(233,212,234)
#ECDAED
(236,218,237)
#EFE0F0
(239,224,240)
#F2E6F3
(242,230,243)
#F5ECF6
(245,236,246)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB6DB; }

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

This text font color is #DAB6DB.


Background Color

.myBgColor { background-color: #DAB6DB; }

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

This div background color is #DAB6DB.


Border color

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

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

This div border color is #DAB6DB.


Opacity

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

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

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

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

This text has shadow with #DAB6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB6DB on black background.


Color preview on white background

This text has color #DAB6DB on white background.



Black color preview on #DAB6DB background

This text has black color on #DAB6DB background.


White color preview on #DAB6DB background

This text has white color on #DAB6DB background.