COLOR #A4DED8

HEX: #A4DED8
RGB: (164,222,216)

Color info

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

RGB color model

#A4DED8 color RGB value is (164,222,216).

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

RGB channels and saturation

R 164 of 255 = 64%
G 222 of 255 = 87%
B 216 of 255 = 85%

164
222
216

R + G + B ~ 79%. #A4DED8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 222 + 216 = 602 (100%)
R 164 of 602 ~ 27.24%
G 222 of 602 ~ 36.88%
B 216 of 602 ~ 35.88%

%27.24
%36.88
%35.88

CMYK color model

#A4DED8 color CMYK value is (26,0,3,13).

  • cyan value is 26.13%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 12.94%
CMYK:
(26,0,3,13)
C26M0Y3K13 
(26%,0%,3%,13%)
(0.26/0.00/0.03/0.13)	

CMYK percentages

%26.13
%0
%2.7
%12.94

Codes

Color #A4DED8 in popluar color models

A4DED8
RGB164222216
HSL174°46.77%75.69%
HSB/HSV174°26.13%87.06%
CMYK26.13%0.00%2.70%
12.94%

Color #A4DED8 in popluar number systems.

HEXA4DED8
Decimal164222216
Binary101001001101111011011000
Octal244336330

Shades and tints

Shades of #A4DED8

#A4DED8
(164,222,216)
#96CAC5
(150,202,197)
#88B6B2
(136,182,178)
#7AA29F
(122,162,159)
#6C8E8C
(108,142,140)
#5E7A79
(94,122,121)
#506666
(80,102,102)
#425253
(66,82,83)
#343E40
(52,62,64)
#262A2D
(38,42,45)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #A4DED8

#A4DED8
(164,222,216)
#ACE1DB
(172,225,219)
#B4E4DE
(180,228,222)
#BCE7E1
(188,231,225)
#C4EAE4
(196,234,228)
#CCEDE7
(204,237,231)
#D4F0EA
(212,240,234)
#DCF3ED
(220,243,237)
#E4F6F0
(228,246,240)
#ECF9F3
(236,249,243)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DED8; }

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

This text font color is #A4DED8.


Background Color

.myBgColor { background-color: #A4DED8; }

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

This div background color is #A4DED8.


Border color

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

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

This div border color is #A4DED8.


Opacity

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

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

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

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

This text has shadow with #A4DED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DED8 on black background.


Color preview on white background

This text has color #A4DED8 on white background.



Black color preview on #A4DED8 background

This text has black color on #A4DED8 background.


White color preview on #A4DED8 background

This text has white color on #A4DED8 background.