COLOR #A9D5E9

HEX: #A9D5E9
RGB: (169,213,233)

Color info

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

RGB color model

#A9D5E9 color RGB value is (169,213,233).

  • red value is 169;
  • green value is 213;
  • blue value is 233.
RGB:
(169,213,233)
(66%,84%,91%)

RGB channels and saturation

R 169 of 255 = 66%
G 213 of 255 = 84%
B 233 of 255 = 91%

169
213
233

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

Portions of RGB colors in percentages

R + G + B =
169 + 213 + 233 = 615 (100%)
R 169 of 615 ~ 27.48%
G 213 of 615 ~ 34.63%
B 233 of 615 ~ 37.89%

%27.48
%34.63
%37.89

CMYK color model

#A9D5E9 color CMYK value is (27,9,0,9).

  • cyan value is 27.47%
  • magenta value is 8.58%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(27,9,0,9)
C27M9Y0K9 
(27%,9%,0%,9%)
(0.27/0.09/0.00/0.09)	

CMYK percentages

%27.47
%8.58
%0
%8.63

Codes

Color #A9D5E9 in popluar color models

A9D5E9
RGB169213233
HSL199°59.26%78.82%
HSB/HSV199°27.47%91.37%
CMYK27.47%8.58%0.00%
8.63%

Color #A9D5E9 in popluar number systems.

HEXA9D5E9
Decimal169213233
Binary101010011101010111101001
Octal251325351

Shades and tints

Shades of #A9D5E9

#A9D5E9
(169,213,233)
#9AC2D4
(154,194,212)
#8BAFBF
(139,175,191)
#7C9CAA
(124,156,170)
#6D8995
(109,137,149)
#5E7680
(94,118,128)
#4F636B
(79,99,107)
#405056
(64,80,86)
#313D41
(49,61,65)
#222A2C
(34,42,44)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #A9D5E9

#A9D5E9
(169,213,233)
#B0D8EB
(176,216,235)
#B7DBED
(183,219,237)
#BEDEEF
(190,222,239)
#C5E1F1
(197,225,241)
#CCE4F3
(204,228,243)
#D3E7F5
(211,231,245)
#DAEAF7
(218,234,247)
#E1EDF9
(225,237,249)
#E8F0FB
(232,240,251)
#EFF3FD
(239,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D5E9 color. Also use rgb(169,213,233) instead hex code.

Text Font Color

.myTextColor { color: #A9D5E9; }

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

This text font color is #A9D5E9.


Background Color

.myBgColor { background-color: #A9D5E9; }

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

This div background color is #A9D5E9.


Border color

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

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

This div border color is #A9D5E9.


Opacity

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

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

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

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

This text has shadow with #A9D5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D5E9 on black background.


Color preview on white background

This text has color #A9D5E9 on white background.



Black color preview on #A9D5E9 background

This text has black color on #A9D5E9 background.


White color preview on #A9D5E9 background

This text has white color on #A9D5E9 background.