COLOR #A3BEBC

HEX: #A3BEBC RGB: (163,190,188)

Color info

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

RGB color model

#A3BEBC color RGB value is (163,190,188).

RGB: (163,190,188) (64%, 75%, 74%)

RGB channels and saturation

R 163 of 255 = 64%
G 190 of 255 = 75%
B 188 of 255 = 74%

163
190
188

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

Portions of RGB colors in percentages

R + G + B = 163 + 190 + 188 = 541 (100%)
R 163 of 541 ~ 30.13%
G 190 of 541 ~ 35.12%
B 188 of 541 ~ 34.75'%

%30.13
%35.12
%34.75

CMYK color model

#A3BEBC color CMYK value is (14,0,1,25).

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

CMYK: (14,0,1,25)
C14M0Y1K25 (14%, 0%, 1%, 25%)
(0.14 / 0.00 / 0.01 / 0.25)

CMYK percentages

%14.21
%0
%1.05
%25.49

Codes

Color #A3BEBC in popluar color models

A3 BE BC
RGB 163 190 188
HSL 176° 17.20% 69.22%
HSB/HSV 176° 14.21% 74.51%
CMYK 14.21% 0.00% 1.05%
25.49%

Color #A3BEBC in popluar number systems.

HEX A3 BE BC
Decimal 163 190 188
Binary 10100011 10111110 10111100
Octal 243 276 274

Shades and tints

Shades of #A3BEBC

#A3BEBC
(163,190,188)
#95ADAB
(149,173,171)
#879C9A
(135,156,154)
#798B89
(121,139,137)
#6B7A78
(107,122,120)
#5D6967
(93,105,103)
#4F5856
(79,88,86)
#414745
(65,71,69)
#333634
(51,54,52)
#252523
(37,37,35)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #A3BEBC

#A3BEBC
(163,190,188)
#ABC3C2
(171,195,194)
#B3C8C8
(179,200,200)
#BBCDCE
(187,205,206)
#C3D2D4
(195,210,212)
#CBD7DA
(203,215,218)
#D3DCE0
(211,220,224)
#DBE1E6
(219,225,230)
#E3E6EC
(227,230,236)
#EBEBF2
(235,235,242)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BEBC; }

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

This text font color is #A3BEBC.

Background Color

.myBgColor { background-color: #A3BEBC; }

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

This div background color is #A3BEBC.

Border color

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

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

This div border color is #A3BEBC.

Opacity

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

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

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

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

This text has shadow with #A3BEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BEBC.

Preview

Color preview on black background

This text has color #A3BEBC on black background.


Color preview on white background

This text has color #A3BEBC on white background.


Black color preview on #A3BEBC background

This text has black color on #A3BEBC background.


White color preview on #A3BEBC background

This text has white color on #A3BEBC background.


Related colors

Complementary color

Complementary color for #hex is #5C4143.


I love getcolorcode.com

Triadic colors

1 #BCA3BE and #BEBCA3 with #A3BEBC are triadic colors.

2 #BCBEA3 and #BEA3BC with #A3BEBC are triadic colors.