COLOR #A8BEC3

HEX: #A8BEC3
RGB: (168,190,195)

Color info

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

RGB color model

#A8BEC3 color RGB value is (168,190,195).

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

RGB channels and saturation

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

168
190
195

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

Portions of RGB colors in percentages

R + G + B =
168 + 190 + 195 = 553 (100%)
R 168 of 553 ~ 30.38%
G 190 of 553 ~ 34.36%
B 195 of 553 ~ 35.26%

%30.38
%34.36
%35.26

CMYK color model

#A8BEC3 color CMYK value is (14,3,0,24).

  • cyan value is 13.85%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(14,3,0,24)
C14M3Y0K24 
(14%,3%,0%,24%)
(0.14/0.03/0.00/0.24)	

CMYK percentages

%13.85
%2.56
%0
%23.53

Codes

Color #A8BEC3 in popluar color models

A8BEC3
RGB168190195
HSL191°18.37%71.18%
HSB/HSV191°13.85%76.47%
CMYK13.85%2.56%0.00%
23.53%

Color #A8BEC3 in popluar number systems.

HEXA8BEC3
Decimal168190195
Binary101010001011111011000011
Octal250276303

Shades and tints

Shades of #A8BEC3

#A8BEC3
(168,190,195)
#99ADB2
(153,173,178)
#8A9CA1
(138,156,161)
#7B8B90
(123,139,144)
#6C7A7F
(108,122,127)
#5D696E
(93,105,110)
#4E585D
(78,88,93)
#3F474C
(63,71,76)
#30363B
(48,54,59)
#21252A
(33,37,42)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #A8BEC3

#A8BEC3
(168,190,195)
#AFC3C8
(175,195,200)
#B6C8CD
(182,200,205)
#BDCDD2
(189,205,210)
#C4D2D7
(196,210,215)
#CBD7DC
(203,215,220)
#D2DCE1
(210,220,225)
#D9E1E6
(217,225,230)
#E0E6EB
(224,230,235)
#E7EBF0
(231,235,240)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BEC3; }

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

This text font color is #A8BEC3.


Background Color

.myBgColor { background-color: #A8BEC3; }

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

This div background color is #A8BEC3.


Border color

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

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

This div border color is #A8BEC3.


Opacity

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

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

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

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

This text has shadow with #A8BEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BEC3 on black background.


Color preview on white background

This text has color #A8BEC3 on white background.



Black color preview on #A8BEC3 background

This text has black color on #A8BEC3 background.


White color preview on #A8BEC3 background

This text has white color on #A8BEC3 background.