COLOR #A3EED8

HEX: #A3EED8 RGB: (163,238,216)

Color info

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

RGB color model

#A3EED8 color RGB value is (163,238,216).

RGB: (163,238,216) (64%, 93%, 85%)

RGB channels and saturation

R 163 of 255 = 64%
G 238 of 255 = 93%
B 216 of 255 = 85%

163
238
216

R + G + B ~ 81%. #A3EED8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 238 + 216 = 617 (100%)
R 163 of 617 ~ 26.42%
G 238 of 617 ~ 38.57%
B 216 of 617 ~ 35.01'%

%26.42
%38.57
%35.01

CMYK color model

#A3EED8 color CMYK value is (32,0,9,7).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 6.67%

CMYK: (32,0,9,7)
C32M0Y9K7 (32%, 0%, 9%, 7%)
(0.32 / 0.00 / 0.09 / 0.07)

CMYK percentages

%31.51
%0
%9.24
%6.67

Codes

Color #A3EED8 in popluar color models

A3 EE D8
RGB 163 238 216
HSL 162° 68.81% 78.63%
HSB/HSV 162° 31.51% 93.33%
CMYK 31.51% 0.00% 9.24%
6.67%

Color #A3EED8 in popluar number systems.

HEX A3 EE D8
Decimal 163 238 216
Binary 10100011 11101110 11011000
Octal 243 356 330

Shades and tints

Shades of #A3EED8

#A3EED8
(163,238,216)
#95D9C5
(149,217,197)
#87C4B2
(135,196,178)
#79AF9F
(121,175,159)
#6B9A8C
(107,154,140)
#5D8579
(93,133,121)
#4F7066
(79,112,102)
#415B53
(65,91,83)
#334640
(51,70,64)
#25312D
(37,49,45)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #A3EED8

#A3EED8
(163,238,216)
#ABEFDB
(171,239,219)
#B3F0DE
(179,240,222)
#BBF1E1
(187,241,225)
#C3F2E4
(195,242,228)
#CBF3E7
(203,243,231)
#D3F4EA
(211,244,234)
#DBF5ED
(219,245,237)
#E3F6F0
(227,246,240)
#EBF7F3
(235,247,243)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3EED8; }

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

This text font color is #A3EED8.

Background Color

.myBgColor { background-color: #A3EED8; }

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

This div background color is #A3EED8.

Border color

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

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

This div border color is #A3EED8.

Opacity

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

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

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

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

This text has shadow with #A3EED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3EED8.

Preview

Color preview on black background

This text has color #A3EED8 on black background.


Color preview on white background

This text has color #A3EED8 on white background.


Black color preview on #A3EED8 background

This text has black color on #A3EED8 background.


White color preview on #A3EED8 background

This text has white color on #A3EED8 background.


Related colors

Complementary color

Complementary color for #hex is #5C1127.


I love getcolorcode.com

Triadic colors

1 #D8A3EE and #EED8A3 with #A3EED8 are triadic colors.

2 #D8EEA3 and #EEA3D8 with #A3EED8 are triadic colors.