COLOR #ACBFAE

HEX: #ACBFAE
RGB: (172,191,174)

Color info

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

RGB color model

#ACBFAE color RGB value is (172,191,174).

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

RGB channels and saturation

R 172 of 255 = 67%
G 191 of 255 = 75%
B 174 of 255 = 68%

172
191
174

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

Portions of RGB colors in percentages

R + G + B =
172 + 191 + 174 = 537 (100%)
R 172 of 537 ~ 32.03%
G 191 of 537 ~ 35.57%
B 174 of 537 ~ 32.4%

%32.03
%35.57
%32.4

CMYK color model

#ACBFAE color CMYK value is (10,0,9,25).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 25.10%
CMYK:
(10,0,9,25)
C10M0Y9K25 
(10%,0%,9%,25%)
(0.10/0.00/0.09/0.25)	

CMYK percentages

%9.95
%0
%8.9
%25.1

Codes

Color #ACBFAE in popluar color models

ACBFAE
RGB172191174
HSL126°12.93%71.18%
HSB/HSV126°9.95%74.90%
CMYK9.95%0.00%8.90%
25.10%

Color #ACBFAE in popluar number systems.

HEXACBFAE
Decimal172191174
Binary101011001011111110101110
Octal254277256

Shades and tints

Shades of #ACBFAE

#ACBFAE
(172,191,174)
#9DAE9F
(157,174,159)
#8E9D90
(142,157,144)
#7F8C81
(127,140,129)
#707B72
(112,123,114)
#616A63
(97,106,99)
#525954
(82,89,84)
#434845
(67,72,69)
#343736
(52,55,54)
#252627
(37,38,39)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #ACBFAE

#ACBFAE
(172,191,174)
#B3C4B5
(179,196,181)
#BAC9BC
(186,201,188)
#C1CEC3
(193,206,195)
#C8D3CA
(200,211,202)
#CFD8D1
(207,216,209)
#D6DDD8
(214,221,216)
#DDE2DF
(221,226,223)
#E4E7E6
(228,231,230)
#EBECED
(235,236,237)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBFAE; }

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

This text font color is #ACBFAE.


Background Color

.myBgColor { background-color: #ACBFAE; }

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

This div background color is #ACBFAE.


Border color

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

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

This div border color is #ACBFAE.


Opacity

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

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

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

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

This text has shadow with #ACBFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBFAE on black background.


Color preview on white background

This text has color #ACBFAE on white background.



Black color preview on #ACBFAE background

This text has black color on #ACBFAE background.


White color preview on #ACBFAE background

This text has white color on #ACBFAE background.