COLOR #A8BEBB

HEX: #A8BEBB
RGB: (168,190,187)

Color info

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

RGB color model

#A8BEBB color RGB value is (168,190,187).

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

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 187 of 255 = 73%

168
190
187

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

Portions of RGB colors in percentages

R + G + B =
168 + 190 + 187 = 545 (100%)
R 168 of 545 ~ 30.83%
G 190 of 545 ~ 34.86%
B 187 of 545 ~ 34.31%

%30.83
%34.86
%34.31

CMYK color model

#A8BEBB color CMYK value is (12,0,2,25).

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK:
(12,0,2,25)
C12M0Y2K25 
(12%,0%,2%,25%)
(0.12/0.00/0.02/0.25)	

CMYK percentages

%11.58
%0
%1.58
%25.49

Codes

Color #A8BEBB in popluar color models

A8BEBB
RGB168190187
HSL172°14.47%70.20%
HSB/HSV172°11.58%74.51%
CMYK11.58%0.00%1.58%
25.49%

Color #A8BEBB in popluar number systems.

HEXA8BEBB
Decimal168190187
Binary101010001011111010111011
Octal250276273

Shades and tints

Shades of #A8BEBB

#A8BEBB
(168,190,187)
#99ADAA
(153,173,170)
#8A9C99
(138,156,153)
#7B8B88
(123,139,136)
#6C7A77
(108,122,119)
#5D6966
(93,105,102)
#4E5855
(78,88,85)
#3F4744
(63,71,68)
#303633
(48,54,51)
#212522
(33,37,34)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #A8BEBB

#A8BEBB
(168,190,187)
#AFC3C1
(175,195,193)
#B6C8C7
(182,200,199)
#BDCDCD
(189,205,205)
#C4D2D3
(196,210,211)
#CBD7D9
(203,215,217)
#D2DCDF
(210,220,223)
#D9E1E5
(217,225,229)
#E0E6EB
(224,230,235)
#E7EBF1
(231,235,241)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BEBB; }

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

This text font color is #A8BEBB.


Background Color

.myBgColor { background-color: #A8BEBB; }

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

This div background color is #A8BEBB.


Border color

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

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

This div border color is #A8BEBB.


Opacity

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

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

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

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

This text has shadow with #A8BEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BEBB on black background.


Color preview on white background

This text has color #A8BEBB on white background.



Black color preview on #A8BEBB background

This text has black color on #A8BEBB background.


White color preview on #A8BEBB background

This text has white color on #A8BEBB background.