COLOR #A4EDE1

HEX: #A4EDE1
RGB: (164,237,225)

Color info

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

RGB color model

#A4EDE1 color RGB value is (164,237,225).

  • red value is 164;
  • green value is 237;
  • blue value is 225.
RGB:
(164,237,225)
(64%,93%,88%)

RGB channels and saturation

R 164 of 255 = 64%
G 237 of 255 = 93%
B 225 of 255 = 88%

164
237
225

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

Portions of RGB colors in percentages

R + G + B =
164 + 237 + 225 = 626 (100%)
R 164 of 626 ~ 26.2%
G 237 of 626 ~ 37.86%
B 225 of 626 ~ 35.94%

%26.2
%37.86
%35.94

CMYK color model

#A4EDE1 color CMYK value is (31,0,5,7).

  • cyan value is 30.80%
  • magenta value is 0.00%
  • yellow value is 5.06%
  • key color value is 7.06%
CMYK:
(31,0,5,7)
C31M0Y5K7 
(31%,0%,5%,7%)
(0.31/0.00/0.05/0.07)	

CMYK percentages

%30.8
%0
%5.06
%7.06

Codes

Color #A4EDE1 in popluar color models

A4EDE1
RGB164237225
HSL170°66.97%78.63%
HSB/HSV170°30.80%92.94%
CMYK30.80%0.00%5.06%
7.06%

Color #A4EDE1 in popluar number systems.

HEXA4EDE1
Decimal164237225
Binary101001001110110111100001
Octal244355341

Shades and tints

Shades of #A4EDE1

#A4EDE1
(164,237,225)
#96D8CD
(150,216,205)
#88C3B9
(136,195,185)
#7AAEA5
(122,174,165)
#6C9991
(108,153,145)
#5E847D
(94,132,125)
#506F69
(80,111,105)
#425A55
(66,90,85)
#344541
(52,69,65)
#26302D
(38,48,45)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #A4EDE1

#A4EDE1
(164,237,225)
#ACEEE3
(172,238,227)
#B4EFE5
(180,239,229)
#BCF0E7
(188,240,231)
#C4F1E9
(196,241,233)
#CCF2EB
(204,242,235)
#D4F3ED
(212,243,237)
#DCF4EF
(220,244,239)
#E4F5F1
(228,245,241)
#ECF6F3
(236,246,243)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EDE1 color. Also use rgb(164,237,225) instead hex code.

Text Font Color

.myTextColor { color: #A4EDE1; }

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

This text font color is #A4EDE1.


Background Color

.myBgColor { background-color: #A4EDE1; }

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

This div background color is #A4EDE1.


Border color

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

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

This div border color is #A4EDE1.


Opacity

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

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

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

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

This text has shadow with #A4EDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EDE1 on black background.


Color preview on white background

This text has color #A4EDE1 on white background.



Black color preview on #A4EDE1 background

This text has black color on #A4EDE1 background.


White color preview on #A4EDE1 background

This text has white color on #A4EDE1 background.