COLOR #DABEAD

HEX: #DABEAD
RGB: (218,190,173)

Color info

#DABEAD contains red, green and blue colors in about the same proportion. Web safe color of #DABEAD is #CCCC99 (or #CC9).

RGB color model

#DABEAD color RGB value is (218,190,173).

  • red value is 218;
  • green value is 190;
  • blue value is 173.
RGB:
(218,190,173)
(85%,75%,68%)

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 173 of 255 = 68%

218
190
173

R + G + B ~ 76%. #DABEAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 190 + 173 = 581 (100%)
R 218 of 581 ~ 37.52%
G 190 of 581 ~ 32.7%
B 173 of 581 ~ 29.78%

%37.52
%32.7
%29.78

CMYK color model

#DABEAD color CMYK value is (0,13,21,15).

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 20.64%
  • key color value is 14.51%
CMYK:
(0,13,21,15)
C0M13Y21K15 
(0%,13%,21%,15%)
(0.00/0.13/0.21/0.15)	

CMYK percentages

%0
%12.84
%20.64
%14.51

Codes

Color #DABEAD in popluar color models

DABEAD
RGB218190173
HSL23°37.82%76.67%
HSB/HSV23°20.64%85.49%
CMYK0.00%12.84%20.64%
14.51%

Color #DABEAD in popluar number systems.

HEXDABEAD
Decimal218190173
Binary110110101011111010101101
Octal332276255

Shades and tints

Shades of #DABEAD

#DABEAD
(218,190,173)
#C7AD9E
(199,173,158)
#B49C8F
(180,156,143)
#A18B80
(161,139,128)
#8E7A71
(142,122,113)
#7B6962
(123,105,98)
#685853
(104,88,83)
#554744
(85,71,68)
#423635
(66,54,53)
#2F2526
(47,37,38)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #DABEAD

#DABEAD
(218,190,173)
#DDC3B4
(221,195,180)
#E0C8BB
(224,200,187)
#E3CDC2
(227,205,194)
#E6D2C9
(230,210,201)
#E9D7D0
(233,215,208)
#ECDCD7
(236,220,215)
#EFE1DE
(239,225,222)
#F2E6E5
(242,230,229)
#F5EBEC
(245,235,236)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABEAD color. Also use rgb(218,190,173) instead hex code.

Text Font Color

.myTextColor { color: #DABEAD; }

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

This text font color is #DABEAD.


Background Color

.myBgColor { background-color: #DABEAD; }

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

This div background color is #DABEAD.


Border color

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

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

This div border color is #DABEAD.


Opacity

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

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

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

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

This text has shadow with #DABEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABEAD on black background.


Color preview on white background

This text has color #DABEAD on white background.



Black color preview on #DABEAD background

This text has black color on #DABEAD background.


White color preview on #DABEAD background

This text has white color on #DABEAD background.