COLOR #DAB6D1

HEX: #DAB6D1
RGB: (218,182,209)

Color info

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

RGB color model

#DAB6D1 color RGB value is (218,182,209).

  • red value is 218;
  • green value is 182;
  • blue value is 209.
RGB:
(218,182,209)
(85%,71%,82%)

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 209 of 255 = 82%

218
182
209

R + G + B ~ 79%. #DAB6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 182 + 209 = 609 (100%)
R 218 of 609 ~ 35.8%
G 182 of 609 ~ 29.89%
B 209 of 609 ~ 34.32%

%35.8
%29.89
%34.32

CMYK color model

#DAB6D1 color CMYK value is (0,17,4,15).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 4.13%
  • key color value is 14.51%
CMYK:
(0,17,4,15)
C0M17Y4K15 
(0%,17%,4%,15%)
(0.00/0.17/0.04/0.15)	

CMYK percentages

%0
%16.51
%4.13
%14.51

Codes

Color #DAB6D1 in popluar color models

DAB6D1
RGB218182209
HSL315°32.73%78.43%
HSB/HSV315°16.51%85.49%
CMYK0.00%16.51%4.13%
14.51%

Color #DAB6D1 in popluar number systems.

HEXDAB6D1
Decimal218182209
Binary110110101011011011010001
Octal332266321

Shades and tints

Shades of #DAB6D1

#DAB6D1
(218,182,209)
#C7A6BE
(199,166,190)
#B496AB
(180,150,171)
#A18698
(161,134,152)
#8E7685
(142,118,133)
#7B6672
(123,102,114)
#68565F
(104,86,95)
#55464C
(85,70,76)
#423639
(66,54,57)
#2F2626
(47,38,38)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #DAB6D1

#DAB6D1
(218,182,209)
#DDBCD5
(221,188,213)
#E0C2D9
(224,194,217)
#E3C8DD
(227,200,221)
#E6CEE1
(230,206,225)
#E9D4E5
(233,212,229)
#ECDAE9
(236,218,233)
#EFE0ED
(239,224,237)
#F2E6F1
(242,230,241)
#F5ECF5
(245,236,245)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB6D1 color. Also use rgb(218,182,209) instead hex code.

Text Font Color

.myTextColor { color: #DAB6D1; }

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

This text font color is #DAB6D1.


Background Color

.myBgColor { background-color: #DAB6D1; }

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

This div background color is #DAB6D1.


Border color

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

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

This div border color is #DAB6D1.


Opacity

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

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

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

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

This text has shadow with #DAB6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB6D1 on black background.


Color preview on white background

This text has color #DAB6D1 on white background.



Black color preview on #DAB6D1 background

This text has black color on #DAB6D1 background.


White color preview on #DAB6D1 background

This text has white color on #DAB6D1 background.