COLOR #A8BEBE

HEX: #A8BEBE RGB: (168,190,190)

Color info

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

RGB color model

#A8BEBE color RGB value is (168,190,190).

RGB: (168,190,190) (66%, 75%, 75%)

RGB channels and saturation

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

168
190
190

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

Portions of RGB colors in percentages

R + G + B = 168 + 190 + 190 = 548 (100%)
R 168 of 548 ~ 30.66%
G 190 of 548 ~ 34.67%
B 190 of 548 ~ 34.67'%

%30.66
%34.67
%34.67

CMYK color model

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

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (12,0,0,25)
C12M0Y0K25 (12%, 0%, 0%, 25%)
(0.12 / 0.00 / 0.00 / 0.25)

CMYK percentages

%11.58
%0
%0
%25.49

Codes

Color #A8BEBE in popluar color models

A8 BE BE
RGB 168 190 190
HSL 180° 14.47% 70.20%
HSB/HSV 180° 11.58% 74.51%
CMYK 11.58% 0.00% 0.00%
25.49%

Color #A8BEBE in popluar number systems.

HEX A8 BE BE
Decimal 168 190 190
Binary 10101000 10111110 10111110
Octal 250 276 276

Shades and tints

Shades of #A8BEBE

#A8BEBE
(168,190,190)
#99ADAD
(153,173,173)
#8A9C9C
(138,156,156)
#7B8B8B
(123,139,139)
#6C7A7A
(108,122,122)
#5D6969
(93,105,105)
#4E5858
(78,88,88)
#3F4747
(63,71,71)
#303636
(48,54,54)
#212525
(33,37,37)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A8BEBE

#A8BEBE
(168,190,190)
#AFC3C3
(175,195,195)
#B6C8C8
(182,200,200)
#BDCDCD
(189,205,205)
#C4D2D2
(196,210,210)
#CBD7D7
(203,215,215)
#D2DCDC
(210,220,220)
#D9E1E1
(217,225,225)
#E0E6E6
(224,230,230)
#E7EBEB
(231,235,235)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BEBE; }

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

This text font color is #A8BEBE.

Background Color

.myBgColor { background-color: #A8BEBE; }

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

This div background color is #A8BEBE.

Border color

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

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

This div border color is #A8BEBE.

Opacity

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

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

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

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

This text has shadow with #A8BEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BEBE.

Preview

Color preview on black background

This text has color #A8BEBE on black background.


Color preview on white background

This text has color #A8BEBE on white background.


Black color preview on #A8BEBE background

This text has black color on #A8BEBE background.


White color preview on #A8BEBE background

This text has white color on #A8BEBE background.


Related colors

Complementary color

Complementary color for #hex is #574141.


I love getcolorcode.com