COLOR #DAB7D8

HEX: #DAB7D8
RGB: (218,183,216)

Color info

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

RGB color model

#DAB7D8 color RGB value is (218,183,216).

  • red value is 218;
  • green value is 183;
  • blue value is 216.
RGB:
(218,183,216)
(85%,72%,85%)

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 216 of 255 = 85%

218
183
216

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

Portions of RGB colors in percentages

R + G + B =
218 + 183 + 216 = 617 (100%)
R 218 of 617 ~ 35.33%
G 183 of 617 ~ 29.66%
B 216 of 617 ~ 35.01%

%35.33
%29.66
%35.01

CMYK color model

#DAB7D8 color CMYK value is (0,16,1,15).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 0.92%
  • key color value is 14.51%
CMYK:
(0,16,1,15)
C0M16Y1K15 
(0%,16%,1%,15%)
(0.00/0.16/0.01/0.15)	

CMYK percentages

%0
%16.06
%0.92
%14.51

Codes

Color #DAB7D8 in popluar color models

DAB7D8
RGB218183216
HSL303°32.11%78.63%
HSB/HSV303°16.06%85.49%
CMYK0.00%16.06%0.92%
14.51%

Color #DAB7D8 in popluar number systems.

HEXDAB7D8
Decimal218183216
Binary110110101011011111011000
Octal332267330

Shades and tints

Shades of #DAB7D8

#DAB7D8
(218,183,216)
#C7A7C5
(199,167,197)
#B497B2
(180,151,178)
#A1879F
(161,135,159)
#8E778C
(142,119,140)
#7B6779
(123,103,121)
#685766
(104,87,102)
#554753
(85,71,83)
#423740
(66,55,64)
#2F272D
(47,39,45)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #DAB7D8

#DAB7D8
(218,183,216)
#DDBDDB
(221,189,219)
#E0C3DE
(224,195,222)
#E3C9E1
(227,201,225)
#E6CFE4
(230,207,228)
#E9D5E7
(233,213,231)
#ECDBEA
(236,219,234)
#EFE1ED
(239,225,237)
#F2E7F0
(242,231,240)
#F5EDF3
(245,237,243)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB7D8 color. Also use rgb(218,183,216) instead hex code.

Text Font Color

.myTextColor { color: #DAB7D8; }

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

This text font color is #DAB7D8.


Background Color

.myBgColor { background-color: #DAB7D8; }

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

This div background color is #DAB7D8.


Border color

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

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

This div border color is #DAB7D8.


Opacity

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

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

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

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

This text has shadow with #DAB7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB7D8 on black background.


Color preview on white background

This text has color #DAB7D8 on white background.



Black color preview on #DAB7D8 background

This text has black color on #DAB7D8 background.


White color preview on #DAB7D8 background

This text has white color on #DAB7D8 background.