COLOR #A9CBC7

HEX: #A9CBC7
RGB: (169,203,199)

Color info

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

RGB color model

#A9CBC7 color RGB value is (169,203,199).

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

RGB channels and saturation

R 169 of 255 = 66%
G 203 of 255 = 80%
B 199 of 255 = 78%

169
203
199

R + G + B ~ 75%. #A9CBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 203 + 199 = 571 (100%)
R 169 of 571 ~ 29.6%
G 203 of 571 ~ 35.55%
B 199 of 571 ~ 34.85%

%29.6
%35.55
%34.85

CMYK color model

#A9CBC7 color CMYK value is (17,0,2,20).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 20.39%
CMYK:
(17,0,2,20)
C17M0Y2K20 
(17%,0%,2%,20%)
(0.17/0.00/0.02/0.20)	

CMYK percentages

%16.75
%0
%1.97
%20.39

Codes

Color #A9CBC7 in popluar color models

A9CBC7
RGB169203199
HSL173°24.64%72.94%
HSB/HSV173°16.75%79.61%
CMYK16.75%0.00%1.97%
20.39%

Color #A9CBC7 in popluar number systems.

HEXA9CBC7
Decimal169203199
Binary101010011100101111000111
Octal251313307

Shades and tints

Shades of #A9CBC7

#A9CBC7
(169,203,199)
#9AB9B5
(154,185,181)
#8BA7A3
(139,167,163)
#7C9591
(124,149,145)
#6D837F
(109,131,127)
#5E716D
(94,113,109)
#4F5F5B
(79,95,91)
#404D49
(64,77,73)
#313B37
(49,59,55)
#222925
(34,41,37)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #A9CBC7

#A9CBC7
(169,203,199)
#B0CFCC
(176,207,204)
#B7D3D1
(183,211,209)
#BED7D6
(190,215,214)
#C5DBDB
(197,219,219)
#CCDFE0
(204,223,224)
#D3E3E5
(211,227,229)
#DAE7EA
(218,231,234)
#E1EBEF
(225,235,239)
#E8EFF4
(232,239,244)
#EFF3F9
(239,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CBC7; }

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

This text font color is #A9CBC7.


Background Color

.myBgColor { background-color: #A9CBC7; }

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

This div background color is #A9CBC7.


Border color

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

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

This div border color is #A9CBC7.


Opacity

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

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

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

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

This text has shadow with #A9CBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CBC7 on black background.


Color preview on white background

This text has color #A9CBC7 on white background.



Black color preview on #A9CBC7 background

This text has black color on #A9CBC7 background.


White color preview on #A9CBC7 background

This text has white color on #A9CBC7 background.