COLOR #A8BFAE

HEX: #A8BFAE RGB: (168,191,174)

Color info

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

RGB color model

#A8BFAE color RGB value is (168,191,174).

RGB: (168,191,174) (66%, 75%, 68%)

RGB channels and saturation

R 168 of 255 = 66%
G 191 of 255 = 75%
B 174 of 255 = 68%

168
191
174

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

Portions of RGB colors in percentages

R + G + B = 168 + 191 + 174 = 533 (100%)
R 168 of 533 ~ 31.52%
G 191 of 533 ~ 35.83%
B 174 of 533 ~ 32.65'%

%31.52
%35.83
%32.65

CMYK color model

#A8BFAE color CMYK value is (12,0,9,25).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 25.10%

CMYK: (12,0,9,25)
C12M0Y9K25 (12%, 0%, 9%, 25%)
(0.12 / 0.00 / 0.09 / 0.25)

CMYK percentages

%12.04
%0
%8.9
%25.1

Codes

Color #A8BFAE in popluar color models

A8 BF AE
RGB 168 191 174
HSL 136° 15.23% 70.39%
HSB/HSV 136° 12.04% 74.90%
CMYK 12.04% 0.00% 8.90%
25.10%

Color #A8BFAE in popluar number systems.

HEX A8 BF AE
Decimal 168 191 174
Binary 10101000 10111111 10101110
Octal 250 277 256

Shades and tints

Shades of #A8BFAE

#A8BFAE
(168,191,174)
#99AE9F
(153,174,159)
#8A9D90
(138,157,144)
#7B8C81
(123,140,129)
#6C7B72
(108,123,114)
#5D6A63
(93,106,99)
#4E5954
(78,89,84)
#3F4845
(63,72,69)
#303736
(48,55,54)
#212627
(33,38,39)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #A8BFAE

#A8BFAE
(168,191,174)
#AFC4B5
(175,196,181)
#B6C9BC
(182,201,188)
#BDCEC3
(189,206,195)
#C4D3CA
(196,211,202)
#CBD8D1
(203,216,209)
#D2DDD8
(210,221,216)
#D9E2DF
(217,226,223)
#E0E7E6
(224,231,230)
#E7ECED
(231,236,237)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BFAE; }

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

This text font color is #A8BFAE.

Background Color

.myBgColor { background-color: #A8BFAE; }

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

This div background color is #A8BFAE.

Border color

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

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

This div border color is #A8BFAE.

Opacity

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

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

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

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

This text has shadow with #A8BFAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BFAE.

Preview

Color preview on black background

This text has color #A8BFAE on black background.


Color preview on white background

This text has color #A8BFAE on white background.


Black color preview on #A8BFAE background

This text has black color on #A8BFAE background.


White color preview on #A8BFAE background

This text has white color on #A8BFAE background.


Related colors

Complementary color

Complementary color for #hex is #574051.


I love getcolorcode.com

Triadic colors

1 #AEA8BF and #BFAEA8 with #A8BFAE are triadic colors.

2 #AEBFA8 and #BFA8AE with #A8BFAE are triadic colors.