COLOR #A9C0BE

HEX: #A9C0BE RGB: (169,192,190)

Color info

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

RGB color model

#A9C0BE color RGB value is (169,192,190).

RGB: (169,192,190) (66%, 75%, 75%)

RGB channels and saturation

R 169 of 255 = 66%
G 192 of 255 = 75%
B 190 of 255 = 75%

169
192
190

R + G + B ~ 72%. #A9C0BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 192 + 190 = 551 (100%)
R 169 of 551 ~ 30.67%
G 192 of 551 ~ 34.85%
B 190 of 551 ~ 34.48'%

%30.67
%34.85
%34.48

CMYK color model

#A9C0BE color CMYK value is (12,0,1,25).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 24.71%

CMYK: (12,0,1,25)
C12M0Y1K25 (12%, 0%, 1%, 25%)
(0.12 / 0.00 / 0.01 / 0.25)

CMYK percentages

%11.98
%0
%1.04
%24.71

Codes

Color #A9C0BE in popluar color models

A9 C0 BE
RGB 169 192 190
HSL 175° 15.44% 70.78%
HSB/HSV 175° 11.98% 75.29%
CMYK 11.98% 0.00% 1.04%
24.71%

Color #A9C0BE in popluar number systems.

HEX A9 C0 BE
Decimal 169 192 190
Binary 10101001 11000000 10111110
Octal 251 300 276

Shades and tints

Shades of #A9C0BE

#A9C0BE
(169,192,190)
#9AAFAD
(154,175,173)
#8B9E9C
(139,158,156)
#7C8D8B
(124,141,139)
#6D7C7A
(109,124,122)
#5E6B69
(94,107,105)
#4F5A58
(79,90,88)
#404947
(64,73,71)
#313836
(49,56,54)
#222725
(34,39,37)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #A9C0BE

#A9C0BE
(169,192,190)
#B0C5C3
(176,197,195)
#B7CAC8
(183,202,200)
#BECFCD
(190,207,205)
#C5D4D2
(197,212,210)
#CCD9D7
(204,217,215)
#D3DEDC
(211,222,220)
#DAE3E1
(218,227,225)
#E1E8E6
(225,232,230)
#E8EDEB
(232,237,235)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C0BE color. Also use rgb(169,192,190) instead hex code.

Text Font Color

.myTextColor { color: #A9C0BE; }

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

This text font color is #A9C0BE.

Background Color

.myBgColor { background-color: #A9C0BE; }

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

This div background color is #A9C0BE.

Border color

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

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

This div border color is #A9C0BE.

Opacity

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

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

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

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

This text has shadow with #A9C0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C0BE.

Preview

Color preview on black background

This text has color #A9C0BE on black background.


Color preview on white background

This text has color #A9C0BE on white background.


Black color preview on #A9C0BE background

This text has black color on #A9C0BE background.


White color preview on #A9C0BE background

This text has white color on #A9C0BE background.


Related colors

Complementary color

Complementary color for #hex is #563F41.


I love getcolorcode.com

Triadic colors

1 #BEA9C0 and #C0BEA9 with #A9C0BE are triadic colors.

2 #BEC0A9 and #C0A9BE with #A9C0BE are triadic colors.