COLOR #DAB8C0

HEX: #DAB8C0
RGB: (218,184,192)

Color info

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

RGB color model

#DAB8C0 color RGB value is (218,184,192).

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

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 192 of 255 = 75%

218
184
192

R + G + B ~ 77%. #DAB8C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 192 = 594 (100%)
R 218 of 594 ~ 36.7%
G 184 of 594 ~ 30.98%
B 192 of 594 ~ 32.32%

%36.7
%30.98
%32.32

CMYK color model

#DAB8C0 color CMYK value is (0,16,12,15).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 11.93%
  • key color value is 14.51%
CMYK:
(0,16,12,15)
C0M16Y12K15 
(0%,16%,12%,15%)
(0.00/0.16/0.12/0.15)	

CMYK percentages

%0
%15.6
%11.93
%14.51

Codes

Color #DAB8C0 in popluar color models

DAB8C0
RGB218184192
HSL346°31.48%78.82%
HSB/HSV346°15.60%85.49%
CMYK0.00%15.60%11.93%
14.51%

Color #DAB8C0 in popluar number systems.

HEXDAB8C0
Decimal218184192
Binary110110101011100011000000
Octal332270300

Shades and tints

Shades of #DAB8C0

#DAB8C0
(218,184,192)
#C7A8AF
(199,168,175)
#B4989E
(180,152,158)
#A1888D
(161,136,141)
#8E787C
(142,120,124)
#7B686B
(123,104,107)
#68585A
(104,88,90)
#554849
(85,72,73)
#423838
(66,56,56)
#2F2827
(47,40,39)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DAB8C0

#DAB8C0
(218,184,192)
#DDBEC5
(221,190,197)
#E0C4CA
(224,196,202)
#E3CACF
(227,202,207)
#E6D0D4
(230,208,212)
#E9D6D9
(233,214,217)
#ECDCDE
(236,220,222)
#EFE2E3
(239,226,227)
#F2E8E8
(242,232,232)
#F5EEED
(245,238,237)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8C0; }

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

This text font color is #DAB8C0.


Background Color

.myBgColor { background-color: #DAB8C0; }

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

This div background color is #DAB8C0.


Border color

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

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

This div border color is #DAB8C0.


Opacity

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

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

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

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

This text has shadow with #DAB8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB8C0 on black background.


Color preview on white background

This text has color #DAB8C0 on white background.



Black color preview on #DAB8C0 background

This text has black color on #DAB8C0 background.


White color preview on #DAB8C0 background

This text has white color on #DAB8C0 background.