COLOR #A5BE9C

HEX: #A5BE9C RGB: (165,190,156)

Color info

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

RGB color model

#A5BE9C color RGB value is (165,190,156).

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

RGB channels and saturation

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

165
190
156

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

Portions of RGB colors in percentages

R + G + B = 165 + 190 + 156 = 511 (100%)
R 165 of 511 ~ 32.29%
G 190 of 511 ~ 37.18%
B 156 of 511 ~ 30.53'%

%32.29
%37.18
%30.53

CMYK color model

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

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

CMYK: (13,0,18,25)
C13M0Y18K25 (13%, 0%, 18%, 25%)
(0.13 / 0.00 / 0.18 / 0.25)

CMYK percentages

%13.16
%0
%17.89
%25.49

Codes

Color #A5BE9C in popluar color models

A5 BE 9C
RGB 165 190 156
HSL 104° 20.73% 67.84%
HSB/HSV 104° 17.89% 74.51%
CMYK 13.16% 0.00% 17.89%
25.49%

Color #A5BE9C in popluar number systems.

HEX A5 BE 9C
Decimal 165 190 156
Binary 10100101 10111110 10011100
Octal 245 276 234

Shades and tints

Shades of #A5BE9C

#A5BE9C
(165,190,156)
#96AD8E
(150,173,142)
#879C80
(135,156,128)
#788B72
(120,139,114)
#697A64
(105,122,100)
#5A6956
(90,105,86)
#4B5848
(75,88,72)
#3C473A
(60,71,58)
#2D362C
(45,54,44)
#1E251E
(30,37,30)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #A5BE9C

#A5BE9C
(165,190,156)
#ADC3A5
(173,195,165)
#B5C8AE
(181,200,174)
#BDCDB7
(189,205,183)
#C5D2C0
(197,210,192)
#CDD7C9
(205,215,201)
#D5DCD2
(213,220,210)
#DDE1DB
(221,225,219)
#E5E6E4
(229,230,228)
#EDEBED
(237,235,237)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BE9C; }

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

This text font color is #A5BE9C.

Background Color

.myBgColor { background-color: #A5BE9C; }

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

This div background color is #A5BE9C.

Border color

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

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

This div border color is #A5BE9C.

Opacity

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

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

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

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

This text has shadow with #A5BE9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BE9C.

Preview

Color preview on black background

This text has color #A5BE9C on black background.


Color preview on white background

This text has color #A5BE9C on white background.


Black color preview on #A5BE9C background

This text has black color on #A5BE9C background.


White color preview on #A5BE9C background

This text has white color on #A5BE9C background.


Related colors

Complementary color

Complementary color for #hex is #5A4163.


I love getcolorcode.com

Triadic colors

1 #9CA5BE and #BE9CA5 with #A5BE9C are triadic colors.

2 #9CBEA5 and #BEA59C with #A5BE9C are triadic colors.