COLOR #A4DEB9

HEX: #A4DEB9
RGB: (164,222,185)

Color info

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

RGB color model

#A4DEB9 color RGB value is (164,222,185).

  • red value is 164;
  • green value is 222;
  • blue value is 185.
RGB:
(164,222,185)
(64%,87%,73%)

RGB channels and saturation

R 164 of 255 = 64%
G 222 of 255 = 87%
B 185 of 255 = 73%

164
222
185

R + G + B ~ 75%. #A4DEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 222 + 185 = 571 (100%)
R 164 of 571 ~ 28.72%
G 222 of 571 ~ 38.88%
B 185 of 571 ~ 32.4%

%28.72
%38.88
%32.4

CMYK color model

#A4DEB9 color CMYK value is (26,0,17,13).

  • cyan value is 26.13%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK:
(26,0,17,13)
C26M0Y17K13 
(26%,0%,17%,13%)
(0.26/0.00/0.17/0.13)	

CMYK percentages

%26.13
%0
%16.67
%12.94

Codes

Color #A4DEB9 in popluar color models

A4DEB9
RGB164222185
HSL142°46.77%75.69%
HSB/HSV142°26.13%87.06%
CMYK26.13%0.00%16.67%
12.94%

Color #A4DEB9 in popluar number systems.

HEXA4DEB9
Decimal164222185
Binary101001001101111010111001
Octal244336271

Shades and tints

Shades of #A4DEB9

#A4DEB9
(164,222,185)
#96CAA9
(150,202,169)
#88B699
(136,182,153)
#7AA289
(122,162,137)
#6C8E79
(108,142,121)
#5E7A69
(94,122,105)
#506659
(80,102,89)
#425249
(66,82,73)
#343E39
(52,62,57)
#262A29
(38,42,41)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #A4DEB9

#A4DEB9
(164,222,185)
#ACE1BF
(172,225,191)
#B4E4C5
(180,228,197)
#BCE7CB
(188,231,203)
#C4EAD1
(196,234,209)
#CCEDD7
(204,237,215)
#D4F0DD
(212,240,221)
#DCF3E3
(220,243,227)
#E4F6E9
(228,246,233)
#ECF9EF
(236,249,239)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DEB9; }

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

This text font color is #A4DEB9.


Background Color

.myBgColor { background-color: #A4DEB9; }

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

This div background color is #A4DEB9.


Border color

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

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

This div border color is #A4DEB9.


Opacity

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

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

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

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

This text has shadow with #A4DEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DEB9 on black background.


Color preview on white background

This text has color #A4DEB9 on white background.



Black color preview on #A4DEB9 background

This text has black color on #A4DEB9 background.


White color preview on #A4DEB9 background

This text has white color on #A4DEB9 background.