COLOR #ACBEAF

HEX: #ACBEAF
RGB: (172,190,175)

Color info

#ACBEAF contains red, green and blue colors in about the same proportion. Web safe color of #ACBEAF is #99CC99 (or #9C9).

RGB color model

#ACBEAF color RGB value is (172,190,175).

  • red value is 172;
  • green value is 190;
  • blue value is 175.
RGB:
(172,190,175)
(67%,75%,69%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 175 of 255 = 69%

172
190
175

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

Portions of RGB colors in percentages

R + G + B =
172 + 190 + 175 = 537 (100%)
R 172 of 537 ~ 32.03%
G 190 of 537 ~ 35.38%
B 175 of 537 ~ 32.59%

%32.03
%35.38
%32.59

CMYK color model

#ACBEAF color CMYK value is (9,0,8,25).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%
CMYK:
(9,0,8,25)
C9M0Y8K25 
(9%,0%,8%,25%)
(0.09/0.00/0.08/0.25)	

CMYK percentages

%9.47
%0
%7.89
%25.49

Codes

Color #ACBEAF in popluar color models

ACBEAF
RGB172190175
HSL130°12.16%70.98%
HSB/HSV130°9.47%74.51%
CMYK9.47%0.00%7.89%
25.49%

Color #ACBEAF in popluar number systems.

HEXACBEAF
Decimal172190175
Binary101011001011111010101111
Octal254276257

Shades and tints

Shades of #ACBEAF

#ACBEAF
(172,190,175)
#9DADA0
(157,173,160)
#8E9C91
(142,156,145)
#7F8B82
(127,139,130)
#707A73
(112,122,115)
#616964
(97,105,100)
#525855
(82,88,85)
#434746
(67,71,70)
#343637
(52,54,55)
#252528
(37,37,40)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #ACBEAF

#ACBEAF
(172,190,175)
#B3C3B6
(179,195,182)
#BAC8BD
(186,200,189)
#C1CDC4
(193,205,196)
#C8D2CB
(200,210,203)
#CFD7D2
(207,215,210)
#D6DCD9
(214,220,217)
#DDE1E0
(221,225,224)
#E4E6E7
(228,230,231)
#EBEBEE
(235,235,238)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBEAF color. Also use rgb(172,190,175) instead hex code.

Text Font Color

.myTextColor { color: #ACBEAF; }

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

This text font color is #ACBEAF.


Background Color

.myBgColor { background-color: #ACBEAF; }

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

This div background color is #ACBEAF.


Border color

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

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

This div border color is #ACBEAF.


Opacity

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

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

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

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

This text has shadow with #ACBEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBEAF on black background.


Color preview on white background

This text has color #ACBEAF on white background.



Black color preview on #ACBEAF background

This text has black color on #ACBEAF background.


White color preview on #ACBEAF background

This text has white color on #ACBEAF background.