COLOR #A0C5BE

HEX: #A0C5BE RGB: (160,197,190)

Color info

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

RGB color model

#A0C5BE color RGB value is (160,197,190).

RGB: (160,197,190) (63%, 77%, 75%)

RGB channels and saturation

R 160 of 255 = 63%
G 197 of 255 = 77%
B 190 of 255 = 75%

160
197
190

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

Portions of RGB colors in percentages

R + G + B = 160 + 197 + 190 = 547 (100%)
R 160 of 547 ~ 29.25%
G 197 of 547 ~ 36.01%
B 190 of 547 ~ 34.73'%

%29.25
%36.01
%34.73

CMYK color model

#A0C5BE color CMYK value is (19,0,4,23).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK: (19,0,4,23) C19M0Y4K23 (19%,0%,4%,23%) (0.19/0.00/0.04/0.23) 

CMYK percentages

%18.78
%0
%3.55
%22.75

Codes

Color #A0C5BE in popluar color models

A0 C5 BE
RGB 160 197 190
HSL 169° 24.18% 70.00%
HSB/HSV 169° 18.78% 77.25%
CMYK 18.78% 0.00% 3.55%
22.75%

Color #A0C5BE in popluar number systems.

HEX A0 C5 BE
Decimal 160 197 190
Binary 10100000 11000101 10111110
Octal 240 305 276

Shades and tints

Shades of #A0C5BE

#A0C5BE
(160,197,190)
#92B4AD
(146,180,173)
#84A39C
(132,163,156)
#76928B
(118,146,139)
#68817A
(104,129,122)
#5A7069
(90,112,105)
#4C5F58
(76,95,88)
#3E4E47
(62,78,71)
#303D36
(48,61,54)
#222C25
(34,44,37)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #A0C5BE

#A0C5BE
(160,197,190)
#A8CAC3
(168,202,195)
#B0CFC8
(176,207,200)
#B8D4CD
(184,212,205)
#C0D9D2
(192,217,210)
#C8DED7
(200,222,215)
#D0E3DC
(208,227,220)
#D8E8E1
(216,232,225)
#E0EDE6
(224,237,230)
#E8F2EB
(232,242,235)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C5BE; }

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

This text font color is #A0C5BE.

Background Color

.myBgColor { background-color: #A0C5BE; }

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

This div background color is #A0C5BE.

Border color

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

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

This div border color is #A0C5BE.

Opacity

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

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

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

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

This text has shadow with #A0C5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C5BE.

Preview

Color preview on black background

This text has color #A0C5BE on black background.


Color preview on white background

This text has color #A0C5BE on white background.


Black color preview on #A0C5BE background

This text has black color on #A0C5BE background.


White color preview on #A0C5BE background

This text has white color on #A0C5BE background.


Related colors

Complementary color

Complementary color for #hex is #5F3A41.


I love getcolorcode.com

Triadic colors

1 #BEA0C5 and #C5BEA0 with #A0C5BE are triadic colors.

2 #BEC5A0 and #C5A0BE with #A0C5BE are triadic colors.