COLOR #A8BEC7

HEX: #A8BEC7 RGB: (168,190,199)

Color info

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

RGB color model

#A8BEC7 color RGB value is (168,190,199).

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

RGB channels and saturation

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

168
190
199

R + G + B ~ 73%. #A8BEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 190 + 199 = 557 (100%)
R 168 of 557 ~ 30.16%
G 190 of 557 ~ 34.11%
B 199 of 557 ~ 35.73'%

%30.16
%34.11
%35.73

CMYK color model

#A8BEC7 color CMYK value is (16,5,0,22).

  • cyan value is 15.58%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (16,5,0,22)
C16M5Y0K22 (16%, 5%, 0%, 22%)
(0.16 / 0.05 / 0.00 / 0.22)

CMYK percentages

%15.58
%4.52
%0
%21.96

Codes

Color #A8BEC7 in popluar color models

A8 BE C7
RGB 168 190 199
HSL 197° 21.68% 71.96%
HSB/HSV 197° 15.58% 78.04%
CMYK 15.58% 4.52% 0.00%
21.96%

Color #A8BEC7 in popluar number systems.

HEX A8 BE C7
Decimal 168 190 199
Binary 10101000 10111110 11000111
Octal 250 276 307

Shades and tints

Shades of #A8BEC7

#A8BEC7
(168,190,199)
#99ADB5
(153,173,181)
#8A9CA3
(138,156,163)
#7B8B91
(123,139,145)
#6C7A7F
(108,122,127)
#5D696D
(93,105,109)
#4E585B
(78,88,91)
#3F4749
(63,71,73)
#303637
(48,54,55)
#212525
(33,37,37)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #A8BEC7

#A8BEC7
(168,190,199)
#AFC3CC
(175,195,204)
#B6C8D1
(182,200,209)
#BDCDD6
(189,205,214)
#C4D2DB
(196,210,219)
#CBD7E0
(203,215,224)
#D2DCE5
(210,220,229)
#D9E1EA
(217,225,234)
#E0E6EF
(224,230,239)
#E7EBF4
(231,235,244)
#EEF0F9
(238,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BEC7; }

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

This text font color is #A8BEC7.

Background Color

.myBgColor { background-color: #A8BEC7; }

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

This div background color is #A8BEC7.

Border color

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

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

This div border color is #A8BEC7.

Opacity

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

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

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

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

This text has shadow with #A8BEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BEC7.

Preview

Color preview on black background

This text has color #A8BEC7 on black background.


Color preview on white background

This text has color #A8BEC7 on white background.


Black color preview on #A8BEC7 background

This text has black color on #A8BEC7 background.


White color preview on #A8BEC7 background

This text has white color on #A8BEC7 background.


Related colors

Complementary color

Complementary color for #hex is #574138.


I love getcolorcode.com

Triadic colors

1 #C7A8BE and #BEC7A8 with #A8BEC7 are triadic colors.

2 #C7BEA8 and #BEA8C7 with #A8BEC7 are triadic colors.