COLOR #A3EBD8

HEX: #A3EBD8
RGB: (163,235,216)

Color info

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

RGB color model

#A3EBD8 color RGB value is (163,235,216).

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

RGB channels and saturation

R 163 of 255 = 64%
G 235 of 255 = 92%
B 216 of 255 = 85%

163
235
216

R + G + B ~ 80%. #A3EBD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 235 + 216 = 614 (100%)
R 163 of 614 ~ 26.55%
G 235 of 614 ~ 38.27%
B 216 of 614 ~ 35.18%

%26.55
%38.27
%35.18

CMYK color model

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

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

CMYK percentages

%30.64
%0
%8.09
%7.84

Codes

Color #A3EBD8 in popluar color models

A3EBD8
RGB163235216
HSL164°64.29%78.04%
HSB/HSV164°30.64%92.16%
CMYK30.64%0.00%8.09%
7.84%

Color #A3EBD8 in popluar number systems.

HEXA3EBD8
Decimal163235216
Binary101000111110101111011000
Octal243353330

Shades and tints

Shades of #A3EBD8

#A3EBD8
(163,235,216)
#95D6C5
(149,214,197)
#87C1B2
(135,193,178)
#79AC9F
(121,172,159)
#6B978C
(107,151,140)
#5D8279
(93,130,121)
#4F6D66
(79,109,102)
#415853
(65,88,83)
#334340
(51,67,64)
#252E2D
(37,46,45)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #A3EBD8

#A3EBD8
(163,235,216)
#ABECDB
(171,236,219)
#B3EDDE
(179,237,222)
#BBEEE1
(187,238,225)
#C3EFE4
(195,239,228)
#CBF0E7
(203,240,231)
#D3F1EA
(211,241,234)
#DBF2ED
(219,242,237)
#E3F3F0
(227,243,240)
#EBF4F3
(235,244,243)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3EBD8; }

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

This text font color is #A3EBD8.


Background Color

.myBgColor { background-color: #A3EBD8; }

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

This div background color is #A3EBD8.


Border color

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

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

This div border color is #A3EBD8.


Opacity

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

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

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

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

This text has shadow with #A3EBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EBD8 on black background.


Color preview on white background

This text has color #A3EBD8 on white background.



Black color preview on #A3EBD8 background

This text has black color on #A3EBD8 background.


White color preview on #A3EBD8 background

This text has white color on #A3EBD8 background.