COLOR #A4DDE7

HEX: #A4DDE7
RGB: (164,221,231)

Color info

#A4DDE7 contains mainly green and blue colors. Web safe color of #A4DDE7 is #99CCFF (or #9CF).

RGB color model

#A4DDE7 color RGB value is (164,221,231).

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

RGB channels and saturation

R 164 of 255 = 64%
G 221 of 255 = 87%
B 231 of 255 = 91%

164
221
231

R + G + B ~ 81%. #A4DDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 221 + 231 = 616 (100%)
R 164 of 616 ~ 26.62%
G 221 of 616 ~ 35.88%
B 231 of 616 ~ 37.5%

%26.62
%35.88
%37.5

CMYK color model

#A4DDE7 color CMYK value is (29,4,0,9).

  • cyan value is 29.00%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(29,4,0,9)
C29M4Y0K9 
(29%,4%,0%,9%)
(0.29/0.04/0.00/0.09)	

CMYK percentages

%29
%4.33
%0
%9.41

Codes

Color #A4DDE7 in popluar color models

A4DDE7
RGB164221231
HSL189°58.26%77.45%
HSB/HSV189°29.00%90.59%
CMYK29.00%4.33%0.00%
9.41%

Color #A4DDE7 in popluar number systems.

HEXA4DDE7
Decimal164221231
Binary101001001101110111100111
Octal244335347

Shades and tints

Shades of #A4DDE7

#A4DDE7
(164,221,231)
#96C9D2
(150,201,210)
#88B5BD
(136,181,189)
#7AA1A8
(122,161,168)
#6C8D93
(108,141,147)
#5E797E
(94,121,126)
#506569
(80,101,105)
#425154
(66,81,84)
#343D3F
(52,61,63)
#26292A
(38,41,42)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #A4DDE7

#A4DDE7
(164,221,231)
#ACE0E9
(172,224,233)
#B4E3EB
(180,227,235)
#BCE6ED
(188,230,237)
#C4E9EF
(196,233,239)
#CCECF1
(204,236,241)
#D4EFF3
(212,239,243)
#DCF2F5
(220,242,245)
#E4F5F7
(228,245,247)
#ECF8F9
(236,248,249)
#F4FBFB
(244,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DDE7; }

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

This text font color is #A4DDE7.


Background Color

.myBgColor { background-color: #A4DDE7; }

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

This div background color is #A4DDE7.


Border color

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

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

This div border color is #A4DDE7.


Opacity

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

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

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

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

This text has shadow with #A4DDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DDE7 on black background.


Color preview on white background

This text has color #A4DDE7 on white background.



Black color preview on #A4DDE7 background

This text has black color on #A4DDE7 background.


White color preview on #A4DDE7 background

This text has white color on #A4DDE7 background.