COLOR #A8BE9A

HEX: #A8BE9A RGB: (168,190,154)

Color info

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

RGB color model

#A8BE9A color RGB value is (168,190,154).

RGB: (168,190,154) (66%, 75%, 60%)

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 154 of 255 = 60%

168
190
154

R + G + B ~ 67%. #A8BE9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 190 + 154 = 512 (100%)
R 168 of 512 ~ 32.81%
G 190 of 512 ~ 37.11%
B 154 of 512 ~ 30.08'%

%32.81
%37.11
%30.08

CMYK color model

#A8BE9A color CMYK value is (12,0,19,25).

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 25.49%
CMYK: (12,0,19,25) C12M0Y19K25 (12%,0%,19%,25%) (0.12/0.00/0.19/0.25) 

CMYK percentages

%11.58
%0
%18.95
%25.49

Codes

Color #A8BE9A in popluar color models

A8 BE 9A
RGB 168 190 154
HSL 97° 21.69% 67.45%
HSB/HSV 97° 18.95% 74.51%
CMYK 11.58% 0.00% 18.95%
25.49%

Color #A8BE9A in popluar number systems.

HEX A8 BE 9A
Decimal 168 190 154
Binary 10101000 10111110 10011010
Octal 250 276 232

Shades and tints

Shades of #A8BE9A

#A8BE9A
(168,190,154)
#99AD8C
(153,173,140)
#8A9C7E
(138,156,126)
#7B8B70
(123,139,112)
#6C7A62
(108,122,98)
#5D6954
(93,105,84)
#4E5846
(78,88,70)
#3F4738
(63,71,56)
#30362A
(48,54,42)
#21251C
(33,37,28)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #A8BE9A

#A8BE9A
(168,190,154)
#AFC3A3
(175,195,163)
#B6C8AC
(182,200,172)
#BDCDB5
(189,205,181)
#C4D2BE
(196,210,190)
#CBD7C7
(203,215,199)
#D2DCD0
(210,220,208)
#D9E1D9
(217,225,217)
#E0E6E2
(224,230,226)
#E7EBEB
(231,235,235)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BE9A color. Also use rgb(168,190,154) instead hex code.

Text Font Color

.myTextColor { color: #A8BE9A; }

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

This text font color is #A8BE9A.

Background Color

.myBgColor { background-color: #A8BE9A; }

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

This div background color is #A8BE9A.

Border color

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

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

This div border color is #A8BE9A.

Opacity

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

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

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

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

This text has shadow with #A8BE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BE9A.

Preview

Color preview on black background

This text has color #A8BE9A on black background.


Color preview on white background

This text has color #A8BE9A on white background.


Black color preview on #A8BE9A background

This text has black color on #A8BE9A background.


White color preview on #A8BE9A background

This text has white color on #A8BE9A background.


Related colors

Complementary color

Complementary color for #hex is #574165.


I love getcolorcode.com

Triadic colors

1 #9AA8BE and #BE9AA8 with #A8BE9A are triadic colors.

2 #9ABEA8 and #BEA89A with #A8BE9A are triadic colors.