COLOR #DAC4C5

HEX: #DAC4C5 RGB: (218,196,197)

Color info

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

RGB color model

#DAC4C5 color RGB value is (218,196,197).

RGB: (218,196,197) (85%, 77%, 77%)

RGB channels and saturation

R 218 of 255 = 85%
G 196 of 255 = 77%
B 197 of 255 = 77%

218
196
197

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

Portions of RGB colors in percentages

R + G + B = 218 + 196 + 197 = 611 (100%)
R 218 of 611 ~ 35.68%
G 196 of 611 ~ 32.08%
B 197 of 611 ~ 32.24'%

%35.68
%32.08
%32.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 9.63%
  • key color value is 14.51%

CMYK: (0,10,10,15)
C0M10Y10K15 (0%, 10%, 10%, 15%)
(0.00 / 0.10 / 0.10 / 0.15)

CMYK percentages

%0
%10.09
%9.63
%14.51

Codes

Color #DAC4C5 in popluar color models

DA C4 C5
RGB 218 196 197
HSL 357° 22.92% 81.18%
HSB/HSV 357° 10.09% 85.49%
CMYK 0.00% 10.09% 9.63%
14.51%

Color #DAC4C5 in popluar number systems.

HEX DA C4 C5
Decimal 218 196 197
Binary 11011010 11000100 11000101
Octal 332 304 305

Shades and tints

Shades of #DAC4C5

#DAC4C5
(218,196,197)
#C7B3B4
(199,179,180)
#B4A2A3
(180,162,163)
#A19192
(161,145,146)
#8E8081
(142,128,129)
#7B6F70
(123,111,112)
#685E5F
(104,94,95)
#554D4E
(85,77,78)
#423C3D
(66,60,61)
#2F2B2C
(47,43,44)
#1C1A1B
(28,26,27)
#000000
(0,0,0)

Tints of #DAC4C5

#DAC4C5
(218,196,197)
#DDC9CA
(221,201,202)
#E0CECF
(224,206,207)
#E3D3D4
(227,211,212)
#E6D8D9
(230,216,217)
#E9DDDE
(233,221,222)
#ECE2E3
(236,226,227)
#EFE7E8
(239,231,232)
#F2ECED
(242,236,237)
#F5F1F2
(245,241,242)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC4C5; }

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

This text font color is #DAC4C5.

Background Color

.myBgColor { background-color: #DAC4C5; }

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

This div background color is #DAC4C5.

Border color

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

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

This div border color is #DAC4C5.

Opacity

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

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

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

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

This text has shadow with #DAC4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC4C5.

Preview

Color preview on black background

This text has color #DAC4C5 on black background.


Color preview on white background

This text has color #DAC4C5 on white background.


Black color preview on #DAC4C5 background

This text has black color on #DAC4C5 background.


White color preview on #DAC4C5 background

This text has white color on #DAC4C5 background.


Related colors

Complementary color

Complementary color for #hex is #253B3A.


I love getcolorcode.com

Triadic colors

1 #C5DAC4 and #C4C5DA with #DAC4C5 are triadic colors.

2 #C5C4DA and #C4DAC5 with #DAC4C5 are triadic colors.