COLOR #A3BEAF

HEX: #A3BEAF
RGB: (163,190,175)

Color info

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

RGB color model

#A3BEAF color RGB value is (163,190,175).

  • red value is 163;
  • green value is 190;
  • blue value is 175.
RGB:
(163,190,175)
(64%,75%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 190 of 255 = 75%
B 175 of 255 = 69%

163
190
175

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

Portions of RGB colors in percentages

R + G + B =
163 + 190 + 175 = 528 (100%)
R 163 of 528 ~ 30.87%
G 190 of 528 ~ 35.98%
B 175 of 528 ~ 33.14%

%30.87
%35.98
%33.14

CMYK color model

#A3BEAF color CMYK value is (14,0,8,25).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%
CMYK:
(14,0,8,25)
C14M0Y8K25 
(14%,0%,8%,25%)
(0.14/0.00/0.08/0.25)	

CMYK percentages

%14.21
%0
%7.89
%25.49

Codes

Color #A3BEAF in popluar color models

A3BEAF
RGB163190175
HSL147°17.20%69.22%
HSB/HSV147°14.21%74.51%
CMYK14.21%0.00%7.89%
25.49%

Color #A3BEAF in popluar number systems.

HEXA3BEAF
Decimal163190175
Binary101000111011111010101111
Octal243276257

Shades and tints

Shades of #A3BEAF

#A3BEAF
(163,190,175)
#95ADA0
(149,173,160)
#879C91
(135,156,145)
#798B82
(121,139,130)
#6B7A73
(107,122,115)
#5D6964
(93,105,100)
#4F5855
(79,88,85)
#414746
(65,71,70)
#333637
(51,54,55)
#252528
(37,37,40)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #A3BEAF

#A3BEAF
(163,190,175)
#ABC3B6
(171,195,182)
#B3C8BD
(179,200,189)
#BBCDC4
(187,205,196)
#C3D2CB
(195,210,203)
#CBD7D2
(203,215,210)
#D3DCD9
(211,220,217)
#DBE1E0
(219,225,224)
#E3E6E7
(227,230,231)
#EBEBEE
(235,235,238)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BEAF; }

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

This text font color is #A3BEAF.


Background Color

.myBgColor { background-color: #A3BEAF; }

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

This div background color is #A3BEAF.


Border color

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

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

This div border color is #A3BEAF.


Opacity

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

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

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

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

This text has shadow with #A3BEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BEAF on black background.


Color preview on white background

This text has color #A3BEAF on white background.



Black color preview on #A3BEAF background

This text has black color on #A3BEAF background.


White color preview on #A3BEAF background

This text has white color on #A3BEAF background.