COLOR #A4E6F3

HEX: #A4E6F3 RGB: (164,230,243)

Color info

#A4E6F3 contains mainly green and blue colors. Web safe color of #A4E6F3 is #99CCFF (or #9CF).

RGB color model

#A4E6F3 color RGB value is (164,230,243).

RGB: (164,230,243) (64%, 90%, 95%)

RGB channels and saturation

R 164 of 255 = 64%
G 230 of 255 = 90%
B 243 of 255 = 95%

164
230
243

R + G + B ~ 83%. #A4E6F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 230 + 243 = 637 (100%)
R 164 of 637 ~ 25.75%
G 230 of 637 ~ 36.11%
B 243 of 637 ~ 38.15'%

%25.75
%36.11
%38.15

CMYK color model

#A4E6F3 color CMYK value is (33,5,0,5).

  • cyan value is 32.51%
  • magenta value is 5.35%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (33,5,0,5)
C33M5Y0K5 (33%, 5%, 0%, 5%)
(0.33 / 0.05 / 0.00 / 0.05)

CMYK percentages

%32.51
%5.35
%0
%4.71

Codes

Color #A4E6F3 in popluar color models

A4 E6 F3
RGB 164 230 243
HSL 190° 76.70% 79.80%
HSB/HSV 190° 32.51% 95.29%
CMYK 32.51% 5.35% 0.00%
4.71%

Color #A4E6F3 in popluar number systems.

HEX A4 E6 F3
Decimal 164 230 243
Binary 10100100 11100110 11110011
Octal 244 346 363

Shades and tints

Shades of #A4E6F3

#A4E6F3
(164,230,243)
#96D2DD
(150,210,221)
#88BEC7
(136,190,199)
#7AAAB1
(122,170,177)
#6C969B
(108,150,155)
#5E8285
(94,130,133)
#506E6F
(80,110,111)
#425A59
(66,90,89)
#344643
(52,70,67)
#26322D
(38,50,45)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #A4E6F3

#A4E6F3
(164,230,243)
#ACE8F4
(172,232,244)
#B4EAF5
(180,234,245)
#BCECF6
(188,236,246)
#C4EEF7
(196,238,247)
#CCF0F8
(204,240,248)
#D4F2F9
(212,242,249)
#DCF4FA
(220,244,250)
#E4F6FB
(228,246,251)
#ECF8FC
(236,248,252)
#F4FAFD
(244,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E6F3 color. Also use rgb(164,230,243) instead hex code.

Text Font Color

.myTextColor { color: #A4E6F3; }

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

This text font color is #A4E6F3.

Background Color

.myBgColor { background-color: #A4E6F3; }

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

This div background color is #A4E6F3.

Border color

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

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

This div border color is #A4E6F3.

Opacity

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

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

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

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

This text has shadow with #A4E6F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E6F3.

Preview

Color preview on black background

This text has color #A4E6F3 on black background.


Color preview on white background

This text has color #A4E6F3 on white background.


Black color preview on #A4E6F3 background

This text has black color on #A4E6F3 background.


White color preview on #A4E6F3 background

This text has white color on #A4E6F3 background.


Related colors

Complementary color

Complementary color for #hex is #5B190C.


I love getcolorcode.com

Triadic colors

1 #F3A4E6 and #E6F3A4 with #A4E6F3 are triadic colors.

2 #F3E6A4 and #E6A4F3 with #A4E6F3 are triadic colors.