COLOR #A0BEB1

HEX: #A0BEB1
RGB: (160,190,177)

Color info

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

RGB color model

#A0BEB1 color RGB value is (160,190,177).

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

RGB channels and saturation

R 160 of 255 = 63%
G 190 of 255 = 75%
B 177 of 255 = 69%

160
190
177

R + G + B ~ 69%. #A0BEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 190 + 177 = 527 (100%)
R 160 of 527 ~ 30.36%
G 190 of 527 ~ 36.05%
B 177 of 527 ~ 33.59%

%30.36
%36.05
%33.59

CMYK color model

#A0BEB1 color CMYK value is (16,0,7,25).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 25.49%
CMYK:
(16,0,7,25)
C16M0Y7K25 
(16%,0%,7%,25%)
(0.16/0.00/0.07/0.25)	

CMYK percentages

%15.79
%0
%6.84
%25.49

Codes

Color #A0BEB1 in popluar color models

A0BEB1
RGB160190177
HSL154°18.75%68.63%
HSB/HSV154°15.79%74.51%
CMYK15.79%0.00%6.84%
25.49%

Color #A0BEB1 in popluar number systems.

HEXA0BEB1
Decimal160190177
Binary101000001011111010110001
Octal240276261

Shades and tints

Shades of #A0BEB1

#A0BEB1
(160,190,177)
#92ADA1
(146,173,161)
#849C91
(132,156,145)
#768B81
(118,139,129)
#687A71
(104,122,113)
#5A6961
(90,105,97)
#4C5851
(76,88,81)
#3E4741
(62,71,65)
#303631
(48,54,49)
#222521
(34,37,33)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #A0BEB1

#A0BEB1
(160,190,177)
#A8C3B8
(168,195,184)
#B0C8BF
(176,200,191)
#B8CDC6
(184,205,198)
#C0D2CD
(192,210,205)
#C8D7D4
(200,215,212)
#D0DCDB
(208,220,219)
#D8E1E2
(216,225,226)
#E0E6E9
(224,230,233)
#E8EBF0
(232,235,240)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BEB1; }

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

This text font color is #A0BEB1.


Background Color

.myBgColor { background-color: #A0BEB1; }

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

This div background color is #A0BEB1.


Border color

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

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

This div border color is #A0BEB1.


Opacity

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

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

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

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

This text has shadow with #A0BEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BEB1 on black background.


Color preview on white background

This text has color #A0BEB1 on white background.



Black color preview on #A0BEB1 background

This text has black color on #A0BEB1 background.


White color preview on #A0BEB1 background

This text has white color on #A0BEB1 background.