COLOR #DACDB8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

218
205
184

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

Portions of RGB colors in percentages

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

%35.91
%33.77
%30.31

CMYK color model

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

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

CMYK percentages

%0
%5.96
%15.6
%14.51

Codes

Color #DACDB8 in popluar color models

DACDB8
RGB218205184
HSL37°31.48%78.82%
HSB/HSV37°15.60%85.49%
CMYK0.00%5.96%15.60%
14.51%

Color #DACDB8 in popluar number systems.

HEXDACDB8
Decimal218205184
Binary110110101100110110111000
Octal332315270

Shades and tints

Shades of #DACDB8

#DACDB8
(218,205,184)
#C7BBA8
(199,187,168)
#B4A998
(180,169,152)
#A19788
(161,151,136)
#8E8578
(142,133,120)
#7B7368
(123,115,104)
#686158
(104,97,88)
#554F48
(85,79,72)
#423D38
(66,61,56)
#2F2B28
(47,43,40)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #DACDB8

#DACDB8
(218,205,184)
#DDD1BE
(221,209,190)
#E0D5C4
(224,213,196)
#E3D9CA
(227,217,202)
#E6DDD0
(230,221,208)
#E9E1D6
(233,225,214)
#ECE5DC
(236,229,220)
#EFE9E2
(239,233,226)
#F2EDE8
(242,237,232)
#F5F1EE
(245,241,238)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACDB8; }

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

This text font color is #DACDB8.


Background Color

.myBgColor { background-color: #DACDB8; }

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

This div background color is #DACDB8.


Border color

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

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

This div border color is #DACDB8.


Opacity

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

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

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

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

This text has shadow with #DACDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACDB8 on black background.


Color preview on white background

This text has color #DACDB8 on white background.



Black color preview on #DACDB8 background

This text has black color on #DACDB8 background.


White color preview on #DACDB8 background

This text has white color on #DACDB8 background.