COLOR #A3E3C6

HEX: #A3E3C6
RGB: (163,227,198)

Color info

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

RGB color model

#A3E3C6 color RGB value is (163,227,198).

  • red value is 163;
  • green value is 227;
  • blue value is 198.
RGB:
(163,227,198)
(64%,89%,78%)

RGB channels and saturation

R 163 of 255 = 64%
G 227 of 255 = 89%
B 198 of 255 = 78%

163
227
198

R + G + B ~ 77%. #A3E3C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 227 + 198 = 588 (100%)
R 163 of 588 ~ 27.72%
G 227 of 588 ~ 38.61%
B 198 of 588 ~ 33.67%

%27.72
%38.61
%33.67

CMYK color model

#A3E3C6 color CMYK value is (28,0,13,11).

  • cyan value is 28.19%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 10.98%
CMYK:
(28,0,13,11)
C28M0Y13K11 
(28%,0%,13%,11%)
(0.28/0.00/0.13/0.11)	

CMYK percentages

%28.19
%0
%12.78
%10.98

Codes

Color #A3E3C6 in popluar color models

A3E3C6
RGB163227198
HSL153°53.33%76.47%
HSB/HSV153°28.19%89.02%
CMYK28.19%0.00%12.78%
10.98%

Color #A3E3C6 in popluar number systems.

HEXA3E3C6
Decimal163227198
Binary101000111110001111000110
Octal243343306

Shades and tints

Shades of #A3E3C6

#A3E3C6
(163,227,198)
#95CFB4
(149,207,180)
#87BBA2
(135,187,162)
#79A790
(121,167,144)
#6B937E
(107,147,126)
#5D7F6C
(93,127,108)
#4F6B5A
(79,107,90)
#415748
(65,87,72)
#334336
(51,67,54)
#252F24
(37,47,36)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #A3E3C6

#A3E3C6
(163,227,198)
#ABE5CB
(171,229,203)
#B3E7D0
(179,231,208)
#BBE9D5
(187,233,213)
#C3EBDA
(195,235,218)
#CBEDDF
(203,237,223)
#D3EFE4
(211,239,228)
#DBF1E9
(219,241,233)
#E3F3EE
(227,243,238)
#EBF5F3
(235,245,243)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E3C6; }

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

This text font color is #A3E3C6.


Background Color

.myBgColor { background-color: #A3E3C6; }

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

This div background color is #A3E3C6.


Border color

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

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

This div border color is #A3E3C6.


Opacity

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

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

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

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

This text has shadow with #A3E3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E3C6 on black background.


Color preview on white background

This text has color #A3E3C6 on white background.



Black color preview on #A3E3C6 background

This text has black color on #A3E3C6 background.


White color preview on #A3E3C6 background

This text has white color on #A3E3C6 background.