COLOR #A4D8B1

HEX: #A4D8B1 RGB: (164,216,177)

Color info

#A4D8B1 contains red, green and blue colors in about the same proportion. Web safe color of #A4D8B1 is #99CC99 (or #9C9).

RGB color model

#A4D8B1 color RGB value is (164,216,177).

RGB: (164,216,177) (64%, 85%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 216 of 255 = 85%
B 177 of 255 = 69%

164
216
177

R + G + B ~ 73%. #A4D8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 216 + 177 = 557 (100%)
R 164 of 557 ~ 29.44%
G 216 of 557 ~ 38.78%
B 177 of 557 ~ 31.78'%

%29.44
%38.78
%31.78

CMYK color model

#A4D8B1 color CMYK value is (24,0,18,15).

  • cyan value is 24.07%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 15.29%
CMYK: (24,0,18,15) C24M0Y18K15 (24%,0%,18%,15%) (0.24/0.00/0.18/0.15) 

CMYK percentages

%24.07
%0
%18.06
%15.29

Codes

Color #A4D8B1 in popluar color models

A4 D8 B1
RGB 164 216 177
HSL 135° 40.00% 74.51%
HSB/HSV 135° 24.07% 84.71%
CMYK 24.07% 0.00% 18.06%
15.29%

Color #A4D8B1 in popluar number systems.

HEX A4 D8 B1
Decimal 164 216 177
Binary 10100100 11011000 10110001
Octal 244 330 261

Shades and tints

Shades of #A4D8B1

#A4D8B1
(164,216,177)
#96C5A1
(150,197,161)
#88B291
(136,178,145)
#7A9F81
(122,159,129)
#6C8C71
(108,140,113)
#5E7961
(94,121,97)
#506651
(80,102,81)
#425341
(66,83,65)
#344031
(52,64,49)
#262D21
(38,45,33)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #A4D8B1

#A4D8B1
(164,216,177)
#ACDBB8
(172,219,184)
#B4DEBF
(180,222,191)
#BCE1C6
(188,225,198)
#C4E4CD
(196,228,205)
#CCE7D4
(204,231,212)
#D4EADB
(212,234,219)
#DCEDE2
(220,237,226)
#E4F0E9
(228,240,233)
#ECF3F0
(236,243,240)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D8B1 color. Also use rgb(164,216,177) instead hex code.

Text Font Color

.myTextColor { color: #A4D8B1; }

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

This text font color is #A4D8B1.

Background Color

.myBgColor { background-color: #A4D8B1; }

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

This div background color is #A4D8B1.

Border color

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

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

This div border color is #A4D8B1.

Opacity

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

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

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

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

This text has shadow with #A4D8B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D8B1.

Preview

Color preview on black background

This text has color #A4D8B1 on black background.


Color preview on white background

This text has color #A4D8B1 on white background.


Black color preview on #A4D8B1 background

This text has black color on #A4D8B1 background.


White color preview on #A4D8B1 background

This text has white color on #A4D8B1 background.


Related colors

Complementary color

Complementary color for #hex is #5B274E.


I love getcolorcode.com

Triadic colors

1 #B1A4D8 and #D8B1A4 with #A4D8B1 are triadic colors.

2 #B1D8A4 and #D8A4B1 with #A4D8B1 are triadic colors.