COLOR #A4EBB9

HEX: #A4EBB9 RGB: (164,235,185)

Color info

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

RGB color model

#A4EBB9 color RGB value is (164,235,185).

RGB: (164,235,185) (64%, 92%, 73%)

RGB channels and saturation

R 164 of 255 = 64%
G 235 of 255 = 92%
B 185 of 255 = 73%

164
235
185

R + G + B ~ 76%. #A4EBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 235 + 185 = 584 (100%)
R 164 of 584 ~ 28.08%
G 235 of 584 ~ 40.24%
B 185 of 584 ~ 31.68'%

%28.08
%40.24
%31.68

CMYK color model

#A4EBB9 color CMYK value is (30,0,21,8).

  • cyan value is 30.21%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 7.84%
CMYK: (30,0,21,8) C30M0Y21K8 (30%,0%,21%,8%) (0.30/0.00/0.21/0.08) 

CMYK percentages

%30.21
%0
%21.28
%7.84

Codes

Color #A4EBB9 in popluar color models

A4 EB B9
RGB 164 235 185
HSL 138° 63.96% 78.24%
HSB/HSV 138° 30.21% 92.16%
CMYK 30.21% 0.00% 21.28%
7.84%

Color #A4EBB9 in popluar number systems.

HEX A4 EB B9
Decimal 164 235 185
Binary 10100100 11101011 10111001
Octal 244 353 271

Shades and tints

Shades of #A4EBB9

#A4EBB9
(164,235,185)
#96D6A9
(150,214,169)
#88C199
(136,193,153)
#7AAC89
(122,172,137)
#6C9779
(108,151,121)
#5E8269
(94,130,105)
#506D59
(80,109,89)
#425849
(66,88,73)
#344339
(52,67,57)
#262E29
(38,46,41)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #A4EBB9

#A4EBB9
(164,235,185)
#ACECBF
(172,236,191)
#B4EDC5
(180,237,197)
#BCEECB
(188,238,203)
#C4EFD1
(196,239,209)
#CCF0D7
(204,240,215)
#D4F1DD
(212,241,221)
#DCF2E3
(220,242,227)
#E4F3E9
(228,243,233)
#ECF4EF
(236,244,239)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4EBB9; }

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

This text font color is #A4EBB9.

Background Color

.myBgColor { background-color: #A4EBB9; }

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

This div background color is #A4EBB9.

Border color

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

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

This div border color is #A4EBB9.

Opacity

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

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

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

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

This text has shadow with #A4EBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4EBB9.

Preview

Color preview on black background

This text has color #A4EBB9 on black background.


Color preview on white background

This text has color #A4EBB9 on white background.


Black color preview on #A4EBB9 background

This text has black color on #A4EBB9 background.


White color preview on #A4EBB9 background

This text has white color on #A4EBB9 background.


Related colors

Complementary color

Complementary color for #hex is #5B1446.


I love getcolorcode.com

Triadic colors

1 #B9A4EB and #EBB9A4 with #A4EBB9 are triadic colors.

2 #B9EBA4 and #EBA4B9 with #A4EBB9 are triadic colors.