COLOR #A4D5E5

HEX: #A4D5E5 RGB: (164,213,229)

Color info

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

RGB color model

#A4D5E5 color RGB value is (164,213,229).

RGB: (164,213,229) (64%, 84%, 90%)

RGB channels and saturation

R 164 of 255 = 64%
G 213 of 255 = 84%
B 229 of 255 = 90%

164
213
229

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

Portions of RGB colors in percentages

R + G + B = 164 + 213 + 229 = 606 (100%)
R 164 of 606 ~ 27.06%
G 213 of 606 ~ 35.15%
B 229 of 606 ~ 37.79'%

%27.06
%35.15
%37.79

CMYK color model

#A4D5E5 color CMYK value is (28,7,0,10).

  • cyan value is 28.38%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (28,7,0,10)
C28M7Y0K10 (28%, 7%, 0%, 10%)
(0.28 / 0.07 / 0.00 / 0.10)

CMYK percentages

%28.38
%6.99
%0
%10.2

Codes

Color #A4D5E5 in popluar color models

A4 D5 E5
RGB 164 213 229
HSL 195° 55.56% 77.06%
HSB/HSV 195° 28.38% 89.80%
CMYK 28.38% 6.99% 0.00%
10.20%

Color #A4D5E5 in popluar number systems.

HEX A4 D5 E5
Decimal 164 213 229
Binary 10100100 11010101 11100101
Octal 244 325 345

Shades and tints

Shades of #A4D5E5

#A4D5E5
(164,213,229)
#96C2D1
(150,194,209)
#88AFBD
(136,175,189)
#7A9CA9
(122,156,169)
#6C8995
(108,137,149)
#5E7681
(94,118,129)
#50636D
(80,99,109)
#425059
(66,80,89)
#343D45
(52,61,69)
#262A31
(38,42,49)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #A4D5E5

#A4D5E5
(164,213,229)
#ACD8E7
(172,216,231)
#B4DBE9
(180,219,233)
#BCDEEB
(188,222,235)
#C4E1ED
(196,225,237)
#CCE4EF
(204,228,239)
#D4E7F1
(212,231,241)
#DCEAF3
(220,234,243)
#E4EDF5
(228,237,245)
#ECF0F7
(236,240,247)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D5E5; }

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

This text font color is #A4D5E5.

Background Color

.myBgColor { background-color: #A4D5E5; }

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

This div background color is #A4D5E5.

Border color

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

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

This div border color is #A4D5E5.

Opacity

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

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

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

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

This text has shadow with #A4D5E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D5E5.

Preview

Color preview on black background

This text has color #A4D5E5 on black background.


Color preview on white background

This text has color #A4D5E5 on white background.


Black color preview on #A4D5E5 background

This text has black color on #A4D5E5 background.


White color preview on #A4D5E5 background

This text has white color on #A4D5E5 background.


Related colors

Complementary color

Complementary color for #hex is #5B2A1A.


I love getcolorcode.com

Triadic colors

1 #E5A4D5 and #D5E5A4 with #A4D5E5 are triadic colors.

2 #E5D5A4 and #D5A4E5 with #A4D5E5 are triadic colors.