COLOR #A3BEAB

HEX: #A3BEAB RGB: (163,190,171)

Color info

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

RGB color model

#A3BEAB color RGB value is (163,190,171).

RGB: (163,190,171) (64%, 75%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 190 of 255 = 75%
B 171 of 255 = 67%

163
190
171

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

Portions of RGB colors in percentages

R + G + B = 163 + 190 + 171 = 524 (100%)
R 163 of 524 ~ 31.11%
G 190 of 524 ~ 36.26%
B 171 of 524 ~ 32.63'%

%31.11
%36.26
%32.63

CMYK color model

#A3BEAB color CMYK value is (14,0,10,25).

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

CMYK: (14,0,10,25)
C14M0Y10K25 (14%, 0%, 10%, 25%)
(0.14 / 0.00 / 0.10 / 0.25)

CMYK percentages

%14.21
%0
%10
%25.49

Codes

Color #A3BEAB in popluar color models

A3 BE AB
RGB 163 190 171
HSL 138° 17.20% 69.22%
HSB/HSV 138° 14.21% 74.51%
CMYK 14.21% 0.00% 10.00%
25.49%

Color #A3BEAB in popluar number systems.

HEX A3 BE AB
Decimal 163 190 171
Binary 10100011 10111110 10101011
Octal 243 276 253

Shades and tints

Shades of #A3BEAB

#A3BEAB
(163,190,171)
#95AD9C
(149,173,156)
#879C8D
(135,156,141)
#798B7E
(121,139,126)
#6B7A6F
(107,122,111)
#5D6960
(93,105,96)
#4F5851
(79,88,81)
#414742
(65,71,66)
#333633
(51,54,51)
#252524
(37,37,36)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #A3BEAB

#A3BEAB
(163,190,171)
#ABC3B2
(171,195,178)
#B3C8B9
(179,200,185)
#BBCDC0
(187,205,192)
#C3D2C7
(195,210,199)
#CBD7CE
(203,215,206)
#D3DCD5
(211,220,213)
#DBE1DC
(219,225,220)
#E3E6E3
(227,230,227)
#EBEBEA
(235,235,234)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BEAB; }

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

This text font color is #A3BEAB.

Background Color

.myBgColor { background-color: #A3BEAB; }

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

This div background color is #A3BEAB.

Border color

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

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

This div border color is #A3BEAB.

Opacity

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

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

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

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

This text has shadow with #A3BEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BEAB.

Preview

Color preview on black background

This text has color #A3BEAB on black background.


Color preview on white background

This text has color #A3BEAB on white background.


Black color preview on #A3BEAB background

This text has black color on #A3BEAB background.


White color preview on #A3BEAB background

This text has white color on #A3BEAB background.


Related colors

Complementary color

Complementary color for #hex is #5C4154.


I love getcolorcode.com

Triadic colors

1 #ABA3BE and #BEABA3 with #A3BEAB are triadic colors.

2 #ABBEA3 and #BEA3AB with #A3BEAB are triadic colors.