COLOR #DAC4C6

HEX: #DAC4C6
RGB: (218,196,198)

Color info

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

RGB color model

#DAC4C6 color RGB value is (218,196,198).

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

RGB channels and saturation

R 218 of 255 = 85%
G 196 of 255 = 77%
B 198 of 255 = 78%

218
196
198

R + G + B ~ 80%. #DAC4C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 196 + 198 = 612 (100%)
R 218 of 612 ~ 35.62%
G 196 of 612 ~ 32.03%
B 198 of 612 ~ 32.35%

%35.62
%32.03
%32.35

CMYK color model

#DAC4C6 color CMYK value is (0,10,9,15).

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 9.17%
  • key color value is 14.51%
CMYK:
(0,10,9,15)
C0M10Y9K15 
(0%,10%,9%,15%)
(0.00/0.10/0.09/0.15)	

CMYK percentages

%0
%10.09
%9.17
%14.51

Codes

Color #DAC4C6 in popluar color models

DAC4C6
RGB218196198
HSL355°22.92%81.18%
HSB/HSV355°10.09%85.49%
CMYK0.00%10.09%9.17%
14.51%

Color #DAC4C6 in popluar number systems.

HEXDAC4C6
Decimal218196198
Binary110110101100010011000110
Octal332304306

Shades and tints

Shades of #DAC4C6

#DAC4C6
(218,196,198)
#C7B3B4
(199,179,180)
#B4A2A2
(180,162,162)
#A19190
(161,145,144)
#8E807E
(142,128,126)
#7B6F6C
(123,111,108)
#685E5A
(104,94,90)
#554D48
(85,77,72)
#423C36
(66,60,54)
#2F2B24
(47,43,36)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #DAC4C6

#DAC4C6
(218,196,198)
#DDC9CB
(221,201,203)
#E0CED0
(224,206,208)
#E3D3D5
(227,211,213)
#E6D8DA
(230,216,218)
#E9DDDF
(233,221,223)
#ECE2E4
(236,226,228)
#EFE7E9
(239,231,233)
#F2ECEE
(242,236,238)
#F5F1F3
(245,241,243)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC4C6; }

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

This text font color is #DAC4C6.


Background Color

.myBgColor { background-color: #DAC4C6; }

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

This div background color is #DAC4C6.


Border color

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

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

This div border color is #DAC4C6.


Opacity

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

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

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

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

This text has shadow with #DAC4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC4C6 on black background.


Color preview on white background

This text has color #DAC4C6 on white background.



Black color preview on #DAC4C6 background

This text has black color on #DAC4C6 background.


White color preview on #DAC4C6 background

This text has white color on #DAC4C6 background.