COLOR #DAB8D5

HEX: #DAB8D5
RGB: (218,184,213)

Color info

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

RGB color model

#DAB8D5 color RGB value is (218,184,213).

  • red value is 218;
  • green value is 184;
  • blue value is 213.
RGB:
(218,184,213)
(85%,72%,84%)

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 213 of 255 = 84%

218
184
213

R + G + B ~ 80%. #DAB8D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 213 = 615 (100%)
R 218 of 615 ~ 35.45%
G 184 of 615 ~ 29.92%
B 213 of 615 ~ 34.63%

%35.45
%29.92
%34.63

CMYK color model

#DAB8D5 color CMYK value is (0,16,2,15).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 2.29%
  • key color value is 14.51%
CMYK:
(0,16,2,15)
C0M16Y2K15 
(0%,16%,2%,15%)
(0.00/0.16/0.02/0.15)	

CMYK percentages

%0
%15.6
%2.29
%14.51

Codes

Color #DAB8D5 in popluar color models

DAB8D5
RGB218184213
HSL309°31.48%78.82%
HSB/HSV309°15.60%85.49%
CMYK0.00%15.60%2.29%
14.51%

Color #DAB8D5 in popluar number systems.

HEXDAB8D5
Decimal218184213
Binary110110101011100011010101
Octal332270325

Shades and tints

Shades of #DAB8D5

#DAB8D5
(218,184,213)
#C7A8C2
(199,168,194)
#B498AF
(180,152,175)
#A1889C
(161,136,156)
#8E7889
(142,120,137)
#7B6876
(123,104,118)
#685863
(104,88,99)
#554850
(85,72,80)
#42383D
(66,56,61)
#2F282A
(47,40,42)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #DAB8D5

#DAB8D5
(218,184,213)
#DDBED8
(221,190,216)
#E0C4DB
(224,196,219)
#E3CADE
(227,202,222)
#E6D0E1
(230,208,225)
#E9D6E4
(233,214,228)
#ECDCE7
(236,220,231)
#EFE2EA
(239,226,234)
#F2E8ED
(242,232,237)
#F5EEF0
(245,238,240)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8D5; }

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

This text font color is #DAB8D5.


Background Color

.myBgColor { background-color: #DAB8D5; }

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

This div background color is #DAB8D5.


Border color

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

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

This div border color is #DAB8D5.


Opacity

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

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

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

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

This text has shadow with #DAB8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB8D5 on black background.


Color preview on white background

This text has color #DAB8D5 on white background.



Black color preview on #DAB8D5 background

This text has black color on #DAB8D5 background.


White color preview on #DAB8D5 background

This text has white color on #DAB8D5 background.