COLOR #A3E0B0

HEX: #A3E0B0 RGB: (163,224,176)

Color info

#A3E0B0 contains mainly green and blue colors. Web safe color of #A3E0B0 is #99CC99 (or #9C9).

RGB color model

#A3E0B0 color RGB value is (163,224,176).

RGB: (163,224,176) (64%, 88%, 69%)

RGB channels and saturation

R 163 of 255 = 64%
G 224 of 255 = 88%
B 176 of 255 = 69%

163
224
176

R + G + B ~ 74%. #A3E0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 224 + 176 = 563 (100%)
R 163 of 563 ~ 28.95%
G 224 of 563 ~ 39.79%
B 176 of 563 ~ 31.26'%

%28.95
%39.79
%31.26

CMYK color model

#A3E0B0 color CMYK value is (27,0,21,12).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 12.16%

CMYK: (27,0,21,12)
C27M0Y21K12 (27%, 0%, 21%, 12%)
(0.27 / 0.00 / 0.21 / 0.12)

CMYK percentages

%27.23
%0
%21.43
%12.16

Codes

Color #A3E0B0 in popluar color models

A3 E0 B0
RGB 163 224 176
HSL 133° 49.59% 75.88%
HSB/HSV 133° 27.23% 87.84%
CMYK 27.23% 0.00% 21.43%
12.16%

Color #A3E0B0 in popluar number systems.

HEX A3 E0 B0
Decimal 163 224 176
Binary 10100011 11100000 10110000
Octal 243 340 260

Shades and tints

Shades of #A3E0B0

#A3E0B0
(163,224,176)
#95CCA0
(149,204,160)
#87B890
(135,184,144)
#79A480
(121,164,128)
#6B9070
(107,144,112)
#5D7C60
(93,124,96)
#4F6850
(79,104,80)
#415440
(65,84,64)
#334030
(51,64,48)
#252C20
(37,44,32)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #A3E0B0

#A3E0B0
(163,224,176)
#ABE2B7
(171,226,183)
#B3E4BE
(179,228,190)
#BBE6C5
(187,230,197)
#C3E8CC
(195,232,204)
#CBEAD3
(203,234,211)
#D3ECDA
(211,236,218)
#DBEEE1
(219,238,225)
#E3F0E8
(227,240,232)
#EBF2EF
(235,242,239)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E0B0 color. Also use rgb(163,224,176) instead hex code.

Text Font Color

.myTextColor { color: #A3E0B0; }

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

This text font color is #A3E0B0.

Background Color

.myBgColor { background-color: #A3E0B0; }

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

This div background color is #A3E0B0.

Border color

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

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

This div border color is #A3E0B0.

Opacity

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

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

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

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

This text has shadow with #A3E0B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3E0B0.

Preview

Color preview on black background

This text has color #A3E0B0 on black background.


Color preview on white background

This text has color #A3E0B0 on white background.


Black color preview on #A3E0B0 background

This text has black color on #A3E0B0 background.


White color preview on #A3E0B0 background

This text has white color on #A3E0B0 background.


Related colors

Complementary color

Complementary color for #hex is #5C1F4F.


I love getcolorcode.com

Triadic colors

1 #B0A3E0 and #E0B0A3 with #A3E0B0 are triadic colors.

2 #B0E0A3 and #E0A3B0 with #A3E0B0 are triadic colors.