COLOR #A3E7CB

HEX: #A3E7CB
RGB: (163,231,203)

Color info

#A3E7CB contains mainly green and blue colors. Web safe color of #A3E7CB is #99FFCC (or #9FC).

RGB color model

#A3E7CB color RGB value is (163,231,203).

  • red value is 163;
  • green value is 231;
  • blue value is 203.
RGB:
(163,231,203)
(64%,91%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 231 of 255 = 91%
B 203 of 255 = 80%

163
231
203

R + G + B ~ 78%. #A3E7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 231 + 203 = 597 (100%)
R 163 of 597 ~ 27.3%
G 231 of 597 ~ 38.69%
B 203 of 597 ~ 34%

%27.3
%38.69
%34

CMYK color model

#A3E7CB color CMYK value is (29,0,12,9).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 9.41%
CMYK:
(29,0,12,9)
C29M0Y12K9 
(29%,0%,12%,9%)
(0.29/0.00/0.12/0.09)	

CMYK percentages

%29.44
%0
%12.12
%9.41

Codes

Color #A3E7CB in popluar color models

A3E7CB
RGB163231203
HSL155°58.62%77.25%
HSB/HSV155°29.44%90.59%
CMYK29.44%0.00%12.12%
9.41%

Color #A3E7CB in popluar number systems.

HEXA3E7CB
Decimal163231203
Binary101000111110011111001011
Octal243347313

Shades and tints

Shades of #A3E7CB

#A3E7CB
(163,231,203)
#95D2B9
(149,210,185)
#87BDA7
(135,189,167)
#79A895
(121,168,149)
#6B9383
(107,147,131)
#5D7E71
(93,126,113)
#4F695F
(79,105,95)
#41544D
(65,84,77)
#333F3B
(51,63,59)
#252A29
(37,42,41)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #A3E7CB

#A3E7CB
(163,231,203)
#ABE9CF
(171,233,207)
#B3EBD3
(179,235,211)
#BBEDD7
(187,237,215)
#C3EFDB
(195,239,219)
#CBF1DF
(203,241,223)
#D3F3E3
(211,243,227)
#DBF5E7
(219,245,231)
#E3F7EB
(227,247,235)
#EBF9EF
(235,249,239)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E7CB color. Also use rgb(163,231,203) instead hex code.

Text Font Color

.myTextColor { color: #A3E7CB; }

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

This text font color is #A3E7CB.


Background Color

.myBgColor { background-color: #A3E7CB; }

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

This div background color is #A3E7CB.


Border color

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

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

This div border color is #A3E7CB.


Opacity

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

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

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

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

This text has shadow with #A3E7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E7CB on black background.


Color preview on white background

This text has color #A3E7CB on white background.



Black color preview on #A3E7CB background

This text has black color on #A3E7CB background.


White color preview on #A3E7CB background

This text has white color on #A3E7CB background.