COLOR #A4EEDD

HEX: #A4EEDD RGB: (164,238,221)

Color info

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

RGB color model

#A4EEDD color RGB value is (164,238,221).

RGB: (164,238,221) (64%, 93%, 87%)

RGB channels and saturation

R 164 of 255 = 64%
G 238 of 255 = 93%
B 221 of 255 = 87%

164
238
221

R + G + B ~ 81%. #A4EEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 238 + 221 = 623 (100%)
R 164 of 623 ~ 26.32%
G 238 of 623 ~ 38.2%
B 221 of 623 ~ 35.47'%

%26.32
%38.2
%35.47

CMYK color model

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

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 6.67%

CMYK: (31,0,7,7)
C31M0Y7K7 (31%, 0%, 7%, 7%)
(0.31 / 0.00 / 0.07 / 0.07)

CMYK percentages

%31.09
%0
%7.14
%6.67

Codes

Color #A4EEDD in popluar color models

A4 EE DD
RGB 164 238 221
HSL 166° 68.52% 78.82%
HSB/HSV 166° 31.09% 93.33%
CMYK 31.09% 0.00% 7.14%
6.67%

Color #A4EEDD in popluar number systems.

HEX A4 EE DD
Decimal 164 238 221
Binary 10100100 11101110 11011101
Octal 244 356 335

Shades and tints

Shades of #A4EEDD

#A4EEDD
(164,238,221)
#96D9C9
(150,217,201)
#88C4B5
(136,196,181)
#7AAFA1
(122,175,161)
#6C9A8D
(108,154,141)
#5E8579
(94,133,121)
#507065
(80,112,101)
#425B51
(66,91,81)
#34463D
(52,70,61)
#263129
(38,49,41)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #A4EEDD

#A4EEDD
(164,238,221)
#ACEFE0
(172,239,224)
#B4F0E3
(180,240,227)
#BCF1E6
(188,241,230)
#C4F2E9
(196,242,233)
#CCF3EC
(204,243,236)
#D4F4EF
(212,244,239)
#DCF5F2
(220,245,242)
#E4F6F5
(228,246,245)
#ECF7F8
(236,247,248)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4EEDD; }

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

This text font color is #A4EEDD.

Background Color

.myBgColor { background-color: #A4EEDD; }

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

This div background color is #A4EEDD.

Border color

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

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

This div border color is #A4EEDD.

Opacity

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

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

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

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

This text has shadow with #A4EEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4EEDD.

Preview

Color preview on black background

This text has color #A4EEDD on black background.


Color preview on white background

This text has color #A4EEDD on white background.


Black color preview on #A4EEDD background

This text has black color on #A4EEDD background.


White color preview on #A4EEDD background

This text has white color on #A4EEDD background.


Related colors

Complementary color

Complementary color for #hex is #5B1122.


I love getcolorcode.com

Triadic colors

1 #DDA4EE and #EEDDA4 with #A4EEDD are triadic colors.

2 #DDEEA4 and #EEA4DD with #A4EEDD are triadic colors.