COLOR #A3E0CC

HEX: #A3E0CC
RGB: (163,224,204)

Color info

#A3E0CC contains mainly green and blue colors. Web safe color of #A3E0CC is #99CCCC (or #9CC).

RGB color model

#A3E0CC color RGB value is (163,224,204).

  • red value is 163;
  • green value is 224;
  • blue value is 204.
RGB: (163,224,204) (64%,88%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 224 of 255 = 88%
B 204 of 255 = 80%

163
224
204

R + G + B ~ 77%. #A3E0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 224 + 204 = 591 (100%)
R 163 of 591 ~ 27.58%
G 224 of 591 ~ 37.9%
B 204 of 591 ~ 34.52%

%27.58
%37.9
%34.52

CMYK color model

#A3E0CC color CMYK value is (27,0,9,12).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 12.16%
CMYK: (27,0,9,12) C27M0Y9K12 (27%,0%,9%,12%) (0.27/0.00/0.09/0.12)

CMYK percentages

%27.23
%0
%8.93
%12.16

Codes

Color #A3E0CC in popluar color models

A3E0CC
RGB163224204
HSL160°49.59%75.88%
HSB/HSV160°27.23%87.84%
CMYK27.23%0.00%8.93%
12.16%

Color #A3E0CC in popluar number systems.

HEXA3E0CC
Decimal163224204
Binary101000111110000011001100
Octal243340314

Shades and tints

Shades of #A3E0CC

#A3E0CC
(163,224,204)
#95CCBA
(149,204,186)
#87B8A8
(135,184,168)
#79A496
(121,164,150)
#6B9084
(107,144,132)
#5D7C72
(93,124,114)
#4F6860
(79,104,96)
#41544E
(65,84,78)
#33403C
(51,64,60)
#252C2A
(37,44,42)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #A3E0CC

#A3E0CC
(163,224,204)
#ABE2D0
(171,226,208)
#B3E4D4
(179,228,212)
#BBE6D8
(187,230,216)
#C3E8DC
(195,232,220)
#CBEAE0
(203,234,224)
#D3ECE4
(211,236,228)
#DBEEE8
(219,238,232)
#E3F0EC
(227,240,236)
#EBF2F0
(235,242,240)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E0CC color. Also use rgb(163,224,204) instead hex code.

Text Font Color

.myTextColor { color: #A3E0CC; }

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

This text font color is #A3E0CC.


Background Color

.myBgColor { background-color: #A3E0CC; }

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

This div background color is #A3E0CC.


Border color

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

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

This div border color is #A3E0CC.


Opacity

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

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

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

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

This text has shadow with #A3E0CC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A3E0CC on black background.


Color preview on white background

This text has color #A3E0CC on white background.



Black color preview on #A3E0CC background

This text has black color on #A3E0CC background.


White color preview on #A3E0CC background

This text has white color on #A3E0CC background.