COLOR #A3BEBF

HEX: #A3BEBF
RGB: (163,190,191)

Color info

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

RGB color model

#A3BEBF color RGB value is (163,190,191).

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

RGB channels and saturation

R 163 of 255 = 64%
G 190 of 255 = 75%
B 191 of 255 = 75%

163
190
191

R + G + B ~ 71%. #A3BEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 190 + 191 = 544 (100%)
R 163 of 544 ~ 29.96%
G 190 of 544 ~ 34.93%
B 191 of 544 ~ 35.11%

%29.96
%34.93
%35.11

CMYK color model

#A3BEBF color CMYK value is (15,1,0,25).

  • cyan value is 14.66%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(15,1,0,25)
C15M1Y0K25 
(15%,1%,0%,25%)
(0.15/0.01/0.00/0.25)	

CMYK percentages

%14.66
%0.52
%0
%25.1

Codes

Color #A3BEBF in popluar color models

A3BEBF
RGB163190191
HSL182°17.95%69.41%
HSB/HSV182°14.66%74.90%
CMYK14.66%0.52%0.00%
25.10%

Color #A3BEBF in popluar number systems.

HEXA3BEBF
Decimal163190191
Binary101000111011111010111111
Octal243276277

Shades and tints

Shades of #A3BEBF

#A3BEBF
(163,190,191)
#95ADAE
(149,173,174)
#879C9D
(135,156,157)
#798B8C
(121,139,140)
#6B7A7B
(107,122,123)
#5D696A
(93,105,106)
#4F5859
(79,88,89)
#414748
(65,71,72)
#333637
(51,54,55)
#252526
(37,37,38)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #A3BEBF

#A3BEBF
(163,190,191)
#ABC3C4
(171,195,196)
#B3C8C9
(179,200,201)
#BBCDCE
(187,205,206)
#C3D2D3
(195,210,211)
#CBD7D8
(203,215,216)
#D3DCDD
(211,220,221)
#DBE1E2
(219,225,226)
#E3E6E7
(227,230,231)
#EBEBEC
(235,235,236)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BEBF; }

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

This text font color is #A3BEBF.


Background Color

.myBgColor { background-color: #A3BEBF; }

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

This div background color is #A3BEBF.


Border color

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

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

This div border color is #A3BEBF.


Opacity

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

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

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

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

This text has shadow with #A3BEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BEBF on black background.


Color preview on white background

This text has color #A3BEBF on white background.



Black color preview on #A3BEBF background

This text has black color on #A3BEBF background.


White color preview on #A3BEBF background

This text has white color on #A3BEBF background.