COLOR #A0BFCC

HEX: #A0BFCC
RGB: (160,191,204)

Color info

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

RGB color model

#A0BFCC color RGB value is (160,191,204).

  • red value is 160;
  • green value is 191;
  • blue value is 204.
RGB:
(160,191,204)
(63%,75%,80%)

RGB channels and saturation

R 160 of 255 = 63%
G 191 of 255 = 75%
B 204 of 255 = 80%

160
191
204

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

Portions of RGB colors in percentages

R + G + B =
160 + 191 + 204 = 555 (100%)
R 160 of 555 ~ 28.83%
G 191 of 555 ~ 34.41%
B 204 of 555 ~ 36.76%

%28.83
%34.41
%36.76

CMYK color model

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

  • cyan value is 21.57%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(22,6,0,20)
C22M6Y0K20 
(22%,6%,0%,20%)
(0.22/0.06/0.00/0.20)	

CMYK percentages

%21.57
%6.37
%0
%20

Codes

Color #A0BFCC in popluar color models

A0BFCC
RGB160191204
HSL198°30.14%71.37%
HSB/HSV198°21.57%80.00%
CMYK21.57%6.37%0.00%
20.00%

Color #A0BFCC in popluar number systems.

HEXA0BFCC
Decimal160191204
Binary101000001011111111001100
Octal240277314

Shades and tints

Shades of #A0BFCC

#A0BFCC
(160,191,204)
#92AEBA
(146,174,186)
#849DA8
(132,157,168)
#768C96
(118,140,150)
#687B84
(104,123,132)
#5A6A72
(90,106,114)
#4C5960
(76,89,96)
#3E484E
(62,72,78)
#30373C
(48,55,60)
#22262A
(34,38,42)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #A0BFCC

#A0BFCC
(160,191,204)
#A8C4D0
(168,196,208)
#B0C9D4
(176,201,212)
#B8CED8
(184,206,216)
#C0D3DC
(192,211,220)
#C8D8E0
(200,216,224)
#D0DDE4
(208,221,228)
#D8E2E8
(216,226,232)
#E0E7EC
(224,231,236)
#E8ECF0
(232,236,240)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BFCC color. Also use rgb(160,191,204) instead hex code.

Text Font Color

.myTextColor { color: #A0BFCC; }

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

This text font color is #A0BFCC.


Background Color

.myBgColor { background-color: #A0BFCC; }

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

This div background color is #A0BFCC.


Border color

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

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

This div border color is #A0BFCC.


Opacity

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

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

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

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

This text has shadow with #A0BFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BFCC on black background.


Color preview on white background

This text has color #A0BFCC on white background.



Black color preview on #A0BFCC background

This text has black color on #A0BFCC background.


White color preview on #A0BFCC background

This text has white color on #A0BFCC background.