COLOR #A1BEAA

HEX: #A1BEAA RGB: (161,190,170)

Color info

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

RGB color model

#A1BEAA color RGB value is (161,190,170).

RGB: (161,190,170) (63%, 75%, 67%)

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 170 of 255 = 67%

161
190
170

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

Portions of RGB colors in percentages

R + G + B = 161 + 190 + 170 = 521 (100%)
R 161 of 521 ~ 30.9%
G 190 of 521 ~ 36.47%
B 170 of 521 ~ 32.63'%

%30.9
%36.47
%32.63

CMYK color model

#A1BEAA color CMYK value is (15,0,11,25).

  • cyan value is 15.26%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 25.49%

CMYK: (15,0,11,25)
C15M0Y11K25 (15%, 0%, 11%, 25%)
(0.15 / 0.00 / 0.11 / 0.25)

CMYK percentages

%15.26
%0
%10.53
%25.49

Codes

Color #A1BEAA in popluar color models

A1 BE AA
RGB 161 190 170
HSL 139° 18.24% 68.82%
HSB/HSV 139° 15.26% 74.51%
CMYK 15.26% 0.00% 10.53%
25.49%

Color #A1BEAA in popluar number systems.

HEX A1 BE AA
Decimal 161 190 170
Binary 10100001 10111110 10101010
Octal 241 276 252

Shades and tints

Shades of #A1BEAA

#A1BEAA
(161,190,170)
#93AD9B
(147,173,155)
#859C8C
(133,156,140)
#778B7D
(119,139,125)
#697A6E
(105,122,110)
#5B695F
(91,105,95)
#4D5850
(77,88,80)
#3F4741
(63,71,65)
#313632
(49,54,50)
#232523
(35,37,35)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #A1BEAA

#A1BEAA
(161,190,170)
#A9C3B1
(169,195,177)
#B1C8B8
(177,200,184)
#B9CDBF
(185,205,191)
#C1D2C6
(193,210,198)
#C9D7CD
(201,215,205)
#D1DCD4
(209,220,212)
#D9E1DB
(217,225,219)
#E1E6E2
(225,230,226)
#E9EBE9
(233,235,233)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BEAA color. Also use rgb(161,190,170) instead hex code.

Text Font Color

.myTextColor { color: #A1BEAA; }

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

This text font color is #A1BEAA.

Background Color

.myBgColor { background-color: #A1BEAA; }

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

This div background color is #A1BEAA.

Border color

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

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

This div border color is #A1BEAA.

Opacity

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

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

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

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

This text has shadow with #A1BEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BEAA.

Preview

Color preview on black background

This text has color #A1BEAA on black background.


Color preview on white background

This text has color #A1BEAA on white background.


Black color preview on #A1BEAA background

This text has black color on #A1BEAA background.


White color preview on #A1BEAA background

This text has white color on #A1BEAA background.


Related colors

Complementary color

Complementary color for #hex is #5E4155.


I love getcolorcode.com

Triadic colors

1 #AAA1BE and #BEAAA1 with #A1BEAA are triadic colors.

2 #AABEA1 and #BEA1AA with #A1BEAA are triadic colors.