COLOR #DAB8CD

HEX: #DAB8CD
RGB: (218,184,205)

Color info

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

RGB color model

#DAB8CD color RGB value is (218,184,205).

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

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 205 of 255 = 80%

218
184
205

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

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 205 = 607 (100%)
R 218 of 607 ~ 35.91%
G 184 of 607 ~ 30.31%
B 205 of 607 ~ 33.77%

%35.91
%30.31
%33.77

CMYK color model

#DAB8CD color CMYK value is (0,16,6,15).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 5.96%
  • key color value is 14.51%
CMYK:
(0,16,6,15)
C0M16Y6K15 
(0%,16%,6%,15%)
(0.00/0.16/0.06/0.15)	

CMYK percentages

%0
%15.6
%5.96
%14.51

Codes

Color #DAB8CD in popluar color models

DAB8CD
RGB218184205
HSL323°31.48%78.82%
HSB/HSV323°15.60%85.49%
CMYK0.00%15.60%5.96%
14.51%

Color #DAB8CD in popluar number systems.

HEXDAB8CD
Decimal218184205
Binary110110101011100011001101
Octal332270315

Shades and tints

Shades of #DAB8CD

#DAB8CD
(218,184,205)
#C7A8BB
(199,168,187)
#B498A9
(180,152,169)
#A18897
(161,136,151)
#8E7885
(142,120,133)
#7B6873
(123,104,115)
#685861
(104,88,97)
#55484F
(85,72,79)
#42383D
(66,56,61)
#2F282B
(47,40,43)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DAB8CD

#DAB8CD
(218,184,205)
#DDBED1
(221,190,209)
#E0C4D5
(224,196,213)
#E3CAD9
(227,202,217)
#E6D0DD
(230,208,221)
#E9D6E1
(233,214,225)
#ECDCE5
(236,220,229)
#EFE2E9
(239,226,233)
#F2E8ED
(242,232,237)
#F5EEF1
(245,238,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8CD; }

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

This text font color is #DAB8CD.


Background Color

.myBgColor { background-color: #DAB8CD; }

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

This div background color is #DAB8CD.


Border color

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

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

This div border color is #DAB8CD.


Opacity

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

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

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

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

This text has shadow with #DAB8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB8CD on black background.


Color preview on white background

This text has color #DAB8CD on white background.



Black color preview on #DAB8CD background

This text has black color on #DAB8CD background.


White color preview on #DAB8CD background

This text has white color on #DAB8CD background.