COLOR #DAB3E5

HEX: #DAB3E5
RGB: (218,179,229)

Color info

#DAB3E5 contains red, green and blue colors in about the same proportion. Web safe color of #DAB3E5 is #CC99CC (or #C9C).

RGB color model

#DAB3E5 color RGB value is (218,179,229).

  • red value is 218;
  • green value is 179;
  • blue value is 229.
RGB:
(218,179,229)
(85%,70%,90%)

RGB channels and saturation

R 218 of 255 = 85%
G 179 of 255 = 70%
B 229 of 255 = 90%

218
179
229

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

Portions of RGB colors in percentages

R + G + B =
218 + 179 + 229 = 626 (100%)
R 218 of 626 ~ 34.82%
G 179 of 626 ~ 28.59%
B 229 of 626 ~ 36.58%

%34.82
%28.59
%36.58

CMYK color model

#DAB3E5 color CMYK value is (5,22,0,10).

  • cyan value is 4.80%
  • magenta value is 21.83%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(5,22,0,10)
C5M22Y0K10 
(5%,22%,0%,10%)
(0.05/0.22/0.00/0.10)	

CMYK percentages

%4.8
%21.83
%0
%10.2

Codes

Color #DAB3E5 in popluar color models

DAB3E5
RGB218179229
HSL287°49.02%80.00%
HSB/HSV287°21.83%89.80%
CMYK4.80%21.83%0.00%
10.20%

Color #DAB3E5 in popluar number systems.

HEXDAB3E5
Decimal218179229
Binary110110101011001111100101
Octal332263345

Shades and tints

Shades of #DAB3E5

#DAB3E5
(218,179,229)
#C7A3D1
(199,163,209)
#B493BD
(180,147,189)
#A183A9
(161,131,169)
#8E7395
(142,115,149)
#7B6381
(123,99,129)
#68536D
(104,83,109)
#554359
(85,67,89)
#423345
(66,51,69)
#2F2331
(47,35,49)
#1C131D
(28,19,29)
#000000
(0,0,0)

Tints of #DAB3E5

#DAB3E5
(218,179,229)
#DDB9E7
(221,185,231)
#E0BFE9
(224,191,233)
#E3C5EB
(227,197,235)
#E6CBED
(230,203,237)
#E9D1EF
(233,209,239)
#ECD7F1
(236,215,241)
#EFDDF3
(239,221,243)
#F2E3F5
(242,227,245)
#F5E9F7
(245,233,247)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB3E5 color. Also use rgb(218,179,229) instead hex code.

Text Font Color

.myTextColor { color: #DAB3E5; }

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

This text font color is #DAB3E5.


Background Color

.myBgColor { background-color: #DAB3E5; }

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

This div background color is #DAB3E5.


Border color

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

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

This div border color is #DAB3E5.


Opacity

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

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

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

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

This text has shadow with #DAB3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB3E5 on black background.


Color preview on white background

This text has color #DAB3E5 on white background.



Black color preview on #DAB3E5 background

This text has black color on #DAB3E5 background.


White color preview on #DAB3E5 background

This text has white color on #DAB3E5 background.