COLOR #A9CEF3

HEX: #A9CEF3
RGB: (169,206,243)

Color info

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

RGB color model

#A9CEF3 color RGB value is (169,206,243).

  • red value is 169;
  • green value is 206;
  • blue value is 243.
RGB:
(169,206,243)
(66%,81%,95%)

RGB channels and saturation

R 169 of 255 = 66%
G 206 of 255 = 81%
B 243 of 255 = 95%

169
206
243

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

Portions of RGB colors in percentages

R + G + B =
169 + 206 + 243 = 618 (100%)
R 169 of 618 ~ 27.35%
G 206 of 618 ~ 33.33%
B 243 of 618 ~ 39.32%

%27.35
%33.33
%39.32

CMYK color model

#A9CEF3 color CMYK value is (30,15,0,5).

  • cyan value is 30.45%
  • magenta value is 15.23%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(30,15,0,5)
C30M15Y0K5 
(30%,15%,0%,5%)
(0.30/0.15/0.00/0.05)	

CMYK percentages

%30.45
%15.23
%0
%4.71

Codes

Color #A9CEF3 in popluar color models

A9CEF3
RGB169206243
HSL210°75.51%80.78%
HSB/HSV210°30.45%95.29%
CMYK30.45%15.23%0.00%
4.71%

Color #A9CEF3 in popluar number systems.

HEXA9CEF3
Decimal169206243
Binary101010011100111011110011
Octal251316363

Shades and tints

Shades of #A9CEF3

#A9CEF3
(169,206,243)
#9ABCDD
(154,188,221)
#8BAAC7
(139,170,199)
#7C98B1
(124,152,177)
#6D869B
(109,134,155)
#5E7485
(94,116,133)
#4F626F
(79,98,111)
#405059
(64,80,89)
#313E43
(49,62,67)
#222C2D
(34,44,45)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #A9CEF3

#A9CEF3
(169,206,243)
#B0D2F4
(176,210,244)
#B7D6F5
(183,214,245)
#BEDAF6
(190,218,246)
#C5DEF7
(197,222,247)
#CCE2F8
(204,226,248)
#D3E6F9
(211,230,249)
#DAEAFA
(218,234,250)
#E1EEFB
(225,238,251)
#E8F2FC
(232,242,252)
#EFF6FD
(239,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CEF3 color. Also use rgb(169,206,243) instead hex code.

Text Font Color

.myTextColor { color: #A9CEF3; }

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

This text font color is #A9CEF3.


Background Color

.myBgColor { background-color: #A9CEF3; }

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

This div background color is #A9CEF3.


Border color

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

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

This div border color is #A9CEF3.


Opacity

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

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

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

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

This text has shadow with #A9CEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CEF3 on black background.


Color preview on white background

This text has color #A9CEF3 on white background.



Black color preview on #A9CEF3 background

This text has black color on #A9CEF3 background.


White color preview on #A9CEF3 background

This text has white color on #A9CEF3 background.