COLOR #ACABC4

HEX: #ACABC4
RGB: (172,171,196)

Color info

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

RGB color model

#ACABC4 color RGB value is (172,171,196).

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

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 196 of 255 = 77%

172
171
196

R + G + B ~ 70%. #ACABC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 196 = 539 (100%)
R 172 of 539 ~ 31.91%
G 171 of 539 ~ 31.73%
B 196 of 539 ~ 36.36%

%31.91
%31.73
%36.36

CMYK color model

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

  • cyan value is 12.24%
  • magenta value is 12.76%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(12,13,0,23)
C12M13Y0K23 
(12%,13%,0%,23%)
(0.12/0.13/0.00/0.23)	

CMYK percentages

%12.24
%12.76
%0
%23.14

Codes

Color #ACABC4 in popluar color models

ACABC4
RGB172171196
HSL242°17.48%71.96%
HSB/HSV242°12.76%76.86%
CMYK12.24%12.76%0.00%
23.14%

Color #ACABC4 in popluar number systems.

HEXACABC4
Decimal172171196
Binary101011001010101111000100
Octal254253304

Shades and tints

Shades of #ACABC4

#ACABC4
(172,171,196)
#9D9CB3
(157,156,179)
#8E8DA2
(142,141,162)
#7F7E91
(127,126,145)
#706F80
(112,111,128)
#61606F
(97,96,111)
#52515E
(82,81,94)
#43424D
(67,66,77)
#34333C
(52,51,60)
#25242B
(37,36,43)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #ACABC4

#ACABC4
(172,171,196)
#B3B2C9
(179,178,201)
#BAB9CE
(186,185,206)
#C1C0D3
(193,192,211)
#C8C7D8
(200,199,216)
#CFCEDD
(207,206,221)
#D6D5E2
(214,213,226)
#DDDCE7
(221,220,231)
#E4E3EC
(228,227,236)
#EBEAF1
(235,234,241)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACABC4; }

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

This text font color is #ACABC4.


Background Color

.myBgColor { background-color: #ACABC4; }

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

This div background color is #ACABC4.


Border color

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

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

This div border color is #ACABC4.


Opacity

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

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

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

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

This text has shadow with #ACABC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACABC4 on black background.


Color preview on white background

This text has color #ACABC4 on white background.



Black color preview on #ACABC4 background

This text has black color on #ACABC4 background.


White color preview on #ACABC4 background

This text has white color on #ACABC4 background.