COLOR #A8BEC0

HEX: #A8BEC0
RGB: (168,190,192)

Color info

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

RGB color model

#A8BEC0 color RGB value is (168,190,192).

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

RGB channels and saturation

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

168
190
192

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

Portions of RGB colors in percentages

R + G + B =
168 + 190 + 192 = 550 (100%)
R 168 of 550 ~ 30.55%
G 190 of 550 ~ 34.55%
B 192 of 550 ~ 34.91%

%30.55
%34.55
%34.91

CMYK color model

#A8BEC0 color CMYK value is (13,1,0,25).

  • cyan value is 12.50%
  • magenta value is 1.04%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(13,1,0,25)
C13M1Y0K25 
(13%,1%,0%,25%)
(0.13/0.01/0.00/0.25)	

CMYK percentages

%12.5
%1.04
%0
%24.71

Codes

Color #A8BEC0 in popluar color models

A8BEC0
RGB168190192
HSL185°16.00%70.59%
HSB/HSV185°12.50%75.29%
CMYK12.50%1.04%0.00%
24.71%

Color #A8BEC0 in popluar number systems.

HEXA8BEC0
Decimal168190192
Binary101010001011111011000000
Octal250276300

Shades and tints

Shades of #A8BEC0

#A8BEC0
(168,190,192)
#99ADAF
(153,173,175)
#8A9C9E
(138,156,158)
#7B8B8D
(123,139,141)
#6C7A7C
(108,122,124)
#5D696B
(93,105,107)
#4E585A
(78,88,90)
#3F4749
(63,71,73)
#303638
(48,54,56)
#212527
(33,37,39)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #A8BEC0

#A8BEC0
(168,190,192)
#AFC3C5
(175,195,197)
#B6C8CA
(182,200,202)
#BDCDCF
(189,205,207)
#C4D2D4
(196,210,212)
#CBD7D9
(203,215,217)
#D2DCDE
(210,220,222)
#D9E1E3
(217,225,227)
#E0E6E8
(224,230,232)
#E7EBED
(231,235,237)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BEC0; }

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

This text font color is #A8BEC0.


Background Color

.myBgColor { background-color: #A8BEC0; }

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

This div background color is #A8BEC0.


Border color

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

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

This div border color is #A8BEC0.


Opacity

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

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

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

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

This text has shadow with #A8BEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BEC0 on black background.


Color preview on white background

This text has color #A8BEC0 on white background.



Black color preview on #A8BEC0 background

This text has black color on #A8BEC0 background.


White color preview on #A8BEC0 background

This text has white color on #A8BEC0 background.