COLOR #A9CFEB

HEX: #A9CFEB
RGB: (169,207,235)

Color info

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

RGB color model

#A9CFEB color RGB value is (169,207,235).

  • red value is 169;
  • green value is 207;
  • blue value is 235.
RGB:
(169,207,235)
(66%,81%,92%)

RGB channels and saturation

R 169 of 255 = 66%
G 207 of 255 = 81%
B 235 of 255 = 92%

169
207
235

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

Portions of RGB colors in percentages

R + G + B =
169 + 207 + 235 = 611 (100%)
R 169 of 611 ~ 27.66%
G 207 of 611 ~ 33.88%
B 235 of 611 ~ 38.46%

%27.66
%33.88
%38.46

CMYK color model

#A9CFEB color CMYK value is (28,12,0,8).

  • cyan value is 28.09%
  • magenta value is 11.91%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(28,12,0,8)
C28M12Y0K8 
(28%,12%,0%,8%)
(0.28/0.12/0.00/0.08)	

CMYK percentages

%28.09
%11.91
%0
%7.84

Codes

Color #A9CFEB in popluar color models

A9CFEB
RGB169207235
HSL205°62.26%79.22%
HSB/HSV205°28.09%92.16%
CMYK28.09%11.91%0.00%
7.84%

Color #A9CFEB in popluar number systems.

HEXA9CFEB
Decimal169207235
Binary101010011100111111101011
Octal251317353

Shades and tints

Shades of #A9CFEB

#A9CFEB
(169,207,235)
#9ABDD6
(154,189,214)
#8BABC1
(139,171,193)
#7C99AC
(124,153,172)
#6D8797
(109,135,151)
#5E7582
(94,117,130)
#4F636D
(79,99,109)
#405158
(64,81,88)
#313F43
(49,63,67)
#222D2E
(34,45,46)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #A9CFEB

#A9CFEB
(169,207,235)
#B0D3EC
(176,211,236)
#B7D7ED
(183,215,237)
#BEDBEE
(190,219,238)
#C5DFEF
(197,223,239)
#CCE3F0
(204,227,240)
#D3E7F1
(211,231,241)
#DAEBF2
(218,235,242)
#E1EFF3
(225,239,243)
#E8F3F4
(232,243,244)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CFEB color. Also use rgb(169,207,235) instead hex code.

Text Font Color

.myTextColor { color: #A9CFEB; }

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

This text font color is #A9CFEB.


Background Color

.myBgColor { background-color: #A9CFEB; }

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

This div background color is #A9CFEB.


Border color

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

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

This div border color is #A9CFEB.


Opacity

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

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

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

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

This text has shadow with #A9CFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CFEB on black background.


Color preview on white background

This text has color #A9CFEB on white background.



Black color preview on #A9CFEB background

This text has black color on #A9CFEB background.


White color preview on #A9CFEB background

This text has white color on #A9CFEB background.