COLOR #A4E6EB

HEX: #A4E6EB
RGB: (164,230,235)

Color info

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

RGB color model

#A4E6EB color RGB value is (164,230,235).

  • red value is 164;
  • green value is 230;
  • blue value is 235.
RGB:
(164,230,235)
(64%,90%,92%)

RGB channels and saturation

R 164 of 255 = 64%
G 230 of 255 = 90%
B 235 of 255 = 92%

164
230
235

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

Portions of RGB colors in percentages

R + G + B =
164 + 230 + 235 = 629 (100%)
R 164 of 629 ~ 26.07%
G 230 of 629 ~ 36.57%
B 235 of 629 ~ 37.36%

%26.07
%36.57
%37.36

CMYK color model

#A4E6EB color CMYK value is (30,2,0,8).

  • cyan value is 30.21%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(30,2,0,8)
C30M2Y0K8 
(30%,2%,0%,8%)
(0.30/0.02/0.00/0.08)	

CMYK percentages

%30.21
%2.13
%0
%7.84

Codes

Color #A4E6EB in popluar color models

A4E6EB
RGB164230235
HSL184°63.96%78.24%
HSB/HSV184°30.21%92.16%
CMYK30.21%2.13%0.00%
7.84%

Color #A4E6EB in popluar number systems.

HEXA4E6EB
Decimal164230235
Binary101001001110011011101011
Octal244346353

Shades and tints

Shades of #A4E6EB

#A4E6EB
(164,230,235)
#96D2D6
(150,210,214)
#88BEC1
(136,190,193)
#7AAAAC
(122,170,172)
#6C9697
(108,150,151)
#5E8282
(94,130,130)
#506E6D
(80,110,109)
#425A58
(66,90,88)
#344643
(52,70,67)
#26322E
(38,50,46)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #A4E6EB

#A4E6EB
(164,230,235)
#ACE8EC
(172,232,236)
#B4EAED
(180,234,237)
#BCECEE
(188,236,238)
#C4EEEF
(196,238,239)
#CCF0F0
(204,240,240)
#D4F2F1
(212,242,241)
#DCF4F2
(220,244,242)
#E4F6F3
(228,246,243)
#ECF8F4
(236,248,244)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E6EB; }

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

This text font color is #A4E6EB.


Background Color

.myBgColor { background-color: #A4E6EB; }

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

This div background color is #A4E6EB.


Border color

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

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

This div border color is #A4E6EB.


Opacity

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

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

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

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

This text has shadow with #A4E6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E6EB on black background.


Color preview on white background

This text has color #A4E6EB on white background.



Black color preview on #A4E6EB background

This text has black color on #A4E6EB background.


White color preview on #A4E6EB background

This text has white color on #A4E6EB background.