COLOR #A9E3CB

HEX: #A9E3CB
RGB: (169,227,203)

Color info

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

RGB color model

#A9E3CB color RGB value is (169,227,203).

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

RGB channels and saturation

R 169 of 255 = 66%
G 227 of 255 = 89%
B 203 of 255 = 80%

169
227
203

R + G + B ~ 78%. #A9E3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 227 + 203 = 599 (100%)
R 169 of 599 ~ 28.21%
G 227 of 599 ~ 37.9%
B 203 of 599 ~ 33.89%

%28.21
%37.9
%33.89

CMYK color model

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

  • cyan value is 25.55%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 10.98%
CMYK: (26,0,11,11) C26M0Y11K11 (26%,0%,11%,11%) (0.26/0.00/0.11/0.11)

CMYK percentages

%25.55
%0
%10.57
%10.98

Codes

Color #A9E3CB in popluar color models

A9E3CB
RGB169227203
HSL155°50.88%77.65%
HSB/HSV155°25.55%89.02%
CMYK25.55%0.00%10.57%
10.98%

Color #A9E3CB in popluar number systems.

HEXA9E3CB
Decimal169227203
Binary101010011110001111001011
Octal251343313

Shades and tints

Shades of #A9E3CB

#A9E3CB
(169,227,203)
#9ACFB9
(154,207,185)
#8BBBA7
(139,187,167)
#7CA795
(124,167,149)
#6D9383
(109,147,131)
#5E7F71
(94,127,113)
#4F6B5F
(79,107,95)
#40574D
(64,87,77)
#31433B
(49,67,59)
#222F29
(34,47,41)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #A9E3CB

#A9E3CB
(169,227,203)
#B0E5CF
(176,229,207)
#B7E7D3
(183,231,211)
#BEE9D7
(190,233,215)
#C5EBDB
(197,235,219)
#CCEDDF
(204,237,223)
#D3EFE3
(211,239,227)
#DAF1E7
(218,241,231)
#E1F3EB
(225,243,235)
#E8F5EF
(232,245,239)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E3CB; }

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

This text font color is #A9E3CB.


Background Color

.myBgColor { background-color: #A9E3CB; }

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

This div background color is #A9E3CB.


Border color

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

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

This div border color is #A9E3CB.


Opacity

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

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

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

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

This text has shadow with #A9E3CB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A9E3CB on black background.


Color preview on white background

This text has color #A9E3CB on white background.



Black color preview on #A9E3CB background

This text has black color on #A9E3CB background.


White color preview on #A9E3CB background

This text has white color on #A9E3CB background.