COLOR #A3BE9E

HEX: #A3BE9E RGB: (163,190,158)

Color info

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

RGB color model

#A3BE9E color RGB value is (163,190,158).

RGB: (163,190,158) (64%, 75%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 190 of 255 = 75%
B 158 of 255 = 62%

163
190
158

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

Portions of RGB colors in percentages

R + G + B = 163 + 190 + 158 = 511 (100%)
R 163 of 511 ~ 31.9%
G 190 of 511 ~ 37.18%
B 158 of 511 ~ 30.92'%

%31.9
%37.18
%30.92

CMYK color model

#A3BE9E color CMYK value is (14,0,17,25).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 25.49%

CMYK: (14,0,17,25)
C14M0Y17K25 (14%, 0%, 17%, 25%)
(0.14 / 0.00 / 0.17 / 0.25)

CMYK percentages

%14.21
%0
%16.84
%25.49

Codes

Color #A3BE9E in popluar color models

A3 BE 9E
RGB 163 190 158
HSL 111° 19.75% 68.24%
HSB/HSV 111° 16.84% 74.51%
CMYK 14.21% 0.00% 16.84%
25.49%

Color #A3BE9E in popluar number systems.

HEX A3 BE 9E
Decimal 163 190 158
Binary 10100011 10111110 10011110
Octal 243 276 236

Shades and tints

Shades of #A3BE9E

#A3BE9E
(163,190,158)
#95AD90
(149,173,144)
#879C82
(135,156,130)
#798B74
(121,139,116)
#6B7A66
(107,122,102)
#5D6958
(93,105,88)
#4F584A
(79,88,74)
#41473C
(65,71,60)
#33362E
(51,54,46)
#252520
(37,37,32)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #A3BE9E

#A3BE9E
(163,190,158)
#ABC3A6
(171,195,166)
#B3C8AE
(179,200,174)
#BBCDB6
(187,205,182)
#C3D2BE
(195,210,190)
#CBD7C6
(203,215,198)
#D3DCCE
(211,220,206)
#DBE1D6
(219,225,214)
#E3E6DE
(227,230,222)
#EBEBE6
(235,235,230)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BE9E; }

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

This text font color is #A3BE9E.

Background Color

.myBgColor { background-color: #A3BE9E; }

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

This div background color is #A3BE9E.

Border color

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

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

This div border color is #A3BE9E.

Opacity

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

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

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

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

This text has shadow with #A3BE9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BE9E.

Preview

Color preview on black background

This text has color #A3BE9E on black background.


Color preview on white background

This text has color #A3BE9E on white background.


Black color preview on #A3BE9E background

This text has black color on #A3BE9E background.


White color preview on #A3BE9E background

This text has white color on #A3BE9E background.


Related colors

Complementary color

Complementary color for #hex is #5C4161.


I love getcolorcode.com

Triadic colors

1 #9EA3BE and #BE9EA3 with #A3BE9E are triadic colors.

2 #9EBEA3 and #BEA39E with #A3BE9E are triadic colors.