COLOR #DAC7C8

HEX: #DAC7C8 RGB: (218,199,200)

Color info

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

RGB color model

#DAC7C8 color RGB value is (218,199,200).

RGB: (218,199,200) (85%, 78%, 78%)

RGB channels and saturation

R 218 of 255 = 85%
G 199 of 255 = 78%
B 200 of 255 = 78%

218
199
200

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

Portions of RGB colors in percentages

R + G + B = 218 + 199 + 200 = 617 (100%)
R 218 of 617 ~ 35.33%
G 199 of 617 ~ 32.25%
B 200 of 617 ~ 32.41'%

%35.33
%32.25
%32.41

CMYK color model

#DAC7C8 color CMYK value is (0,9,8,15).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 8.26%
  • key color value is 14.51%

CMYK: (0,9,8,15)
C0M9Y8K15 (0%, 9%, 8%, 15%)
(0.00 / 0.09 / 0.08 / 0.15)

CMYK percentages

%0
%8.72
%8.26
%14.51

Codes

Color #DAC7C8 in popluar color models

DA C7 C8
RGB 218 199 200
HSL 357° 20.43% 81.76%
HSB/HSV 357° 8.72% 85.49%
CMYK 0.00% 8.72% 8.26%
14.51%

Color #DAC7C8 in popluar number systems.

HEX DA C7 C8
Decimal 218 199 200
Binary 11011010 11000111 11001000
Octal 332 307 310

Shades and tints

Shades of #DAC7C8

#DAC7C8
(218,199,200)
#C7B5B6
(199,181,182)
#B4A3A4
(180,163,164)
#A19192
(161,145,146)
#8E7F80
(142,127,128)
#7B6D6E
(123,109,110)
#685B5C
(104,91,92)
#55494A
(85,73,74)
#423738
(66,55,56)
#2F2526
(47,37,38)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #DAC7C8

#DAC7C8
(218,199,200)
#DDCCCD
(221,204,205)
#E0D1D2
(224,209,210)
#E3D6D7
(227,214,215)
#E6DBDC
(230,219,220)
#E9E0E1
(233,224,225)
#ECE5E6
(236,229,230)
#EFEAEB
(239,234,235)
#F2EFF0
(242,239,240)
#F5F4F5
(245,244,245)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC7C8 color. Also use rgb(218,199,200) instead hex code.

Text Font Color

.myTextColor { color: #DAC7C8; }

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

This text font color is #DAC7C8.

Background Color

.myBgColor { background-color: #DAC7C8; }

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

This div background color is #DAC7C8.

Border color

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

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

This div border color is #DAC7C8.

Opacity

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

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

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

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

This text has shadow with #DAC7C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC7C8.

Preview

Color preview on black background

This text has color #DAC7C8 on black background.


Color preview on white background

This text has color #DAC7C8 on white background.


Black color preview on #DAC7C8 background

This text has black color on #DAC7C8 background.


White color preview on #DAC7C8 background

This text has white color on #DAC7C8 background.


Related colors

Complementary color

Complementary color for #hex is #253837.


I love getcolorcode.com

Triadic colors

1 #C8DAC7 and #C7C8DA with #DAC7C8 are triadic colors.

2 #C8C7DA and #C7DAC8 with #DAC7C8 are triadic colors.