COLOR #DAB8DF

HEX: #DAB8DF RGB: (218,184,223)

Color info

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

RGB color model

#DAB8DF color RGB value is (218,184,223).

RGB: (218,184,223) (85%, 72%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 223 of 255 = 87%

218
184
223

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

Portions of RGB colors in percentages

R + G + B = 218 + 184 + 223 = 625 (100%)
R 218 of 625 ~ 34.88%
G 184 of 625 ~ 29.44%
B 223 of 625 ~ 35.68'%

%34.88
%29.44
%35.68

CMYK color model

#DAB8DF color CMYK value is (2,17,0,13).

  • cyan value is 2.24%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (2,17,0,13) C2M17Y0K13 (2%,17%,0%,13%) (0.02/0.17/0.00/0.13) 

CMYK percentages

%2.24
%17.49
%0
%12.55

Codes

Color #DAB8DF in popluar color models

DA B8 DF
RGB 218 184 223
HSL 292° 37.86% 79.80%
HSB/HSV 292° 17.49% 87.45%
CMYK 2.24% 17.49% 0.00%
12.55%

Color #DAB8DF in popluar number systems.

HEX DA B8 DF
Decimal 218 184 223
Binary 11011010 10111000 11011111
Octal 332 270 337

Shades and tints

Shades of #DAB8DF

#DAB8DF
(218,184,223)
#C7A8CB
(199,168,203)
#B498B7
(180,152,183)
#A188A3
(161,136,163)
#8E788F
(142,120,143)
#7B687B
(123,104,123)
#685867
(104,88,103)
#554853
(85,72,83)
#42383F
(66,56,63)
#2F282B
(47,40,43)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #DAB8DF

#DAB8DF
(218,184,223)
#DDBEE1
(221,190,225)
#E0C4E3
(224,196,227)
#E3CAE5
(227,202,229)
#E6D0E7
(230,208,231)
#E9D6E9
(233,214,233)
#ECDCEB
(236,220,235)
#EFE2ED
(239,226,237)
#F2E8EF
(242,232,239)
#F5EEF1
(245,238,241)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8DF; }

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

This text font color is #DAB8DF.

Background Color

.myBgColor { background-color: #DAB8DF; }

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

This div background color is #DAB8DF.

Border color

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

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

This div border color is #DAB8DF.

Opacity

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

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

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

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

This text has shadow with #DAB8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB8DF.

Preview

Color preview on black background

This text has color #DAB8DF on black background.


Color preview on white background

This text has color #DAB8DF on white background.


Black color preview on #DAB8DF background

This text has black color on #DAB8DF background.


White color preview on #DAB8DF background

This text has white color on #DAB8DF background.


Related colors

Complementary color

Complementary color for #hex is #254720.


I love getcolorcode.com

Triadic colors

1 #DFDAB8 and #B8DFDA with #DAB8DF are triadic colors.

2 #DFB8DA and #B8DADF with #DAB8DF are triadic colors.