COLOR #DAB8DC

HEX: #DAB8DC RGB: (218,184,220)

Color info

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

RGB color model

#DAB8DC color RGB value is (218,184,220).

RGB: (218,184,220) (85%, 72%, 86%)

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 220 of 255 = 86%

218
184
220

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

Portions of RGB colors in percentages

R + G + B = 218 + 184 + 220 = 622 (100%)
R 218 of 622 ~ 35.05%
G 184 of 622 ~ 29.58%
B 220 of 622 ~ 35.37'%

%35.05
%29.58
%35.37

CMYK color model

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

  • cyan value is 0.91%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (1,16,0,14)
C1M16Y0K14 (1%, 16%, 0%, 14%)
(0.01 / 0.16 / 0.00 / 0.14)

CMYK percentages

%0.91
%16.36
%0
%13.73

Codes

Color #DAB8DC in popluar color models

DA B8 DC
RGB 218 184 220
HSL 297° 33.96% 79.22%
HSB/HSV 297° 16.36% 86.27%
CMYK 0.91% 16.36% 0.00%
13.73%

Color #DAB8DC in popluar number systems.

HEX DA B8 DC
Decimal 218 184 220
Binary 11011010 10111000 11011100
Octal 332 270 334

Shades and tints

Shades of #DAB8DC

#DAB8DC
(218,184,220)
#C7A8C8
(199,168,200)
#B498B4
(180,152,180)
#A188A0
(161,136,160)
#8E788C
(142,120,140)
#7B6878
(123,104,120)
#685864
(104,88,100)
#554850
(85,72,80)
#42383C
(66,56,60)
#2F2828
(47,40,40)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #DAB8DC

#DAB8DC
(218,184,220)
#DDBEDF
(221,190,223)
#E0C4E2
(224,196,226)
#E3CAE5
(227,202,229)
#E6D0E8
(230,208,232)
#E9D6EB
(233,214,235)
#ECDCEE
(236,220,238)
#EFE2F1
(239,226,241)
#F2E8F4
(242,232,244)
#F5EEF7
(245,238,247)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB8DC color. Also use rgb(218,184,220) instead hex code.

Text Font Color

.myTextColor { color: #DAB8DC; }

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

This text font color is #DAB8DC.

Background Color

.myBgColor { background-color: #DAB8DC; }

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

This div background color is #DAB8DC.

Border color

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

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

This div border color is #DAB8DC.

Opacity

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

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

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

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

This text has shadow with #DAB8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB8DC.

Preview

Color preview on black background

This text has color #DAB8DC on black background.


Color preview on white background

This text has color #DAB8DC on white background.


Black color preview on #DAB8DC background

This text has black color on #DAB8DC background.


White color preview on #DAB8DC background

This text has white color on #DAB8DC background.


Related colors

Complementary color

Complementary color for #hex is #254723.


I love getcolorcode.com

Triadic colors

1 #DCDAB8 and #B8DCDA with #DAB8DC are triadic colors.

2 #DCB8DA and #B8DADC with #DAB8DC are triadic colors.