COLOR #A4D1E5

HEX: #A4D1E5
RGB: (164,209,229)

Color info

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

RGB color model

#A4D1E5 color RGB value is (164,209,229).

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

RGB channels and saturation

R 164 of 255 = 64%
G 209 of 255 = 82%
B 229 of 255 = 90%

164
209
229

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

Portions of RGB colors in percentages

R + G + B =
164 + 209 + 229 = 602 (100%)
R 164 of 602 ~ 27.24%
G 209 of 602 ~ 34.72%
B 229 of 602 ~ 38.04%

%27.24
%34.72
%38.04

CMYK color model

#A4D1E5 color CMYK value is (28,9,0,10).

  • cyan value is 28.38%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(28,9,0,10)
C28M9Y0K10 
(28%,9%,0%,10%)
(0.28/0.09/0.00/0.10)	

CMYK percentages

%28.38
%8.73
%0
%10.2

Codes

Color #A4D1E5 in popluar color models

A4D1E5
RGB164209229
HSL198°55.56%77.06%
HSB/HSV198°28.38%89.80%
CMYK28.38%8.73%0.00%
10.20%

Color #A4D1E5 in popluar number systems.

HEXA4D1E5
Decimal164209229
Binary101001001101000111100101
Octal244321345

Shades and tints

Shades of #A4D1E5

#A4D1E5
(164,209,229)
#96BED1
(150,190,209)
#88ABBD
(136,171,189)
#7A98A9
(122,152,169)
#6C8595
(108,133,149)
#5E7281
(94,114,129)
#505F6D
(80,95,109)
#424C59
(66,76,89)
#343945
(52,57,69)
#262631
(38,38,49)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #A4D1E5

#A4D1E5
(164,209,229)
#ACD5E7
(172,213,231)
#B4D9E9
(180,217,233)
#BCDDEB
(188,221,235)
#C4E1ED
(196,225,237)
#CCE5EF
(204,229,239)
#D4E9F1
(212,233,241)
#DCEDF3
(220,237,243)
#E4F1F5
(228,241,245)
#ECF5F7
(236,245,247)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D1E5; }

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

This text font color is #A4D1E5.


Background Color

.myBgColor { background-color: #A4D1E5; }

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

This div background color is #A4D1E5.


Border color

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

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

This div border color is #A4D1E5.


Opacity

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

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

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

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

This text has shadow with #A4D1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D1E5 on black background.


Color preview on white background

This text has color #A4D1E5 on white background.



Black color preview on #A4D1E5 background

This text has black color on #A4D1E5 background.


White color preview on #A4D1E5 background

This text has white color on #A4D1E5 background.