COLOR #A5BE9F

HEX: #A5BE9F RGB: (165,190,159)

Color info

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

RGB color model

#A5BE9F color RGB value is (165,190,159).

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

RGB channels and saturation

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

165
190
159

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

Portions of RGB colors in percentages

R + G + B = 165 + 190 + 159 = 514 (100%)
R 165 of 514 ~ 32.1%
G 190 of 514 ~ 36.96%
B 159 of 514 ~ 30.93'%

%32.1
%36.96
%30.93

CMYK color model

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

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

CMYK: (13,0,16,25)
C13M0Y16K25 (13%, 0%, 16%, 25%)
(0.13 / 0.00 / 0.16 / 0.25)

CMYK percentages

%13.16
%0
%16.32
%25.49

Codes

Color #A5BE9F in popluar color models

A5 BE 9F
RGB 165 190 159
HSL 108° 19.25% 68.43%
HSB/HSV 108° 16.32% 74.51%
CMYK 13.16% 0.00% 16.32%
25.49%

Color #A5BE9F in popluar number systems.

HEX A5 BE 9F
Decimal 165 190 159
Binary 10100101 10111110 10011111
Octal 245 276 237

Shades and tints

Shades of #A5BE9F

#A5BE9F
(165,190,159)
#96AD91
(150,173,145)
#879C83
(135,156,131)
#788B75
(120,139,117)
#697A67
(105,122,103)
#5A6959
(90,105,89)
#4B584B
(75,88,75)
#3C473D
(60,71,61)
#2D362F
(45,54,47)
#1E2521
(30,37,33)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5BE9F

#A5BE9F
(165,190,159)
#ADC3A7
(173,195,167)
#B5C8AF
(181,200,175)
#BDCDB7
(189,205,183)
#C5D2BF
(197,210,191)
#CDD7C7
(205,215,199)
#D5DCCF
(213,220,207)
#DDE1D7
(221,225,215)
#E5E6DF
(229,230,223)
#EDEBE7
(237,235,231)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BE9F; }

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

This text font color is #A5BE9F.

Background Color

.myBgColor { background-color: #A5BE9F; }

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

This div background color is #A5BE9F.

Border color

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

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

This div border color is #A5BE9F.

Opacity

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

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

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

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

This text has shadow with #A5BE9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BE9F.

Preview

Color preview on black background

This text has color #A5BE9F on black background.


Color preview on white background

This text has color #A5BE9F on white background.


Black color preview on #A5BE9F background

This text has black color on #A5BE9F background.


White color preview on #A5BE9F background

This text has white color on #A5BE9F background.


Related colors

Complementary color

Complementary color for #hex is #5A4160.


I love getcolorcode.com

Triadic colors

1 #9FA5BE and #BE9FA5 with #A5BE9F are triadic colors.

2 #9FBEA5 and #BEA59F with #A5BE9F are triadic colors.