COLOR #DAC5BE

HEX: #DAC5BE
RGB: (218,197,190)

Color info

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

RGB color model

#DAC5BE color RGB value is (218,197,190).

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

RGB channels and saturation

R 218 of 255 = 85%
G 197 of 255 = 77%
B 190 of 255 = 75%

218
197
190

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

Portions of RGB colors in percentages

R + G + B =
218 + 197 + 190 = 605 (100%)
R 218 of 605 ~ 36.03%
G 197 of 605 ~ 32.56%
B 190 of 605 ~ 31.4%

%36.03
%32.56
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 12.84%
  • key color value is 14.51%
CMYK:
(0,10,13,15)
C0M10Y13K15 
(0%,10%,13%,15%)
(0.00/0.10/0.13/0.15)	

CMYK percentages

%0
%9.63
%12.84
%14.51

Codes

Color #DAC5BE in popluar color models

DAC5BE
RGB218197190
HSL15°27.45%80.00%
HSB/HSV15°12.84%85.49%
CMYK0.00%9.63%12.84%
14.51%

Color #DAC5BE in popluar number systems.

HEXDAC5BE
Decimal218197190
Binary110110101100010110111110
Octal332305276

Shades and tints

Shades of #DAC5BE

#DAC5BE
(218,197,190)
#C7B4AD
(199,180,173)
#B4A39C
(180,163,156)
#A1928B
(161,146,139)
#8E817A
(142,129,122)
#7B7069
(123,112,105)
#685F58
(104,95,88)
#554E47
(85,78,71)
#423D36
(66,61,54)
#2F2C25
(47,44,37)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #DAC5BE

#DAC5BE
(218,197,190)
#DDCAC3
(221,202,195)
#E0CFC8
(224,207,200)
#E3D4CD
(227,212,205)
#E6D9D2
(230,217,210)
#E9DED7
(233,222,215)
#ECE3DC
(236,227,220)
#EFE8E1
(239,232,225)
#F2EDE6
(242,237,230)
#F5F2EB
(245,242,235)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC5BE; }

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

This text font color is #DAC5BE.


Background Color

.myBgColor { background-color: #DAC5BE; }

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

This div background color is #DAC5BE.


Border color

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

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

This div border color is #DAC5BE.


Opacity

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

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

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

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

This text has shadow with #DAC5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC5BE on black background.


Color preview on white background

This text has color #DAC5BE on white background.



Black color preview on #DAC5BE background

This text has black color on #DAC5BE background.


White color preview on #DAC5BE background

This text has white color on #DAC5BE background.