COLOR #DAB8E1

HEX: #DAB8E1 RGB: (218,184,225)

Color info

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

RGB color model

#DAB8E1 color RGB value is (218,184,225).

RGB: (218,184,225) (85%, 72%, 88%)

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 225 of 255 = 88%

218
184
225

R + G + B ~ 82%. #DAB8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 184 + 225 = 627 (100%)
R 218 of 627 ~ 34.77%
G 184 of 627 ~ 29.35%
B 225 of 627 ~ 35.89'%

%34.77
%29.35
%35.89

CMYK color model

#DAB8E1 color CMYK value is (3,18,0,12).

  • cyan value is 3.11%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (3,18,0,12)
C3M18Y0K12 (3%, 18%, 0%, 12%)
(0.03 / 0.18 / 0.00 / 0.12)

CMYK percentages

%3.11
%18.22
%0
%11.76

Codes

Color #DAB8E1 in popluar color models

DA B8 E1
RGB 218 184 225
HSL 290° 40.59% 80.20%
HSB/HSV 290° 18.22% 88.24%
CMYK 3.11% 18.22% 0.00%
11.76%

Color #DAB8E1 in popluar number systems.

HEX DA B8 E1
Decimal 218 184 225
Binary 11011010 10111000 11100001
Octal 332 270 341

Shades and tints

Shades of #DAB8E1

#DAB8E1
(218,184,225)
#C7A8CD
(199,168,205)
#B498B9
(180,152,185)
#A188A5
(161,136,165)
#8E7891
(142,120,145)
#7B687D
(123,104,125)
#685869
(104,88,105)
#554855
(85,72,85)
#423841
(66,56,65)
#2F282D
(47,40,45)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DAB8E1

#DAB8E1
(218,184,225)
#DDBEE3
(221,190,227)
#E0C4E5
(224,196,229)
#E3CAE7
(227,202,231)
#E6D0E9
(230,208,233)
#E9D6EB
(233,214,235)
#ECDCED
(236,220,237)
#EFE2EF
(239,226,239)
#F2E8F1
(242,232,241)
#F5EEF3
(245,238,243)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8E1; }

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

This text font color is #DAB8E1.

Background Color

.myBgColor { background-color: #DAB8E1; }

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

This div background color is #DAB8E1.

Border color

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

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

This div border color is #DAB8E1.

Opacity

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

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

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

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

This text has shadow with #DAB8E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB8E1.

Preview

Color preview on black background

This text has color #DAB8E1 on black background.


Color preview on white background

This text has color #DAB8E1 on white background.


Black color preview on #DAB8E1 background

This text has black color on #DAB8E1 background.


White color preview on #DAB8E1 background

This text has white color on #DAB8E1 background.


Related colors

Complementary color

Complementary color for #hex is #25471E.


I love getcolorcode.com

Triadic colors

1 #E1DAB8 and #B8E1DA with #DAB8E1 are triadic colors.

2 #E1B8DA and #B8DAE1 with #DAB8E1 are triadic colors.