COLOR #A4BFA7

HEX: #A4BFA7
RGB: (164,191,167)

Color info

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

RGB color model

#A4BFA7 color RGB value is (164,191,167).

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

RGB channels and saturation

R 164 of 255 = 64%
G 191 of 255 = 75%
B 167 of 255 = 65%

164
191
167

R + G + B ~ 68%. #A4BFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 191 + 167 = 522 (100%)
R 164 of 522 ~ 31.42%
G 191 of 522 ~ 36.59%
B 167 of 522 ~ 31.99%

%31.42
%36.59
%31.99

CMYK color model

#A4BFA7 color CMYK value is (14,0,13,25).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 25.10%
CMYK:
(14,0,13,25)
C14M0Y13K25 
(14%,0%,13%,25%)
(0.14/0.00/0.13/0.25)	

CMYK percentages

%14.14
%0
%12.57
%25.1

Codes

Color #A4BFA7 in popluar color models

A4BFA7
RGB164191167
HSL127°17.42%69.61%
HSB/HSV127°14.14%74.90%
CMYK14.14%0.00%12.57%
25.10%

Color #A4BFA7 in popluar number systems.

HEXA4BFA7
Decimal164191167
Binary101001001011111110100111
Octal244277247

Shades and tints

Shades of #A4BFA7

#A4BFA7
(164,191,167)
#96AE98
(150,174,152)
#889D89
(136,157,137)
#7A8C7A
(122,140,122)
#6C7B6B
(108,123,107)
#5E6A5C
(94,106,92)
#50594D
(80,89,77)
#42483E
(66,72,62)
#34372F
(52,55,47)
#262620
(38,38,32)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #A4BFA7

#A4BFA7
(164,191,167)
#ACC4AF
(172,196,175)
#B4C9B7
(180,201,183)
#BCCEBF
(188,206,191)
#C4D3C7
(196,211,199)
#CCD8CF
(204,216,207)
#D4DDD7
(212,221,215)
#DCE2DF
(220,226,223)
#E4E7E7
(228,231,231)
#ECECEF
(236,236,239)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BFA7; }

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

This text font color is #A4BFA7.


Background Color

.myBgColor { background-color: #A4BFA7; }

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

This div background color is #A4BFA7.


Border color

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

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

This div border color is #A4BFA7.


Opacity

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

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

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

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

This text has shadow with #A4BFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BFA7 on black background.


Color preview on white background

This text has color #A4BFA7 on white background.



Black color preview on #A4BFA7 background

This text has black color on #A4BFA7 background.


White color preview on #A4BFA7 background

This text has white color on #A4BFA7 background.