COLOR #A3EBEA

HEX: #A3EBEA
RGB: (163,235,234)

Color info

#A3EBEA contains mainly green and blue colors. Web safe color of #A3EBEA is #99FFFF (or #9FF).

RGB color model

#A3EBEA color RGB value is (163,235,234).

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

RGB channels and saturation

R 163 of 255 = 64%
G 235 of 255 = 92%
B 234 of 255 = 92%

163
235
234

R + G + B ~ 83%. #A3EBEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 235 + 234 = 632 (100%)
R 163 of 632 ~ 25.79%
G 235 of 632 ~ 37.18%
B 234 of 632 ~ 37.03%

%25.79
%37.18
%37.03

CMYK color model

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

  • cyan value is 30.64%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(31,0,0,8)
C31M0Y0K8 
(31%,0%,0%,8%)
(0.31/0.00/0.00/0.08)	

CMYK percentages

%30.64
%0
%0.43
%7.84

Codes

Color #A3EBEA in popluar color models

A3EBEA
RGB163235234
HSL179°64.29%78.04%
HSB/HSV179°30.64%92.16%
CMYK30.64%0.00%0.43%
7.84%

Color #A3EBEA in popluar number systems.

HEXA3EBEA
Decimal163235234
Binary101000111110101111101010
Octal243353352

Shades and tints

Shades of #A3EBEA

#A3EBEA
(163,235,234)
#95D6D5
(149,214,213)
#87C1C0
(135,193,192)
#79ACAB
(121,172,171)
#6B9796
(107,151,150)
#5D8281
(93,130,129)
#4F6D6C
(79,109,108)
#415857
(65,88,87)
#334342
(51,67,66)
#252E2D
(37,46,45)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #A3EBEA

#A3EBEA
(163,235,234)
#ABECEB
(171,236,235)
#B3EDEC
(179,237,236)
#BBEEED
(187,238,237)
#C3EFEE
(195,239,238)
#CBF0EF
(203,240,239)
#D3F1F0
(211,241,240)
#DBF2F1
(219,242,241)
#E3F3F2
(227,243,242)
#EBF4F3
(235,244,243)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3EBEA; }

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

This text font color is #A3EBEA.


Background Color

.myBgColor { background-color: #A3EBEA; }

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

This div background color is #A3EBEA.


Border color

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

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

This div border color is #A3EBEA.


Opacity

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

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

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

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

This text has shadow with #A3EBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EBEA on black background.


Color preview on white background

This text has color #A3EBEA on white background.



Black color preview on #A3EBEA background

This text has black color on #A3EBEA background.


White color preview on #A3EBEA background

This text has white color on #A3EBEA background.