COLOR #A3E3B8

HEX: #A3E3B8 RGB: (163,227,184)

Color info

#A3E3B8 contains mainly green and blue colors. Web safe color of #A3E3B8 is #99CCCC (or #9CC).

RGB color model

#A3E3B8 color RGB value is (163,227,184).

RGB: (163,227,184) (64%, 89%, 72%)

RGB channels and saturation

R 163 of 255 = 64%
G 227 of 255 = 89%
B 184 of 255 = 72%

163
227
184

R + G + B ~ 75%. #A3E3B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 227 + 184 = 574 (100%)
R 163 of 574 ~ 28.4%
G 227 of 574 ~ 39.55%
B 184 of 574 ~ 32.06'%

%28.4
%39.55
%32.06

CMYK color model

#A3E3B8 color CMYK value is (28,0,19,11).

  • cyan value is 28.19%
  • magenta value is 0.00%
  • yellow value is 18.94%
  • key color value is 10.98%

CMYK: (28,0,19,11)
C28M0Y19K11 (28%, 0%, 19%, 11%)
(0.28 / 0.00 / 0.19 / 0.11)

CMYK percentages

%28.19
%0
%18.94
%10.98

Codes

Color #A3E3B8 in popluar color models

A3 E3 B8
RGB 163 227 184
HSL 140° 53.33% 76.47%
HSB/HSV 140° 28.19% 89.02%
CMYK 28.19% 0.00% 18.94%
10.98%

Color #A3E3B8 in popluar number systems.

HEX A3 E3 B8
Decimal 163 227 184
Binary 10100011 11100011 10111000
Octal 243 343 270

Shades and tints

Shades of #A3E3B8

#A3E3B8
(163,227,184)
#95CFA8
(149,207,168)
#87BB98
(135,187,152)
#79A788
(121,167,136)
#6B9378
(107,147,120)
#5D7F68
(93,127,104)
#4F6B58
(79,107,88)
#415748
(65,87,72)
#334338
(51,67,56)
#252F28
(37,47,40)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #A3E3B8

#A3E3B8
(163,227,184)
#ABE5BE
(171,229,190)
#B3E7C4
(179,231,196)
#BBE9CA
(187,233,202)
#C3EBD0
(195,235,208)
#CBEDD6
(203,237,214)
#D3EFDC
(211,239,220)
#DBF1E2
(219,241,226)
#E3F3E8
(227,243,232)
#EBF5EE
(235,245,238)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E3B8 color. Also use rgb(163,227,184) instead hex code.

Text Font Color

.myTextColor { color: #A3E3B8; }

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

This text font color is #A3E3B8.

Background Color

.myBgColor { background-color: #A3E3B8; }

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

This div background color is #A3E3B8.

Border color

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

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

This div border color is #A3E3B8.

Opacity

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

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

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

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

This text has shadow with #A3E3B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3E3B8.

Preview

Color preview on black background

This text has color #A3E3B8 on black background.


Color preview on white background

This text has color #A3E3B8 on white background.


Black color preview on #A3E3B8 background

This text has black color on #A3E3B8 background.


White color preview on #A3E3B8 background

This text has white color on #A3E3B8 background.


Related colors

Complementary color

Complementary color for #hex is #5C1C47.


I love getcolorcode.com

Triadic colors

1 #B8A3E3 and #E3B8A3 with #A3E3B8 are triadic colors.

2 #B8E3A3 and #E3A3B8 with #A3E3B8 are triadic colors.