COLOR #A5BEA9

HEX: #A5BEA9 RGB: (165,190,169)

Color info

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

RGB color model

#A5BEA9 color RGB value is (165,190,169).

RGB: (165,190,169) (65%, 75%, 66%)

RGB channels and saturation

R 165 of 255 = 65%
G 190 of 255 = 75%
B 169 of 255 = 66%

165
190
169

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

Portions of RGB colors in percentages

R + G + B = 165 + 190 + 169 = 524 (100%)
R 165 of 524 ~ 31.49%
G 190 of 524 ~ 36.26%
B 169 of 524 ~ 32.25'%

%31.49
%36.26
%32.25

CMYK color model

#A5BEA9 color CMYK value is (13,0,11,25).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 25.49%

CMYK: (13,0,11,25)
C13M0Y11K25 (13%, 0%, 11%, 25%)
(0.13 / 0.00 / 0.11 / 0.25)

CMYK percentages

%13.16
%0
%11.05
%25.49

Codes

Color #A5BEA9 in popluar color models

A5 BE A9
RGB 165 190 169
HSL 130° 16.13% 69.61%
HSB/HSV 130° 13.16% 74.51%
CMYK 13.16% 0.00% 11.05%
25.49%

Color #A5BEA9 in popluar number systems.

HEX A5 BE A9
Decimal 165 190 169
Binary 10100101 10111110 10101001
Octal 245 276 251

Shades and tints

Shades of #A5BEA9

#A5BEA9
(165,190,169)
#96AD9A
(150,173,154)
#879C8B
(135,156,139)
#788B7C
(120,139,124)
#697A6D
(105,122,109)
#5A695E
(90,105,94)
#4B584F
(75,88,79)
#3C4740
(60,71,64)
#2D3631
(45,54,49)
#1E2522
(30,37,34)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5BEA9

#A5BEA9
(165,190,169)
#ADC3B0
(173,195,176)
#B5C8B7
(181,200,183)
#BDCDBE
(189,205,190)
#C5D2C5
(197,210,197)
#CDD7CC
(205,215,204)
#D5DCD3
(213,220,211)
#DDE1DA
(221,225,218)
#E5E6E1
(229,230,225)
#EDEBE8
(237,235,232)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BEA9 color. Also use rgb(165,190,169) instead hex code.

Text Font Color

.myTextColor { color: #A5BEA9; }

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

This text font color is #A5BEA9.

Background Color

.myBgColor { background-color: #A5BEA9; }

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

This div background color is #A5BEA9.

Border color

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

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

This div border color is #A5BEA9.

Opacity

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

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

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

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

This text has shadow with #A5BEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BEA9.

Preview

Color preview on black background

This text has color #A5BEA9 on black background.


Color preview on white background

This text has color #A5BEA9 on white background.


Black color preview on #A5BEA9 background

This text has black color on #A5BEA9 background.


White color preview on #A5BEA9 background

This text has white color on #A5BEA9 background.


Related colors

Complementary color

Complementary color for #hex is #5A4156.


I love getcolorcode.com

Triadic colors

1 #A9A5BE and #BEA9A5 with #A5BEA9 are triadic colors.

2 #A9BEA5 and #BEA5A9 with #A5BEA9 are triadic colors.