COLOR #A8BEB5

HEX: #A8BEB5
RGB: (168,190,181)

Color info

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

RGB color model

#A8BEB5 color RGB value is (168,190,181).

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

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 181 of 255 = 71%

168
190
181

R + G + B ~ 71%. #A8BEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 190 + 181 = 539 (100%)
R 168 of 539 ~ 31.17%
G 190 of 539 ~ 35.25%
B 181 of 539 ~ 33.58%

%31.17
%35.25
%33.58

CMYK color model

#A8BEB5 color CMYK value is (12,0,5,25).

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 25.49%
CMYK:
(12,0,5,25)
C12M0Y5K25 
(12%,0%,5%,25%)
(0.12/0.00/0.05/0.25)	

CMYK percentages

%11.58
%0
%4.74
%25.49

Codes

Color #A8BEB5 in popluar color models

A8BEB5
RGB168190181
HSL155°14.47%70.20%
HSB/HSV155°11.58%74.51%
CMYK11.58%0.00%4.74%
25.49%

Color #A8BEB5 in popluar number systems.

HEXA8BEB5
Decimal168190181
Binary101010001011111010110101
Octal250276265

Shades and tints

Shades of #A8BEB5

#A8BEB5
(168,190,181)
#99ADA5
(153,173,165)
#8A9C95
(138,156,149)
#7B8B85
(123,139,133)
#6C7A75
(108,122,117)
#5D6965
(93,105,101)
#4E5855
(78,88,85)
#3F4745
(63,71,69)
#303635
(48,54,53)
#212525
(33,37,37)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #A8BEB5

#A8BEB5
(168,190,181)
#AFC3BB
(175,195,187)
#B6C8C1
(182,200,193)
#BDCDC7
(189,205,199)
#C4D2CD
(196,210,205)
#CBD7D3
(203,215,211)
#D2DCD9
(210,220,217)
#D9E1DF
(217,225,223)
#E0E6E5
(224,230,229)
#E7EBEB
(231,235,235)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BEB5; }

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

This text font color is #A8BEB5.


Background Color

.myBgColor { background-color: #A8BEB5; }

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

This div background color is #A8BEB5.


Border color

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

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

This div border color is #A8BEB5.


Opacity

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

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

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

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

This text has shadow with #A8BEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BEB5 on black background.


Color preview on white background

This text has color #A8BEB5 on white background.



Black color preview on #A8BEB5 background

This text has black color on #A8BEB5 background.


White color preview on #A8BEB5 background

This text has white color on #A8BEB5 background.