COLOR #DAB8D3

HEX: #DAB8D3
RGB: (218,184,211)

Color info

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

RGB color model

#DAB8D3 color RGB value is (218,184,211).

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

RGB channels and saturation

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

218
184
211

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

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 211 = 613 (100%)
R 218 of 613 ~ 35.56%
G 184 of 613 ~ 30.02%
B 211 of 613 ~ 34.42%

%35.56
%30.02
%34.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.60%
  • 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
%15.6
%3.21
%14.51

Codes

Color #DAB8D3 in popluar color models

DAB8D3
RGB218184211
HSL312°31.48%78.82%
HSB/HSV312°15.60%85.49%
CMYK0.00%15.60%3.21%
14.51%

Color #DAB8D3 in popluar number systems.

HEXDAB8D3
Decimal218184211
Binary110110101011100011010011
Octal332270323

Shades and tints

Shades of #DAB8D3

#DAB8D3
(218,184,211)
#C7A8C0
(199,168,192)
#B498AD
(180,152,173)
#A1889A
(161,136,154)
#8E7887
(142,120,135)
#7B6874
(123,104,116)
#685861
(104,88,97)
#55484E
(85,72,78)
#42383B
(66,56,59)
#2F2828
(47,40,40)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #DAB8D3

#DAB8D3
(218,184,211)
#DDBED7
(221,190,215)
#E0C4DB
(224,196,219)
#E3CADF
(227,202,223)
#E6D0E3
(230,208,227)
#E9D6E7
(233,214,231)
#ECDCEB
(236,220,235)
#EFE2EF
(239,226,239)
#F2E8F3
(242,232,243)
#F5EEF7
(245,238,247)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8D3; }

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

This text font color is #DAB8D3.


Background Color

.myBgColor { background-color: #DAB8D3; }

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

This div background color is #DAB8D3.


Border color

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

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

This div border color is #DAB8D3.


Opacity

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

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

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

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

This text has shadow with #DAB8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB8D3 on black background.


Color preview on white background

This text has color #DAB8D3 on white background.



Black color preview on #DAB8D3 background

This text has black color on #DAB8D3 background.


White color preview on #DAB8D3 background

This text has white color on #DAB8D3 background.