COLOR #A3BEC2

HEX: #A3BEC2
RGB: (163,190,194)

Color info

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

RGB color model

#A3BEC2 color RGB value is (163,190,194).

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

RGB channels and saturation

R 163 of 255 = 64%
G 190 of 255 = 75%
B 194 of 255 = 76%

163
190
194

R + G + B ~ 72%. #A3BEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 190 + 194 = 547 (100%)
R 163 of 547 ~ 29.8%
G 190 of 547 ~ 34.73%
B 194 of 547 ~ 35.47%

%29.8
%34.73
%35.47

CMYK color model

#A3BEC2 color CMYK value is (16,2,0,24).

  • cyan value is 15.98%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(16,2,0,24)
C16M2Y0K24 
(16%,2%,0%,24%)
(0.16/0.02/0.00/0.24)	

CMYK percentages

%15.98
%2.06
%0
%23.92

Codes

Color #A3BEC2 in popluar color models

A3BEC2
RGB163190194
HSL188°20.26%70.00%
HSB/HSV188°15.98%76.08%
CMYK15.98%2.06%0.00%
23.92%

Color #A3BEC2 in popluar number systems.

HEXA3BEC2
Decimal163190194
Binary101000111011111011000010
Octal243276302

Shades and tints

Shades of #A3BEC2

#A3BEC2
(163,190,194)
#95ADB1
(149,173,177)
#879CA0
(135,156,160)
#798B8F
(121,139,143)
#6B7A7E
(107,122,126)
#5D696D
(93,105,109)
#4F585C
(79,88,92)
#41474B
(65,71,75)
#33363A
(51,54,58)
#252529
(37,37,41)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #A3BEC2

#A3BEC2
(163,190,194)
#ABC3C7
(171,195,199)
#B3C8CC
(179,200,204)
#BBCDD1
(187,205,209)
#C3D2D6
(195,210,214)
#CBD7DB
(203,215,219)
#D3DCE0
(211,220,224)
#DBE1E5
(219,225,229)
#E3E6EA
(227,230,234)
#EBEBEF
(235,235,239)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BEC2; }

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

This text font color is #A3BEC2.


Background Color

.myBgColor { background-color: #A3BEC2; }

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

This div background color is #A3BEC2.


Border color

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

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

This div border color is #A3BEC2.


Opacity

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

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

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

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

This text has shadow with #A3BEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BEC2 on black background.


Color preview on white background

This text has color #A3BEC2 on white background.



Black color preview on #A3BEC2 background

This text has black color on #A3BEC2 background.


White color preview on #A3BEC2 background

This text has white color on #A3BEC2 background.