COLOR #A3EDE3

HEX: #A3EDE3
RGB: (163,237,227)

Color info

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

RGB color model

#A3EDE3 color RGB value is (163,237,227).

  • red value is 163;
  • green value is 237;
  • blue value is 227.
RGB:
(163,237,227)
(64%,93%,89%)

RGB channels and saturation

R 163 of 255 = 64%
G 237 of 255 = 93%
B 227 of 255 = 89%

163
237
227

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

Portions of RGB colors in percentages

R + G + B =
163 + 237 + 227 = 627 (100%)
R 163 of 627 ~ 26%
G 237 of 627 ~ 37.8%
B 227 of 627 ~ 36.2%

%26
%37.8
%36.2

CMYK color model

#A3EDE3 color CMYK value is (31,0,4,7).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 4.22%
  • key color value is 7.06%
CMYK:
(31,0,4,7)
C31M0Y4K7 
(31%,0%,4%,7%)
(0.31/0.00/0.04/0.07)	

CMYK percentages

%31.22
%0
%4.22
%7.06

Codes

Color #A3EDE3 in popluar color models

A3EDE3
RGB163237227
HSL172°67.27%78.43%
HSB/HSV172°31.22%92.94%
CMYK31.22%0.00%4.22%
7.06%

Color #A3EDE3 in popluar number systems.

HEXA3EDE3
Decimal163237227
Binary101000111110110111100011
Octal243355343

Shades and tints

Shades of #A3EDE3

#A3EDE3
(163,237,227)
#95D8CF
(149,216,207)
#87C3BB
(135,195,187)
#79AEA7
(121,174,167)
#6B9993
(107,153,147)
#5D847F
(93,132,127)
#4F6F6B
(79,111,107)
#415A57
(65,90,87)
#334543
(51,69,67)
#25302F
(37,48,47)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #A3EDE3

#A3EDE3
(163,237,227)
#ABEEE5
(171,238,229)
#B3EFE7
(179,239,231)
#BBF0E9
(187,240,233)
#C3F1EB
(195,241,235)
#CBF2ED
(203,242,237)
#D3F3EF
(211,243,239)
#DBF4F1
(219,244,241)
#E3F5F3
(227,245,243)
#EBF6F5
(235,246,245)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3EDE3 color. Also use rgb(163,237,227) instead hex code.

Text Font Color

.myTextColor { color: #A3EDE3; }

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

This text font color is #A3EDE3.


Background Color

.myBgColor { background-color: #A3EDE3; }

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

This div background color is #A3EDE3.


Border color

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

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

This div border color is #A3EDE3.


Opacity

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

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

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

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

This text has shadow with #A3EDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EDE3 on black background.


Color preview on white background

This text has color #A3EDE3 on white background.



Black color preview on #A3EDE3 background

This text has black color on #A3EDE3 background.


White color preview on #A3EDE3 background

This text has white color on #A3EDE3 background.