COLOR #DACEB4

HEX: #DACEB4 RGB: (218,206,180)

Color info

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

RGB color model

#DACEB4 color RGB value is (218,206,180).

RGB: (218,206,180) (85%, 81%, 71%)

RGB channels and saturation

R 218 of 255 = 85%
G 206 of 255 = 81%
B 180 of 255 = 71%

218
206
180

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

Portions of RGB colors in percentages

R + G + B = 218 + 206 + 180 = 604 (100%)
R 218 of 604 ~ 36.09%
G 206 of 604 ~ 34.11%
B 180 of 604 ~ 29.8'%

%36.09
%34.11
%29.8

CMYK color model

#DACEB4 color CMYK value is (0,6,17,15).

  • cyan value is 0.00%
  • magenta value is 5.50%
  • yellow value is 17.43%
  • key color value is 14.51%

CMYK: (0,6,17,15)
C0M6Y17K15 (0%, 6%, 17%, 15%)
(0.00 / 0.06 / 0.17 / 0.15)

CMYK percentages

%0
%5.5
%17.43
%14.51

Codes

Color #DACEB4 in popluar color models

DA CE B4
RGB 218 206 180
HSL 41° 33.93% 78.04%
HSB/HSV 41° 17.43% 85.49%
CMYK 0.00% 5.50% 17.43%
14.51%

Color #DACEB4 in popluar number systems.

HEX DA CE B4
Decimal 218 206 180
Binary 11011010 11001110 10110100
Octal 332 316 264

Shades and tints

Shades of #DACEB4

#DACEB4
(218,206,180)
#C7BCA4
(199,188,164)
#B4AA94
(180,170,148)
#A19884
(161,152,132)
#8E8674
(142,134,116)
#7B7464
(123,116,100)
#686254
(104,98,84)
#555044
(85,80,68)
#423E34
(66,62,52)
#2F2C24
(47,44,36)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #DACEB4

#DACEB4
(218,206,180)
#DDD2BA
(221,210,186)
#E0D6C0
(224,214,192)
#E3DAC6
(227,218,198)
#E6DECC
(230,222,204)
#E9E2D2
(233,226,210)
#ECE6D8
(236,230,216)
#EFEADE
(239,234,222)
#F2EEE4
(242,238,228)
#F5F2EA
(245,242,234)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACEB4 color. Also use rgb(218,206,180) instead hex code.

Text Font Color

.myTextColor { color: #DACEB4; }

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

This text font color is #DACEB4.

Background Color

.myBgColor { background-color: #DACEB4; }

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

This div background color is #DACEB4.

Border color

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

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

This div border color is #DACEB4.

Opacity

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

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

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

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

This text has shadow with #DACEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACEB4.

Preview

Color preview on black background

This text has color #DACEB4 on black background.


Color preview on white background

This text has color #DACEB4 on white background.


Black color preview on #DACEB4 background

This text has black color on #DACEB4 background.


White color preview on #DACEB4 background

This text has white color on #DACEB4 background.


Related colors

Complementary color

Complementary color for #hex is #25314B.


I love getcolorcode.com

Triadic colors

1 #B4DACE and #CEB4DA with #DACEB4 are triadic colors.

2 #B4CEDA and #CEDAB4 with #DACEB4 are triadic colors.