COLOR #A4E3D2

HEX: #A4E3D2 RGB: (164,227,210)

Color info

#A4E3D2 contains mainly green and blue colors. Web safe color of #A4E3D2 is #99CCCC (or #9CC).

RGB color model

#A4E3D2 color RGB value is (164,227,210).

RGB: (164,227,210) (64%, 89%, 82%)

RGB channels and saturation

R 164 of 255 = 64%
G 227 of 255 = 89%
B 210 of 255 = 82%

164
227
210

R + G + B ~ 78%. #A4E3D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 227 + 210 = 601 (100%)
R 164 of 601 ~ 27.29%
G 227 of 601 ~ 37.77%
B 210 of 601 ~ 34.94'%

%27.29
%37.77
%34.94

CMYK color model

#A4E3D2 color CMYK value is (28,0,7,11).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 7.49%
  • key color value is 10.98%

CMYK: (28,0,7,11)
C28M0Y7K11 (28%, 0%, 7%, 11%)
(0.28 / 0.00 / 0.07 / 0.11)

CMYK percentages

%27.75
%0
%7.49
%10.98

Codes

Color #A4E3D2 in popluar color models

A4 E3 D2
RGB 164 227 210
HSL 164° 52.94% 76.67%
HSB/HSV 164° 27.75% 89.02%
CMYK 27.75% 0.00% 7.49%
10.98%

Color #A4E3D2 in popluar number systems.

HEX A4 E3 D2
Decimal 164 227 210
Binary 10100100 11100011 11010010
Octal 244 343 322

Shades and tints

Shades of #A4E3D2

#A4E3D2
(164,227,210)
#96CFBF
(150,207,191)
#88BBAC
(136,187,172)
#7AA799
(122,167,153)
#6C9386
(108,147,134)
#5E7F73
(94,127,115)
#506B60
(80,107,96)
#42574D
(66,87,77)
#34433A
(52,67,58)
#262F27
(38,47,39)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #A4E3D2

#A4E3D2
(164,227,210)
#ACE5D6
(172,229,214)
#B4E7DA
(180,231,218)
#BCE9DE
(188,233,222)
#C4EBE2
(196,235,226)
#CCEDE6
(204,237,230)
#D4EFEA
(212,239,234)
#DCF1EE
(220,241,238)
#E4F3F2
(228,243,242)
#ECF5F6
(236,245,246)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E3D2 color. Also use rgb(164,227,210) instead hex code.

Text Font Color

.myTextColor { color: #A4E3D2; }

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

This text font color is #A4E3D2.

Background Color

.myBgColor { background-color: #A4E3D2; }

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

This div background color is #A4E3D2.

Border color

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

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

This div border color is #A4E3D2.

Opacity

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

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

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

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

This text has shadow with #A4E3D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E3D2.

Preview

Color preview on black background

This text has color #A4E3D2 on black background.


Color preview on white background

This text has color #A4E3D2 on white background.


Black color preview on #A4E3D2 background

This text has black color on #A4E3D2 background.


White color preview on #A4E3D2 background

This text has white color on #A4E3D2 background.


Related colors

Complementary color

Complementary color for #hex is #5B1C2D.


I love getcolorcode.com

Triadic colors

1 #D2A4E3 and #E3D2A4 with #A4E3D2 are triadic colors.

2 #D2E3A4 and #E3A4D2 with #A4E3D2 are triadic colors.