COLOR #A9CBBC

HEX: #A9CBBC
RGB: (169,203,188)

Color info

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

RGB color model

#A9CBBC color RGB value is (169,203,188).

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

RGB channels and saturation

R 169 of 255 = 66%
G 203 of 255 = 80%
B 188 of 255 = 74%

169
203
188

R + G + B ~ 73%. #A9CBBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 203 + 188 = 560 (100%)
R 169 of 560 ~ 30.18%
G 203 of 560 ~ 36.25%
B 188 of 560 ~ 33.57%

%30.18
%36.25
%33.57

CMYK color model

#A9CBBC color CMYK value is (17,0,7,20).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • key color value is 20.39%
CMYK: (17,0,7,20) C17M0Y7K20 (17%,0%,7%,20%) (0.17/0.00/0.07/0.20)

CMYK percentages

%16.75
%0
%7.39
%20.39

Codes

Color #A9CBBC in popluar color models

A9CBBC
RGB169203188
HSL154°24.64%72.94%
HSB/HSV154°16.75%79.61%
CMYK16.75%0.00%7.39%
20.39%

Color #A9CBBC in popluar number systems.

HEXA9CBBC
Decimal169203188
Binary101010011100101110111100
Octal251313274

Shades and tints

Shades of #A9CBBC

#A9CBBC
(169,203,188)
#9AB9AB
(154,185,171)
#8BA79A
(139,167,154)
#7C9589
(124,149,137)
#6D8378
(109,131,120)
#5E7167
(94,113,103)
#4F5F56
(79,95,86)
#404D45
(64,77,69)
#313B34
(49,59,52)
#222923
(34,41,35)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #A9CBBC

#A9CBBC
(169,203,188)
#B0CFC2
(176,207,194)
#B7D3C8
(183,211,200)
#BED7CE
(190,215,206)
#C5DBD4
(197,219,212)
#CCDFDA
(204,223,218)
#D3E3E0
(211,227,224)
#DAE7E6
(218,231,230)
#E1EBEC
(225,235,236)
#E8EFF2
(232,239,242)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CBBC; }

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

This text font color is #A9CBBC.


Background Color

.myBgColor { background-color: #A9CBBC; }

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

This div background color is #A9CBBC.


Border color

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

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

This div border color is #A9CBBC.


Opacity

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

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

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

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

This text has shadow with #A9CBBC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A9CBBC on black background.


Color preview on white background

This text has color #A9CBBC on white background.



Black color preview on #A9CBBC background

This text has black color on #A9CBBC background.


White color preview on #A9CBBC background

This text has white color on #A9CBBC background.