COLOR #DACCC7

HEX: #DACCC7 RGB: (218,204,199)

Color info

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

RGB color model

#DACCC7 color RGB value is (218,204,199).

RGB: (218,204,199) (85%, 80%, 78%)

RGB channels and saturation

R 218 of 255 = 85%
G 204 of 255 = 80%
B 199 of 255 = 78%

218
204
199

R + G + B ~ 81%. #DACCC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 204 + 199 = 621 (100%)
R 218 of 621 ~ 35.1%
G 204 of 621 ~ 32.85%
B 199 of 621 ~ 32.05'%

%35.1
%32.85
%32.05

CMYK color model

#DACCC7 color CMYK value is (0,6,9,15).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 8.72%
  • key color value is 14.51%
CMYK: (0,6,9,15) C0M6Y9K15 (0%,6%,9%,15%) (0.00/0.06/0.09/0.15) 

CMYK percentages

%0
%6.42
%8.72
%14.51

Codes

Color #DACCC7 in popluar color models

DA CC C7
RGB 218 204 199
HSL 16° 20.43% 81.76%
HSB/HSV 16° 8.72% 85.49%
CMYK 0.00% 6.42% 8.72%
14.51%

Color #DACCC7 in popluar number systems.

HEX DA CC C7
Decimal 218 204 199
Binary 11011010 11001100 11000111
Octal 332 314 307

Shades and tints

Shades of #DACCC7

#DACCC7
(218,204,199)
#C7BAB5
(199,186,181)
#B4A8A3
(180,168,163)
#A19691
(161,150,145)
#8E847F
(142,132,127)
#7B726D
(123,114,109)
#68605B
(104,96,91)
#554E49
(85,78,73)
#423C37
(66,60,55)
#2F2A25
(47,42,37)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #DACCC7

#DACCC7
(218,204,199)
#DDD0CC
(221,208,204)
#E0D4D1
(224,212,209)
#E3D8D6
(227,216,214)
#E6DCDB
(230,220,219)
#E9E0E0
(233,224,224)
#ECE4E5
(236,228,229)
#EFE8EA
(239,232,234)
#F2ECEF
(242,236,239)
#F5F0F4
(245,240,244)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACCC7; }

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

This text font color is #DACCC7.

Background Color

.myBgColor { background-color: #DACCC7; }

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

This div background color is #DACCC7.

Border color

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

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

This div border color is #DACCC7.

Opacity

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

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

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

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

This text has shadow with #DACCC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACCC7.

Preview

Color preview on black background

This text has color #DACCC7 on black background.


Color preview on white background

This text has color #DACCC7 on white background.


Black color preview on #DACCC7 background

This text has black color on #DACCC7 background.


White color preview on #DACCC7 background

This text has white color on #DACCC7 background.


Related colors

Complementary color

Complementary color for #hex is #253338.


I love getcolorcode.com

Triadic colors

1 #C7DACC and #CCC7DA with #DACCC7 are triadic colors.

2 #C7CCDA and #CCDAC7 with #DACCC7 are triadic colors.