COLOR #A4DDE5

HEX: #A4DDE5
RGB: (164,221,229)

Color info

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

RGB color model

#A4DDE5 color RGB value is (164,221,229).

  • red value is 164;
  • green value is 221;
  • blue value is 229.
RGB:
(164,221,229)
(64%,87%,90%)

RGB channels and saturation

R 164 of 255 = 64%
G 221 of 255 = 87%
B 229 of 255 = 90%

164
221
229

R + G + B ~ 80%. #A4DDE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 221 + 229 = 614 (100%)
R 164 of 614 ~ 26.71%
G 221 of 614 ~ 35.99%
B 229 of 614 ~ 37.3%

%26.71
%35.99
%37.3

CMYK color model

#A4DDE5 color CMYK value is (28,3,0,10).

  • cyan value is 28.38%
  • magenta value is 3.49%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(28,3,0,10)
C28M3Y0K10 
(28%,3%,0%,10%)
(0.28/0.03/0.00/0.10)	

CMYK percentages

%28.38
%3.49
%0
%10.2

Codes

Color #A4DDE5 in popluar color models

A4DDE5
RGB164221229
HSL187°55.56%77.06%
HSB/HSV187°28.38%89.80%
CMYK28.38%3.49%0.00%
10.20%

Color #A4DDE5 in popluar number systems.

HEXA4DDE5
Decimal164221229
Binary101001001101110111100101
Octal244335345

Shades and tints

Shades of #A4DDE5

#A4DDE5
(164,221,229)
#96C9D1
(150,201,209)
#88B5BD
(136,181,189)
#7AA1A9
(122,161,169)
#6C8D95
(108,141,149)
#5E7981
(94,121,129)
#50656D
(80,101,109)
#425159
(66,81,89)
#343D45
(52,61,69)
#262931
(38,41,49)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #A4DDE5

#A4DDE5
(164,221,229)
#ACE0E7
(172,224,231)
#B4E3E9
(180,227,233)
#BCE6EB
(188,230,235)
#C4E9ED
(196,233,237)
#CCECEF
(204,236,239)
#D4EFF1
(212,239,241)
#DCF2F3
(220,242,243)
#E4F5F5
(228,245,245)
#ECF8F7
(236,248,247)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DDE5 color. Also use rgb(164,221,229) instead hex code.

Text Font Color

.myTextColor { color: #A4DDE5; }

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

This text font color is #A4DDE5.


Background Color

.myBgColor { background-color: #A4DDE5; }

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

This div background color is #A4DDE5.


Border color

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

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

This div border color is #A4DDE5.


Opacity

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

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

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

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

This text has shadow with #A4DDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DDE5 on black background.


Color preview on white background

This text has color #A4DDE5 on white background.



Black color preview on #A4DDE5 background

This text has black color on #A4DDE5 background.


White color preview on #A4DDE5 background

This text has white color on #A4DDE5 background.