COLOR #DABDB9

HEX: #DABDB9
RGB: (218,189,185)

Color info

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

RGB color model

#DABDB9 color RGB value is (218,189,185).

  • red value is 218;
  • green value is 189;
  • blue value is 185.
RGB:
(218,189,185)
(85%,74%,73%)

RGB channels and saturation

R 218 of 255 = 85%
G 189 of 255 = 74%
B 185 of 255 = 73%

218
189
185

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

Portions of RGB colors in percentages

R + G + B =
218 + 189 + 185 = 592 (100%)
R 218 of 592 ~ 36.82%
G 189 of 592 ~ 31.93%
B 185 of 592 ~ 31.25%

%36.82
%31.93
%31.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 15.14%
  • key color value is 14.51%
CMYK:
(0,13,15,15)
C0M13Y15K15 
(0%,13%,15%,15%)
(0.00/0.13/0.15/0.15)	

CMYK percentages

%0
%13.3
%15.14
%14.51

Codes

Color #DABDB9 in popluar color models

DABDB9
RGB218189185
HSL30.84%79.02%
HSB/HSV15.14%85.49%
CMYK0.00%13.30%15.14%
14.51%

Color #DABDB9 in popluar number systems.

HEXDABDB9
Decimal218189185
Binary110110101011110110111001
Octal332275271

Shades and tints

Shades of #DABDB9

#DABDB9
(218,189,185)
#C7ACA9
(199,172,169)
#B49B99
(180,155,153)
#A18A89
(161,138,137)
#8E7979
(142,121,121)
#7B6869
(123,104,105)
#685759
(104,87,89)
#554649
(85,70,73)
#423539
(66,53,57)
#2F2429
(47,36,41)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #DABDB9

#DABDB9
(218,189,185)
#DDC3BF
(221,195,191)
#E0C9C5
(224,201,197)
#E3CFCB
(227,207,203)
#E6D5D1
(230,213,209)
#E9DBD7
(233,219,215)
#ECE1DD
(236,225,221)
#EFE7E3
(239,231,227)
#F2EDE9
(242,237,233)
#F5F3EF
(245,243,239)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABDB9 color. Also use rgb(218,189,185) instead hex code.

Text Font Color

.myTextColor { color: #DABDB9; }

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

This text font color is #DABDB9.


Background Color

.myBgColor { background-color: #DABDB9; }

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

This div background color is #DABDB9.


Border color

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

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

This div border color is #DABDB9.


Opacity

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

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

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

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

This text has shadow with #DABDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABDB9 on black background.


Color preview on white background

This text has color #DABDB9 on white background.



Black color preview on #DABDB9 background

This text has black color on #DABDB9 background.


White color preview on #DABDB9 background

This text has white color on #DABDB9 background.