COLOR #A3EBE2

HEX: #A3EBE2
RGB: (163,235,226)

Color info

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

RGB color model

#A3EBE2 color RGB value is (163,235,226).

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

RGB channels and saturation

R 163 of 255 = 64%
G 235 of 255 = 92%
B 226 of 255 = 89%

163
235
226

R + G + B ~ 82%. #A3EBE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 235 + 226 = 624 (100%)
R 163 of 624 ~ 26.12%
G 235 of 624 ~ 37.66%
B 226 of 624 ~ 36.22%

%26.12
%37.66
%36.22

CMYK color model

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

  • cyan value is 30.64%
  • magenta value is 0.00%
  • yellow value is 3.83%
  • key color value is 7.84%
CMYK:
(31,0,4,8)
C31M0Y4K8 
(31%,0%,4%,8%)
(0.31/0.00/0.04/0.08)	

CMYK percentages

%30.64
%0
%3.83
%7.84

Codes

Color #A3EBE2 in popluar color models

A3EBE2
RGB163235226
HSL173°64.29%78.04%
HSB/HSV173°30.64%92.16%
CMYK30.64%0.00%3.83%
7.84%

Color #A3EBE2 in popluar number systems.

HEXA3EBE2
Decimal163235226
Binary101000111110101111100010
Octal243353342

Shades and tints

Shades of #A3EBE2

#A3EBE2
(163,235,226)
#95D6CE
(149,214,206)
#87C1BA
(135,193,186)
#79ACA6
(121,172,166)
#6B9792
(107,151,146)
#5D827E
(93,130,126)
#4F6D6A
(79,109,106)
#415856
(65,88,86)
#334342
(51,67,66)
#252E2E
(37,46,46)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #A3EBE2

#A3EBE2
(163,235,226)
#ABECE4
(171,236,228)
#B3EDE6
(179,237,230)
#BBEEE8
(187,238,232)
#C3EFEA
(195,239,234)
#CBF0EC
(203,240,236)
#D3F1EE
(211,241,238)
#DBF2F0
(219,242,240)
#E3F3F2
(227,243,242)
#EBF4F4
(235,244,244)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3EBE2; }

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

This text font color is #A3EBE2.


Background Color

.myBgColor { background-color: #A3EBE2; }

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

This div background color is #A3EBE2.


Border color

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

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

This div border color is #A3EBE2.


Opacity

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

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

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

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

This text has shadow with #A3EBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EBE2 on black background.


Color preview on white background

This text has color #A3EBE2 on white background.



Black color preview on #A3EBE2 background

This text has black color on #A3EBE2 background.


White color preview on #A3EBE2 background

This text has white color on #A3EBE2 background.