COLOR #A3EBB0

HEX: #A3EBB0
RGB: (163,235,176)

Color info

#A3EBB0 contains mainly green and blue colors. Web safe color of #A3EBB0 is #99FF99 (or #9F9).

RGB color model

#A3EBB0 color RGB value is (163,235,176).

  • red value is 163;
  • green value is 235;
  • blue value is 176.
RGB:
(163,235,176)
(64%,92%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 235 of 255 = 92%
B 176 of 255 = 69%

163
235
176

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

Portions of RGB colors in percentages

R + G + B =
163 + 235 + 176 = 574 (100%)
R 163 of 574 ~ 28.4%
G 235 of 574 ~ 40.94%
B 176 of 574 ~ 30.66%

%28.4
%40.94
%30.66

CMYK color model

#A3EBB0 color CMYK value is (31,0,25,8).

  • cyan value is 30.64%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 7.84%
CMYK:
(31,0,25,8)
C31M0Y25K8 
(31%,0%,25%,8%)
(0.31/0.00/0.25/0.08)	

CMYK percentages

%30.64
%0
%25.11
%7.84

Codes

Color #A3EBB0 in popluar color models

A3EBB0
RGB163235176
HSL131°64.29%78.04%
HSB/HSV131°30.64%92.16%
CMYK30.64%0.00%25.11%
7.84%

Color #A3EBB0 in popluar number systems.

HEXA3EBB0
Decimal163235176
Binary101000111110101110110000
Octal243353260

Shades and tints

Shades of #A3EBB0

#A3EBB0
(163,235,176)
#95D6A0
(149,214,160)
#87C190
(135,193,144)
#79AC80
(121,172,128)
#6B9770
(107,151,112)
#5D8260
(93,130,96)
#4F6D50
(79,109,80)
#415840
(65,88,64)
#334330
(51,67,48)
#252E20
(37,46,32)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #A3EBB0

#A3EBB0
(163,235,176)
#ABECB7
(171,236,183)
#B3EDBE
(179,237,190)
#BBEEC5
(187,238,197)
#C3EFCC
(195,239,204)
#CBF0D3
(203,240,211)
#D3F1DA
(211,241,218)
#DBF2E1
(219,242,225)
#E3F3E8
(227,243,232)
#EBF4EF
(235,244,239)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3EBB0; }

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

This text font color is #A3EBB0.


Background Color

.myBgColor { background-color: #A3EBB0; }

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

This div background color is #A3EBB0.


Border color

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

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

This div border color is #A3EBB0.


Opacity

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

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

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

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

This text has shadow with #A3EBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EBB0 on black background.


Color preview on white background

This text has color #A3EBB0 on white background.



Black color preview on #A3EBB0 background

This text has black color on #A3EBB0 background.


White color preview on #A3EBB0 background

This text has white color on #A3EBB0 background.