COLOR #A0BEB5

HEX: #A0BEB5
RGB: (160,190,181)

Color info

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

RGB color model

#A0BEB5 color RGB value is (160,190,181).

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

RGB channels and saturation

R 160 of 255 = 63%
G 190 of 255 = 75%
B 181 of 255 = 71%

160
190
181

R + G + B ~ 70%. #A0BEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 190 + 181 = 531 (100%)
R 160 of 531 ~ 30.13%
G 190 of 531 ~ 35.78%
B 181 of 531 ~ 34.09%

%30.13
%35.78
%34.09

CMYK color model

#A0BEB5 color CMYK value is (16,0,5,25).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 25.49%
CMYK:
(16,0,5,25)
C16M0Y5K25 
(16%,0%,5%,25%)
(0.16/0.00/0.05/0.25)	

CMYK percentages

%15.79
%0
%4.74
%25.49

Codes

Color #A0BEB5 in popluar color models

A0BEB5
RGB160190181
HSL162°18.75%68.63%
HSB/HSV162°15.79%74.51%
CMYK15.79%0.00%4.74%
25.49%

Color #A0BEB5 in popluar number systems.

HEXA0BEB5
Decimal160190181
Binary101000001011111010110101
Octal240276265

Shades and tints

Shades of #A0BEB5

#A0BEB5
(160,190,181)
#92ADA5
(146,173,165)
#849C95
(132,156,149)
#768B85
(118,139,133)
#687A75
(104,122,117)
#5A6965
(90,105,101)
#4C5855
(76,88,85)
#3E4745
(62,71,69)
#303635
(48,54,53)
#222525
(34,37,37)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #A0BEB5

#A0BEB5
(160,190,181)
#A8C3BB
(168,195,187)
#B0C8C1
(176,200,193)
#B8CDC7
(184,205,199)
#C0D2CD
(192,210,205)
#C8D7D3
(200,215,211)
#D0DCD9
(208,220,217)
#D8E1DF
(216,225,223)
#E0E6E5
(224,230,229)
#E8EBEB
(232,235,235)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BEB5; }

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

This text font color is #A0BEB5.


Background Color

.myBgColor { background-color: #A0BEB5; }

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

This div background color is #A0BEB5.


Border color

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

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

This div border color is #A0BEB5.


Opacity

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

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

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

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

This text has shadow with #A0BEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BEB5 on black background.


Color preview on white background

This text has color #A0BEB5 on white background.



Black color preview on #A0BEB5 background

This text has black color on #A0BEB5 background.


White color preview on #A0BEB5 background

This text has white color on #A0BEB5 background.