COLOR #ACADC4

HEX: #ACADC4 RGB: (172,173,196)

Color info

#ACADC4 contains red, green and blue colors in about the same proportion. Web safe color of #ACADC4 is #9999CC (or #99C).

RGB color model

#ACADC4 color RGB value is (172,173,196).

RGB: (172,173,196) (67%, 68%, 77%)

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 196 of 255 = 77%

172
173
196

R + G + B ~ 71%. #ACADC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 173 + 196 = 541 (100%)
R 172 of 541 ~ 31.79%
G 173 of 541 ~ 31.98%
B 196 of 541 ~ 36.23'%

%31.79
%31.98
%36.23

CMYK color model

#ACADC4 color CMYK value is (12,12,0,23).

  • cyan value is 12.24%
  • magenta value is 11.73%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (12,12,0,23)
C12M12Y0K23 (12%, 12%, 0%, 23%)
(0.12 / 0.12 / 0.00 / 0.23)

CMYK percentages

%12.24
%11.73
%0
%23.14

Codes

Color #ACADC4 in popluar color models

AC AD C4
RGB 172 173 196
HSL 238° 16.90% 72.16%
HSB/HSV 238° 12.24% 76.86%
CMYK 12.24% 11.73% 0.00%
23.14%

Color #ACADC4 in popluar number systems.

HEX AC AD C4
Decimal 172 173 196
Binary 10101100 10101101 11000100
Octal 254 255 304

Shades and tints

Shades of #ACADC4

#ACADC4
(172,173,196)
#9D9EB3
(157,158,179)
#8E8FA2
(142,143,162)
#7F8091
(127,128,145)
#707180
(112,113,128)
#61626F
(97,98,111)
#52535E
(82,83,94)
#43444D
(67,68,77)
#34353C
(52,53,60)
#25262B
(37,38,43)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #ACADC4

#ACADC4
(172,173,196)
#B3B4C9
(179,180,201)
#BABBCE
(186,187,206)
#C1C2D3
(193,194,211)
#C8C9D8
(200,201,216)
#CFD0DD
(207,208,221)
#D6D7E2
(214,215,226)
#DDDEE7
(221,222,231)
#E4E5EC
(228,229,236)
#EBECF1
(235,236,241)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACADC4; }

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

This text font color is #ACADC4.

Background Color

.myBgColor { background-color: #ACADC4; }

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

This div background color is #ACADC4.

Border color

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

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

This div border color is #ACADC4.

Opacity

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

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

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

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

This text has shadow with #ACADC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACADC4.

Preview

Color preview on black background

This text has color #ACADC4 on black background.


Color preview on white background

This text has color #ACADC4 on white background.


Black color preview on #ACADC4 background

This text has black color on #ACADC4 background.


White color preview on #ACADC4 background

This text has white color on #ACADC4 background.


Related colors

Complementary color

Complementary color for #hex is #53523B.


I love getcolorcode.com

Triadic colors

1 #C4ACAD and #ADC4AC with #ACADC4 are triadic colors.

2 #C4ADAC and #ADACC4 with #ACADC4 are triadic colors.