COLOR #DAB7D3

HEX: #DAB7D3
RGB: (218,183,211)

Color info

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

RGB color model

#DAB7D3 color RGB value is (218,183,211).

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

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 211 of 255 = 83%

218
183
211

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

Portions of RGB colors in percentages

R + G + B =
218 + 183 + 211 = 612 (100%)
R 218 of 612 ~ 35.62%
G 183 of 612 ~ 29.9%
B 211 of 612 ~ 34.48%

%35.62
%29.9
%34.48

CMYK color model

#DAB7D3 color CMYK value is (0,16,3,15).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 3.21%
  • key color value is 14.51%
CMYK:
(0,16,3,15)
C0M16Y3K15 
(0%,16%,3%,15%)
(0.00/0.16/0.03/0.15)	

CMYK percentages

%0
%16.06
%3.21
%14.51

Codes

Color #DAB7D3 in popluar color models

DAB7D3
RGB218183211
HSL312°32.11%78.63%
HSB/HSV312°16.06%85.49%
CMYK0.00%16.06%3.21%
14.51%

Color #DAB7D3 in popluar number systems.

HEXDAB7D3
Decimal218183211
Binary110110101011011111010011
Octal332267323

Shades and tints

Shades of #DAB7D3

#DAB7D3
(218,183,211)
#C7A7C0
(199,167,192)
#B497AD
(180,151,173)
#A1879A
(161,135,154)
#8E7787
(142,119,135)
#7B6774
(123,103,116)
#685761
(104,87,97)
#55474E
(85,71,78)
#42373B
(66,55,59)
#2F2728
(47,39,40)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #DAB7D3

#DAB7D3
(218,183,211)
#DDBDD7
(221,189,215)
#E0C3DB
(224,195,219)
#E3C9DF
(227,201,223)
#E6CFE3
(230,207,227)
#E9D5E7
(233,213,231)
#ECDBEB
(236,219,235)
#EFE1EF
(239,225,239)
#F2E7F3
(242,231,243)
#F5EDF7
(245,237,247)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB7D3; }

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

This text font color is #DAB7D3.


Background Color

.myBgColor { background-color: #DAB7D3; }

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

This div background color is #DAB7D3.


Border color

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

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

This div border color is #DAB7D3.


Opacity

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

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

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

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

This text has shadow with #DAB7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB7D3 on black background.


Color preview on white background

This text has color #DAB7D3 on white background.



Black color preview on #DAB7D3 background

This text has black color on #DAB7D3 background.


White color preview on #DAB7D3 background

This text has white color on #DAB7D3 background.