COLOR #ACBFA7

HEX: #ACBFA7
RGB: (172,191,167)

Color info

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

RGB color model

#ACBFA7 color RGB value is (172,191,167).

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

RGB channels and saturation

R 172 of 255 = 67%
G 191 of 255 = 75%
B 167 of 255 = 65%

172
191
167

R + G + B ~ 69%. #ACBFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 191 + 167 = 530 (100%)
R 172 of 530 ~ 32.45%
G 191 of 530 ~ 36.04%
B 167 of 530 ~ 31.51%

%32.45
%36.04
%31.51

CMYK color model

#ACBFA7 color CMYK value is (10,0,13,25).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 25.10%
CMYK:
(10,0,13,25)
C10M0Y13K25 
(10%,0%,13%,25%)
(0.10/0.00/0.13/0.25)	

CMYK percentages

%9.95
%0
%12.57
%25.1

Codes

Color #ACBFA7 in popluar color models

ACBFA7
RGB172191167
HSL108°15.79%70.20%
HSB/HSV108°12.57%74.90%
CMYK9.95%0.00%12.57%
25.10%

Color #ACBFA7 in popluar number systems.

HEXACBFA7
Decimal172191167
Binary101011001011111110100111
Octal254277247

Shades and tints

Shades of #ACBFA7

#ACBFA7
(172,191,167)
#9DAE98
(157,174,152)
#8E9D89
(142,157,137)
#7F8C7A
(127,140,122)
#707B6B
(112,123,107)
#616A5C
(97,106,92)
#52594D
(82,89,77)
#43483E
(67,72,62)
#34372F
(52,55,47)
#252620
(37,38,32)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #ACBFA7

#ACBFA7
(172,191,167)
#B3C4AF
(179,196,175)
#BAC9B7
(186,201,183)
#C1CEBF
(193,206,191)
#C8D3C7
(200,211,199)
#CFD8CF
(207,216,207)
#D6DDD7
(214,221,215)
#DDE2DF
(221,226,223)
#E4E7E7
(228,231,231)
#EBECEF
(235,236,239)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBFA7; }

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

This text font color is #ACBFA7.


Background Color

.myBgColor { background-color: #ACBFA7; }

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

This div background color is #ACBFA7.


Border color

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

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

This div border color is #ACBFA7.


Opacity

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

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

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

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

This text has shadow with #ACBFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBFA7 on black background.


Color preview on white background

This text has color #ACBFA7 on white background.



Black color preview on #ACBFA7 background

This text has black color on #ACBFA7 background.


White color preview on #ACBFA7 background

This text has white color on #ACBFA7 background.