COLOR #A0BBC7

HEX: #A0BBC7 RGB: (160,187,199)

Color info

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

RGB color model

#A0BBC7 color RGB value is (160,187,199).

RGB: (160,187,199) (63%, 73%, 78%)

RGB channels and saturation

R 160 of 255 = 63%
G 187 of 255 = 73%
B 199 of 255 = 78%

160
187
199

R + G + B ~ 71%. #A0BBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 187 + 199 = 546 (100%)
R 160 of 546 ~ 29.3%
G 187 of 546 ~ 34.25%
B 199 of 546 ~ 36.45'%

%29.3
%34.25
%36.45

CMYK color model

#A0BBC7 color CMYK value is (20,6,0,22).

  • cyan value is 19.60%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (20,6,0,22) C20M6Y0K22 (20%,6%,0%,22%) (0.20/0.06/0.00/0.22) 

CMYK percentages

%19.6
%6.03
%0
%21.96

Codes

Color #A0BBC7 in popluar color models

A0 BB C7
RGB 160 187 199
HSL 198° 25.83% 70.39%
HSB/HSV 198° 19.60% 78.04%
CMYK 19.60% 6.03% 0.00%
21.96%

Color #A0BBC7 in popluar number systems.

HEX A0 BB C7
Decimal 160 187 199
Binary 10100000 10111011 11000111
Octal 240 273 307

Shades and tints

Shades of #A0BBC7

#A0BBC7
(160,187,199)
#92AAB5
(146,170,181)
#8499A3
(132,153,163)
#768891
(118,136,145)
#68777F
(104,119,127)
#5A666D
(90,102,109)
#4C555B
(76,85,91)
#3E4449
(62,68,73)
#303337
(48,51,55)
#222225
(34,34,37)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A0BBC7

#A0BBC7
(160,187,199)
#A8C1CC
(168,193,204)
#B0C7D1
(176,199,209)
#B8CDD6
(184,205,214)
#C0D3DB
(192,211,219)
#C8D9E0
(200,217,224)
#D0DFE5
(208,223,229)
#D8E5EA
(216,229,234)
#E0EBEF
(224,235,239)
#E8F1F4
(232,241,244)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BBC7 color. Also use rgb(160,187,199) instead hex code.

Text Font Color

.myTextColor { color: #A0BBC7; }

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

This text font color is #A0BBC7.

Background Color

.myBgColor { background-color: #A0BBC7; }

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

This div background color is #A0BBC7.

Border color

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

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

This div border color is #A0BBC7.

Opacity

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

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

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

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

This text has shadow with #A0BBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0BBC7.

Preview

Color preview on black background

This text has color #A0BBC7 on black background.


Color preview on white background

This text has color #A0BBC7 on white background.


Black color preview on #A0BBC7 background

This text has black color on #A0BBC7 background.


White color preview on #A0BBC7 background

This text has white color on #A0BBC7 background.


Related colors

Complementary color

Complementary color for #hex is #5F4438.


I love getcolorcode.com

Triadic colors

1 #C7A0BB and #BBC7A0 with #A0BBC7 are triadic colors.

2 #C7BBA0 and #BBA0C7 with #A0BBC7 are triadic colors.