COLOR #DCACC4

HEX: #DCACC4
RGB: (220,172,196)

Color info

#DCACC4 contains red, green and blue colors in about the same proportion. Web safe color of #DCACC4 is #CC99CC (or #C9C).

RGB color model

#DCACC4 color RGB value is (220,172,196).

  • red value is 220;
  • green value is 172;
  • blue value is 196.
RGB:
(220,172,196)
(86%,67%,77%)

RGB channels and saturation

R 220 of 255 = 86%
G 172 of 255 = 67%
B 196 of 255 = 77%

220
172
196

R + G + B ~ 77%. #DCACC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 172 + 196 = 588 (100%)
R 220 of 588 ~ 37.41%
G 172 of 588 ~ 29.25%
B 196 of 588 ~ 33.33%

%37.41
%29.25
%33.33

CMYK color model

#DCACC4 color CMYK value is (0,22,11,14).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 10.91%
  • key color value is 13.73%
CMYK:
(0,22,11,14)
C0M22Y11K14 
(0%,22%,11%,14%)
(0.00/0.22/0.11/0.14)	

CMYK percentages

%0
%21.82
%10.91
%13.73

Codes

Color #DCACC4 in popluar color models

DCACC4
RGB220172196
HSL330°40.68%76.86%
HSB/HSV330°21.82%86.27%
CMYK0.00%21.82%10.91%
13.73%

Color #DCACC4 in popluar number systems.

HEXDCACC4
Decimal220172196
Binary110111001010110011000100
Octal334254304

Shades and tints

Shades of #DCACC4

#DCACC4
(220,172,196)
#C89DB3
(200,157,179)
#B48EA2
(180,142,162)
#A07F91
(160,127,145)
#8C7080
(140,112,128)
#78616F
(120,97,111)
#64525E
(100,82,94)
#50434D
(80,67,77)
#3C343C
(60,52,60)
#28252B
(40,37,43)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #DCACC4

#DCACC4
(220,172,196)
#DFB3C9
(223,179,201)
#E2BACE
(226,186,206)
#E5C1D3
(229,193,211)
#E8C8D8
(232,200,216)
#EBCFDD
(235,207,221)
#EED6E2
(238,214,226)
#F1DDE7
(241,221,231)
#F4E4EC
(244,228,236)
#F7EBF1
(247,235,241)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCACC4 color. Also use rgb(220,172,196) instead hex code.

Text Font Color

.myTextColor { color: #DCACC4; }

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

This text font color is #DCACC4.


Background Color

.myBgColor { background-color: #DCACC4; }

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

This div background color is #DCACC4.


Border color

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

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

This div border color is #DCACC4.


Opacity

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

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

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

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

This text has shadow with #DCACC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCACC4 on black background.


Color preview on white background

This text has color #DCACC4 on white background.



Black color preview on #DCACC4 background

This text has black color on #DCACC4 background.


White color preview on #DCACC4 background

This text has white color on #DCACC4 background.