COLOR #A4EBEE

HEX: #A4EBEE
RGB: (164,235,238)

Color info

#A4EBEE contains mainly green and blue colors. Web safe color of #A4EBEE is #99FFFF (or #9FF).

RGB color model

#A4EBEE color RGB value is (164,235,238).

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

RGB channels and saturation

R 164 of 255 = 64%
G 235 of 255 = 92%
B 238 of 255 = 93%

164
235
238

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

Portions of RGB colors in percentages

R + G + B =
164 + 235 + 238 = 637 (100%)
R 164 of 637 ~ 25.75%
G 235 of 637 ~ 36.89%
B 238 of 637 ~ 37.36%

%25.75
%36.89
%37.36

CMYK color model

#A4EBEE color CMYK value is (31,1,0,7).

  • cyan value is 31.09%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(31,1,0,7)
C31M1Y0K7 
(31%,1%,0%,7%)
(0.31/0.01/0.00/0.07)	

CMYK percentages

%31.09
%1.26
%0
%6.67

Codes

Color #A4EBEE in popluar color models

A4EBEE
RGB164235238
HSL182°68.52%78.82%
HSB/HSV182°31.09%93.33%
CMYK31.09%1.26%0.00%
6.67%

Color #A4EBEE in popluar number systems.

HEXA4EBEE
Decimal164235238
Binary101001001110101111101110
Octal244353356

Shades and tints

Shades of #A4EBEE

#A4EBEE
(164,235,238)
#96D6D9
(150,214,217)
#88C1C4
(136,193,196)
#7AACAF
(122,172,175)
#6C979A
(108,151,154)
#5E8285
(94,130,133)
#506D70
(80,109,112)
#42585B
(66,88,91)
#344346
(52,67,70)
#262E31
(38,46,49)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #A4EBEE

#A4EBEE
(164,235,238)
#ACECEF
(172,236,239)
#B4EDF0
(180,237,240)
#BCEEF1
(188,238,241)
#C4EFF2
(196,239,242)
#CCF0F3
(204,240,243)
#D4F1F4
(212,241,244)
#DCF2F5
(220,242,245)
#E4F3F6
(228,243,246)
#ECF4F7
(236,244,247)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4EBEE; }

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

This text font color is #A4EBEE.


Background Color

.myBgColor { background-color: #A4EBEE; }

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

This div background color is #A4EBEE.


Border color

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

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

This div border color is #A4EBEE.


Opacity

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

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

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

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

This text has shadow with #A4EBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EBEE on black background.


Color preview on white background

This text has color #A4EBEE on white background.



Black color preview on #A4EBEE background

This text has black color on #A4EBEE background.


White color preview on #A4EBEE background

This text has white color on #A4EBEE background.