COLOR #A9DFE3

HEX: #A9DFE3
RGB: (169,223,227)

Color info

#A9DFE3 contains red, green and blue colors in about the same proportion. Web safe color of #A9DFE3 is #99CCCC (or #9CC).

RGB color model

#A9DFE3 color RGB value is (169,223,227).

  • red value is 169;
  • green value is 223;
  • blue value is 227.
RGB:
(169,223,227)
(66%,87%,89%)

RGB channels and saturation

R 169 of 255 = 66%
G 223 of 255 = 87%
B 227 of 255 = 89%

169
223
227

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

Portions of RGB colors in percentages

R + G + B =
169 + 223 + 227 = 619 (100%)
R 169 of 619 ~ 27.3%
G 223 of 619 ~ 36.03%
B 227 of 619 ~ 36.67%

%27.3
%36.03
%36.67

CMYK color model

#A9DFE3 color CMYK value is (26,2,0,11).

  • cyan value is 25.55%
  • magenta value is 1.76%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(26,2,0,11)
C26M2Y0K11 
(26%,2%,0%,11%)
(0.26/0.02/0.00/0.11)	

CMYK percentages

%25.55
%1.76
%0
%10.98

Codes

Color #A9DFE3 in popluar color models

A9DFE3
RGB169223227
HSL184°50.88%77.65%
HSB/HSV184°25.55%89.02%
CMYK25.55%1.76%0.00%
10.98%

Color #A9DFE3 in popluar number systems.

HEXA9DFE3
Decimal169223227
Binary101010011101111111100011
Octal251337343

Shades and tints

Shades of #A9DFE3

#A9DFE3
(169,223,227)
#9ACBCF
(154,203,207)
#8BB7BB
(139,183,187)
#7CA3A7
(124,163,167)
#6D8F93
(109,143,147)
#5E7B7F
(94,123,127)
#4F676B
(79,103,107)
#405357
(64,83,87)
#313F43
(49,63,67)
#222B2F
(34,43,47)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #A9DFE3

#A9DFE3
(169,223,227)
#B0E1E5
(176,225,229)
#B7E3E7
(183,227,231)
#BEE5E9
(190,229,233)
#C5E7EB
(197,231,235)
#CCE9ED
(204,233,237)
#D3EBEF
(211,235,239)
#DAEDF1
(218,237,241)
#E1EFF3
(225,239,243)
#E8F1F5
(232,241,245)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DFE3 color. Also use rgb(169,223,227) instead hex code.

Text Font Color

.myTextColor { color: #A9DFE3; }

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

This text font color is #A9DFE3.


Background Color

.myBgColor { background-color: #A9DFE3; }

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

This div background color is #A9DFE3.


Border color

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

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

This div border color is #A9DFE3.


Opacity

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

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

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

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

This text has shadow with #A9DFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DFE3 on black background.


Color preview on white background

This text has color #A9DFE3 on white background.



Black color preview on #A9DFE3 background

This text has black color on #A9DFE3 background.


White color preview on #A9DFE3 background

This text has white color on #A9DFE3 background.