COLOR #A3BEAD

HEX: #A3BEAD RGB: (163,190,173)

Color info

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

RGB color model

#A3BEAD color RGB value is (163,190,173).

RGB: (163,190,173) (64%, 75%, 68%)

RGB channels and saturation

R 163 of 255 = 64%
G 190 of 255 = 75%
B 173 of 255 = 68%

163
190
173

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

Portions of RGB colors in percentages

R + G + B = 163 + 190 + 173 = 526 (100%)
R 163 of 526 ~ 30.99%
G 190 of 526 ~ 36.12%
B 173 of 526 ~ 32.89'%

%30.99
%36.12
%32.89

CMYK color model

#A3BEAD color CMYK value is (14,0,9,25).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 8.95%
  • key color value is 25.49%
CMYK: (14,0,9,25) C14M0Y9K25 (14%,0%,9%,25%) (0.14/0.00/0.09/0.25) 

CMYK percentages

%14.21
%0
%8.95
%25.49

Codes

Color #A3BEAD in popluar color models

A3 BE AD
RGB 163 190 173
HSL 142° 17.20% 69.22%
HSB/HSV 142° 14.21% 74.51%
CMYK 14.21% 0.00% 8.95%
25.49%

Color #A3BEAD in popluar number systems.

HEX A3 BE AD
Decimal 163 190 173
Binary 10100011 10111110 10101101
Octal 243 276 255

Shades and tints

Shades of #A3BEAD

#A3BEAD
(163,190,173)
#95AD9E
(149,173,158)
#879C8F
(135,156,143)
#798B80
(121,139,128)
#6B7A71
(107,122,113)
#5D6962
(93,105,98)
#4F5853
(79,88,83)
#414744
(65,71,68)
#333635
(51,54,53)
#252526
(37,37,38)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #A3BEAD

#A3BEAD
(163,190,173)
#ABC3B4
(171,195,180)
#B3C8BB
(179,200,187)
#BBCDC2
(187,205,194)
#C3D2C9
(195,210,201)
#CBD7D0
(203,215,208)
#D3DCD7
(211,220,215)
#DBE1DE
(219,225,222)
#E3E6E5
(227,230,229)
#EBEBEC
(235,235,236)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BEAD; }

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

This text font color is #A3BEAD.

Background Color

.myBgColor { background-color: #A3BEAD; }

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

This div background color is #A3BEAD.

Border color

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

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

This div border color is #A3BEAD.

Opacity

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

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

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

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

This text has shadow with #A3BEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BEAD.

Preview

Color preview on black background

This text has color #A3BEAD on black background.


Color preview on white background

This text has color #A3BEAD on white background.


Black color preview on #A3BEAD background

This text has black color on #A3BEAD background.


White color preview on #A3BEAD background

This text has white color on #A3BEAD background.


Related colors

Complementary color

Complementary color for #hex is #5C4152.


I love getcolorcode.com

Triadic colors

1 #ADA3BE and #BEADA3 with #A3BEAD are triadic colors.

2 #ADBEA3 and #BEA3AD with #A3BEAD are triadic colors.