COLOR #A0CCBE

HEX: #A0CCBE
RGB: (160,204,190)

Color info

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

RGB color model

#A0CCBE color RGB value is (160,204,190).

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

RGB channels and saturation

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

160
204
190

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

Portions of RGB colors in percentages

R + G + B =
160 + 204 + 190 = 554 (100%)
R 160 of 554 ~ 28.88%
G 204 of 554 ~ 36.82%
B 190 of 554 ~ 34.3%

%28.88
%36.82
%34.3

CMYK color model

#A0CCBE color CMYK value is (22,0,7,20).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 20.00%
CMYK:
(22,0,7,20)
C22M0Y7K20 
(22%,0%,7%,20%)
(0.22/0.00/0.07/0.20)	

CMYK percentages

%21.57
%0
%6.86
%20

Codes

Color #A0CCBE in popluar color models

A0CCBE
RGB160204190
HSL161°30.14%71.37%
HSB/HSV161°21.57%80.00%
CMYK21.57%0.00%6.86%
20.00%

Color #A0CCBE in popluar number systems.

HEXA0CCBE
Decimal160204190
Binary101000001100110010111110
Octal240314276

Shades and tints

Shades of #A0CCBE

#A0CCBE
(160,204,190)
#92BAAD
(146,186,173)
#84A89C
(132,168,156)
#76968B
(118,150,139)
#68847A
(104,132,122)
#5A7269
(90,114,105)
#4C6058
(76,96,88)
#3E4E47
(62,78,71)
#303C36
(48,60,54)
#222A25
(34,42,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #A0CCBE

#A0CCBE
(160,204,190)
#A8D0C3
(168,208,195)
#B0D4C8
(176,212,200)
#B8D8CD
(184,216,205)
#C0DCD2
(192,220,210)
#C8E0D7
(200,224,215)
#D0E4DC
(208,228,220)
#D8E8E1
(216,232,225)
#E0ECE6
(224,236,230)
#E8F0EB
(232,240,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0CCBE; }

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

This text font color is #A0CCBE.


Background Color

.myBgColor { background-color: #A0CCBE; }

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

This div background color is #A0CCBE.


Border color

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

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

This div border color is #A0CCBE.


Opacity

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

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

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

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

This text has shadow with #A0CCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CCBE on black background.


Color preview on white background

This text has color #A0CCBE on white background.



Black color preview on #A0CCBE background

This text has black color on #A0CCBE background.


White color preview on #A0CCBE background

This text has white color on #A0CCBE background.