COLOR #DAC4BB

HEX: #DAC4BB
RGB: (218,196,187)

Color info

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

RGB color model

#DAC4BB color RGB value is (218,196,187).

  • red value is 218;
  • green value is 196;
  • blue value is 187.
RGB:
(218,196,187)
(85%,77%,73%)

RGB channels and saturation

R 218 of 255 = 85%
G 196 of 255 = 77%
B 187 of 255 = 73%

218
196
187

R + G + B ~ 78%. #DAC4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 196 + 187 = 601 (100%)
R 218 of 601 ~ 36.27%
G 196 of 601 ~ 32.61%
B 187 of 601 ~ 31.11%

%36.27
%32.61
%31.11

CMYK color model

#DAC4BB color CMYK value is (0,10,14,15).

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(0,10,14,15)
C0M10Y14K15 
(0%,10%,14%,15%)
(0.00/0.10/0.14/0.15)	

CMYK percentages

%0
%10.09
%14.22
%14.51

Codes

Color #DAC4BB in popluar color models

DAC4BB
RGB218196187
HSL17°29.52%79.41%
HSB/HSV17°14.22%85.49%
CMYK0.00%10.09%14.22%
14.51%

Color #DAC4BB in popluar number systems.

HEXDAC4BB
Decimal218196187
Binary110110101100010010111011
Octal332304273

Shades and tints

Shades of #DAC4BB

#DAC4BB
(218,196,187)
#C7B3AA
(199,179,170)
#B4A299
(180,162,153)
#A19188
(161,145,136)
#8E8077
(142,128,119)
#7B6F66
(123,111,102)
#685E55
(104,94,85)
#554D44
(85,77,68)
#423C33
(66,60,51)
#2F2B22
(47,43,34)
#1C1A11
(28,26,17)
#000000
(0,0,0)

Tints of #DAC4BB

#DAC4BB
(218,196,187)
#DDC9C1
(221,201,193)
#E0CEC7
(224,206,199)
#E3D3CD
(227,211,205)
#E6D8D3
(230,216,211)
#E9DDD9
(233,221,217)
#ECE2DF
(236,226,223)
#EFE7E5
(239,231,229)
#F2ECEB
(242,236,235)
#F5F1F1
(245,241,241)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC4BB color. Also use rgb(218,196,187) instead hex code.

Text Font Color

.myTextColor { color: #DAC4BB; }

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

This text font color is #DAC4BB.


Background Color

.myBgColor { background-color: #DAC4BB; }

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

This div background color is #DAC4BB.


Border color

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

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

This div border color is #DAC4BB.


Opacity

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

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

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

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

This text has shadow with #DAC4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC4BB on black background.


Color preview on white background

This text has color #DAC4BB on white background.



Black color preview on #DAC4BB background

This text has black color on #DAC4BB background.


White color preview on #DAC4BB background

This text has white color on #DAC4BB background.