COLOR #DAB4D0

HEX: #DAB4D0
RGB: (218,180,208)

Color info

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

RGB color model

#DAB4D0 color RGB value is (218,180,208).

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

RGB channels and saturation

R 218 of 255 = 85%
G 180 of 255 = 71%
B 208 of 255 = 82%

218
180
208

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

Portions of RGB colors in percentages

R + G + B =
218 + 180 + 208 = 606 (100%)
R 218 of 606 ~ 35.97%
G 180 of 606 ~ 29.7%
B 208 of 606 ~ 34.32%

%35.97
%29.7
%34.32

CMYK color model

#DAB4D0 color CMYK value is (0,17,5,15).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 4.59%
  • key color value is 14.51%
CMYK:
(0,17,5,15)
C0M17Y5K15 
(0%,17%,5%,15%)
(0.00/0.17/0.05/0.15)	

CMYK percentages

%0
%17.43
%4.59
%14.51

Codes

Color #DAB4D0 in popluar color models

DAB4D0
RGB218180208
HSL316°33.93%78.04%
HSB/HSV316°17.43%85.49%
CMYK0.00%17.43%4.59%
14.51%

Color #DAB4D0 in popluar number systems.

HEXDAB4D0
Decimal218180208
Binary110110101011010011010000
Octal332264320

Shades and tints

Shades of #DAB4D0

#DAB4D0
(218,180,208)
#C7A4BE
(199,164,190)
#B494AC
(180,148,172)
#A1849A
(161,132,154)
#8E7488
(142,116,136)
#7B6476
(123,100,118)
#685464
(104,84,100)
#554452
(85,68,82)
#423440
(66,52,64)
#2F242E
(47,36,46)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #DAB4D0

#DAB4D0
(218,180,208)
#DDBAD4
(221,186,212)
#E0C0D8
(224,192,216)
#E3C6DC
(227,198,220)
#E6CCE0
(230,204,224)
#E9D2E4
(233,210,228)
#ECD8E8
(236,216,232)
#EFDEEC
(239,222,236)
#F2E4F0
(242,228,240)
#F5EAF4
(245,234,244)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB4D0 color. Also use rgb(218,180,208) instead hex code.

Text Font Color

.myTextColor { color: #DAB4D0; }

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

This text font color is #DAB4D0.


Background Color

.myBgColor { background-color: #DAB4D0; }

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

This div background color is #DAB4D0.


Border color

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

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

This div border color is #DAB4D0.


Opacity

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

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

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

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

This text has shadow with #DAB4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB4D0 on black background.


Color preview on white background

This text has color #DAB4D0 on white background.



Black color preview on #DAB4D0 background

This text has black color on #DAB4D0 background.


White color preview on #DAB4D0 background

This text has white color on #DAB4D0 background.