COLOR #A5BEA5

HEX: #A5BEA5 RGB: (165,190,165)

Color info

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

RGB color model

#A5BEA5 color RGB value is (165,190,165).

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

RGB channels and saturation

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

165
190
165

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

Portions of RGB colors in percentages

R + G + B = 165 + 190 + 165 = 520 (100%)
R 165 of 520 ~ 31.73%
G 190 of 520 ~ 36.54%
B 165 of 520 ~ 31.73'%

%31.73
%36.54
%31.73

CMYK color model

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

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

CMYK: (13,0,13,25)
C13M0Y13K25 (13%, 0%, 13%, 25%)
(0.13 / 0.00 / 0.13 / 0.25)

CMYK percentages

%13.16
%0
%13.16
%25.49

Codes

Color #A5BEA5 in popluar color models

A5 BE A5
RGB 165 190 165
HSL 120° 16.13% 69.61%
HSB/HSV 120° 13.16% 74.51%
CMYK 13.16% 0.00% 13.16%
25.49%

Color #A5BEA5 in popluar number systems.

HEX A5 BE A5
Decimal 165 190 165
Binary 10100101 10111110 10100101
Octal 245 276 245

Shades and tints

Shades of #A5BEA5

#A5BEA5
(165,190,165)
#96AD96
(150,173,150)
#879C87
(135,156,135)
#788B78
(120,139,120)
#697A69
(105,122,105)
#5A695A
(90,105,90)
#4B584B
(75,88,75)
#3C473C
(60,71,60)
#2D362D
(45,54,45)
#1E251E
(30,37,30)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #A5BEA5

#A5BEA5
(165,190,165)
#ADC3AD
(173,195,173)
#B5C8B5
(181,200,181)
#BDCDBD
(189,205,189)
#C5D2C5
(197,210,197)
#CDD7CD
(205,215,205)
#D5DCD5
(213,220,213)
#DDE1DD
(221,225,221)
#E5E6E5
(229,230,229)
#EDEBED
(237,235,237)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BEA5; }

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

This text font color is #A5BEA5.

Background Color

.myBgColor { background-color: #A5BEA5; }

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

This div background color is #A5BEA5.

Border color

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

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

This div border color is #A5BEA5.

Opacity

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

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

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

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

This text has shadow with #A5BEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BEA5.

Preview

Color preview on black background

This text has color #A5BEA5 on black background.


Color preview on white background

This text has color #A5BEA5 on white background.


Black color preview on #A5BEA5 background

This text has black color on #A5BEA5 background.


White color preview on #A5BEA5 background

This text has white color on #A5BEA5 background.


Related colors

Complementary color

Complementary color for #hex is #5A415A.


I love getcolorcode.com

Triadic colors

1 #A5A5BE and #BEA5A5 with #A5BEA5 are triadic colors.

2 #A5BEA5 and #BEA5A5 with #A5BEA5 are triadic colors.