COLOR #A8BEAC

HEX: #A8BEAC RGB: (168,190,172)

Color info

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

RGB color model

#A8BEAC color RGB value is (168,190,172).

RGB: (168,190,172) (66%, 75%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 172 of 255 = 67%

168
190
172

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

Portions of RGB colors in percentages

R + G + B = 168 + 190 + 172 = 530 (100%)
R 168 of 530 ~ 31.7%
G 190 of 530 ~ 35.85%
B 172 of 530 ~ 32.45'%

%31.7
%35.85
%32.45

CMYK color model

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

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 25.49%
CMYK: (12,0,9,25) C12M0Y9K25 (12%,0%,9%,25%) (0.12/0.00/0.09/0.25) 

CMYK percentages

%11.58
%0
%9.47
%25.49

Codes

Color #A8BEAC in popluar color models

A8 BE AC
RGB 168 190 172
HSL 131° 14.47% 70.20%
HSB/HSV 131° 11.58% 74.51%
CMYK 11.58% 0.00% 9.47%
25.49%

Color #A8BEAC in popluar number systems.

HEX A8 BE AC
Decimal 168 190 172
Binary 10101000 10111110 10101100
Octal 250 276 254

Shades and tints

Shades of #A8BEAC

#A8BEAC
(168,190,172)
#99AD9D
(153,173,157)
#8A9C8E
(138,156,142)
#7B8B7F
(123,139,127)
#6C7A70
(108,122,112)
#5D6961
(93,105,97)
#4E5852
(78,88,82)
#3F4743
(63,71,67)
#303634
(48,54,52)
#212525
(33,37,37)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #A8BEAC

#A8BEAC
(168,190,172)
#AFC3B3
(175,195,179)
#B6C8BA
(182,200,186)
#BDCDC1
(189,205,193)
#C4D2C8
(196,210,200)
#CBD7CF
(203,215,207)
#D2DCD6
(210,220,214)
#D9E1DD
(217,225,221)
#E0E6E4
(224,230,228)
#E7EBEB
(231,235,235)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BEAC; }

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

This text font color is #A8BEAC.

Background Color

.myBgColor { background-color: #A8BEAC; }

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

This div background color is #A8BEAC.

Border color

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

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

This div border color is #A8BEAC.

Opacity

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

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

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

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

This text has shadow with #A8BEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BEAC.

Preview

Color preview on black background

This text has color #A8BEAC on black background.


Color preview on white background

This text has color #A8BEAC on white background.


Black color preview on #A8BEAC background

This text has black color on #A8BEAC background.


White color preview on #A8BEAC background

This text has white color on #A8BEAC background.


Related colors

Complementary color

Complementary color for #hex is #574153.


I love getcolorcode.com

Triadic colors

1 #ACA8BE and #BEACA8 with #A8BEAC are triadic colors.

2 #ACBEA8 and #BEA8AC with #A8BEAC are triadic colors.