COLOR #A5BEAE

HEX: #A5BEAE RGB: (165,190,174)

Color info

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

RGB color model

#A5BEAE color RGB value is (165,190,174).

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

RGB channels and saturation

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

165
190
174

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

Portions of RGB colors in percentages

R + G + B = 165 + 190 + 174 = 529 (100%)
R 165 of 529 ~ 31.19%
G 190 of 529 ~ 35.92%
B 174 of 529 ~ 32.89'%

%31.19
%35.92
%32.89

CMYK color model

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

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

CMYK: (13,0,8,25)
C13M0Y8K25 (13%, 0%, 8%, 25%)
(0.13 / 0.00 / 0.08 / 0.25)

CMYK percentages

%13.16
%0
%8.42
%25.49

Codes

Color #A5BEAE in popluar color models

A5 BE AE
RGB 165 190 174
HSL 142° 16.13% 69.61%
HSB/HSV 142° 13.16% 74.51%
CMYK 13.16% 0.00% 8.42%
25.49%

Color #A5BEAE in popluar number systems.

HEX A5 BE AE
Decimal 165 190 174
Binary 10100101 10111110 10101110
Octal 245 276 256

Shades and tints

Shades of #A5BEAE

#A5BEAE
(165,190,174)
#96AD9F
(150,173,159)
#879C90
(135,156,144)
#788B81
(120,139,129)
#697A72
(105,122,114)
#5A6963
(90,105,99)
#4B5854
(75,88,84)
#3C4745
(60,71,69)
#2D3636
(45,54,54)
#1E2527
(30,37,39)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #A5BEAE

#A5BEAE
(165,190,174)
#ADC3B5
(173,195,181)
#B5C8BC
(181,200,188)
#BDCDC3
(189,205,195)
#C5D2CA
(197,210,202)
#CDD7D1
(205,215,209)
#D5DCD8
(213,220,216)
#DDE1DF
(221,225,223)
#E5E6E6
(229,230,230)
#EDEBED
(237,235,237)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BEAE; }

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

This text font color is #A5BEAE.

Background Color

.myBgColor { background-color: #A5BEAE; }

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

This div background color is #A5BEAE.

Border color

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

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

This div border color is #A5BEAE.

Opacity

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

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

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

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

This text has shadow with #A5BEAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BEAE.

Preview

Color preview on black background

This text has color #A5BEAE on black background.


Color preview on white background

This text has color #A5BEAE on white background.


Black color preview on #A5BEAE background

This text has black color on #A5BEAE background.


White color preview on #A5BEAE background

This text has white color on #A5BEAE background.


Related colors

Complementary color

Complementary color for #hex is #5A4151.


I love getcolorcode.com

Triadic colors

1 #AEA5BE and #BEAEA5 with #A5BEAE are triadic colors.

2 #AEBEA5 and #BEA5AE with #A5BEAE are triadic colors.