COLOR #DAACAE

HEX: #DAACAE
RGB: (218,172,174)

Color info

#DAACAE contains red, green and blue colors in about the same proportion. Web safe color of #DAACAE is #CC9999 (or #C99).

RGB color model

#DAACAE color RGB value is (218,172,174).

  • red value is 218;
  • green value is 172;
  • blue value is 174.
RGB:
(218,172,174)
(85%,67%,68%)

RGB channels and saturation

R 218 of 255 = 85%
G 172 of 255 = 67%
B 174 of 255 = 68%

218
172
174

R + G + B ~ 73%. #DAACAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 172 + 174 = 564 (100%)
R 218 of 564 ~ 38.65%
G 172 of 564 ~ 30.5%
B 174 of 564 ~ 30.85%

%38.65
%30.5
%30.85

CMYK color model

#DAACAE color CMYK value is (0,21,20,15).

  • cyan value is 0.00%
  • magenta value is 21.10%
  • yellow value is 20.18%
  • key color value is 14.51%
CMYK:
(0,21,20,15)
C0M21Y20K15 
(0%,21%,20%,15%)
(0.00/0.21/0.20/0.15)	

CMYK percentages

%0
%21.1
%20.18
%14.51

Codes

Color #DAACAE in popluar color models

DAACAE
RGB218172174
HSL357°38.33%76.47%
HSB/HSV357°21.10%85.49%
CMYK0.00%21.10%20.18%
14.51%

Color #DAACAE in popluar number systems.

HEXDAACAE
Decimal218172174
Binary110110101010110010101110
Octal332254256

Shades and tints

Shades of #DAACAE

#DAACAE
(218,172,174)
#C79D9F
(199,157,159)
#B48E90
(180,142,144)
#A17F81
(161,127,129)
#8E7072
(142,112,114)
#7B6163
(123,97,99)
#685254
(104,82,84)
#554345
(85,67,69)
#423436
(66,52,54)
#2F2527
(47,37,39)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #DAACAE

#DAACAE
(218,172,174)
#DDB3B5
(221,179,181)
#E0BABC
(224,186,188)
#E3C1C3
(227,193,195)
#E6C8CA
(230,200,202)
#E9CFD1
(233,207,209)
#ECD6D8
(236,214,216)
#EFDDDF
(239,221,223)
#F2E4E6
(242,228,230)
#F5EBED
(245,235,237)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAACAE color. Also use rgb(218,172,174) instead hex code.

Text Font Color

.myTextColor { color: #DAACAE; }

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

This text font color is #DAACAE.


Background Color

.myBgColor { background-color: #DAACAE; }

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

This div background color is #DAACAE.


Border color

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

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

This div border color is #DAACAE.


Opacity

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

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

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

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

This text has shadow with #DAACAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAACAE on black background.


Color preview on white background

This text has color #DAACAE on white background.



Black color preview on #DAACAE background

This text has black color on #DAACAE background.


White color preview on #DAACAE background

This text has white color on #DAACAE background.