COLOR #A9CEC3

HEX: #A9CEC3
RGB: (169,206,195)

Color info

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

RGB color model

#A9CEC3 color RGB value is (169,206,195).

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

RGB channels and saturation

R 169 of 255 = 66%
G 206 of 255 = 81%
B 195 of 255 = 76%

169
206
195

R + G + B ~ 74%. #A9CEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 206 + 195 = 570 (100%)
R 169 of 570 ~ 29.65%
G 206 of 570 ~ 36.14%
B 195 of 570 ~ 34.21%

%29.65
%36.14
%34.21

CMYK color model

#A9CEC3 color CMYK value is (18,0,5,19).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 5.34%
  • key color value is 19.22%
CMYK:
(18,0,5,19)
C18M0Y5K19 
(18%,0%,5%,19%)
(0.18/0.00/0.05/0.19)	

CMYK percentages

%17.96
%0
%5.34
%19.22

Codes

Color #A9CEC3 in popluar color models

A9CEC3
RGB169206195
HSL162°27.41%73.53%
HSB/HSV162°17.96%80.78%
CMYK17.96%0.00%5.34%
19.22%

Color #A9CEC3 in popluar number systems.

HEXA9CEC3
Decimal169206195
Binary101010011100111011000011
Octal251316303

Shades and tints

Shades of #A9CEC3

#A9CEC3
(169,206,195)
#9ABCB2
(154,188,178)
#8BAAA1
(139,170,161)
#7C9890
(124,152,144)
#6D867F
(109,134,127)
#5E746E
(94,116,110)
#4F625D
(79,98,93)
#40504C
(64,80,76)
#313E3B
(49,62,59)
#222C2A
(34,44,42)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #A9CEC3

#A9CEC3
(169,206,195)
#B0D2C8
(176,210,200)
#B7D6CD
(183,214,205)
#BEDAD2
(190,218,210)
#C5DED7
(197,222,215)
#CCE2DC
(204,226,220)
#D3E6E1
(211,230,225)
#DAEAE6
(218,234,230)
#E1EEEB
(225,238,235)
#E8F2F0
(232,242,240)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CEC3; }

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

This text font color is #A9CEC3.


Background Color

.myBgColor { background-color: #A9CEC3; }

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

This div background color is #A9CEC3.


Border color

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

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

This div border color is #A9CEC3.


Opacity

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

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

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

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

This text has shadow with #A9CEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CEC3 on black background.


Color preview on white background

This text has color #A9CEC3 on white background.



Black color preview on #A9CEC3 background

This text has black color on #A9CEC3 background.


White color preview on #A9CEC3 background

This text has white color on #A9CEC3 background.