COLOR #A8B8CE

HEX: #A8B8CE
RGB: (168,184,206)

Color info

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

RGB color model

#A8B8CE color RGB value is (168,184,206).

  • red value is 168;
  • green value is 184;
  • blue value is 206.
RGB:
(168,184,206)
(66%,72%,81%)

RGB channels and saturation

R 168 of 255 = 66%
G 184 of 255 = 72%
B 206 of 255 = 81%

168
184
206

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

Portions of RGB colors in percentages

R + G + B =
168 + 184 + 206 = 558 (100%)
R 168 of 558 ~ 30.11%
G 184 of 558 ~ 32.97%
B 206 of 558 ~ 36.92%

%30.11
%32.97
%36.92

CMYK color model

#A8B8CE color CMYK value is (18,11,0,19).

  • cyan value is 18.45%
  • magenta value is 10.68%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(18,11,0,19)
C18M11Y0K19 
(18%,11%,0%,19%)
(0.18/0.11/0.00/0.19)	

CMYK percentages

%18.45
%10.68
%0
%19.22

Codes

Color #A8B8CE in popluar color models

A8B8CE
RGB168184206
HSL215°27.94%73.33%
HSB/HSV215°18.45%80.78%
CMYK18.45%10.68%0.00%
19.22%

Color #A8B8CE in popluar number systems.

HEXA8B8CE
Decimal168184206
Binary101010001011100011001110
Octal250270316

Shades and tints

Shades of #A8B8CE

#A8B8CE
(168,184,206)
#99A8BC
(153,168,188)
#8A98AA
(138,152,170)
#7B8898
(123,136,152)
#6C7886
(108,120,134)
#5D6874
(93,104,116)
#4E5862
(78,88,98)
#3F4850
(63,72,80)
#30383E
(48,56,62)
#21282C
(33,40,44)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #A8B8CE

#A8B8CE
(168,184,206)
#AFBED2
(175,190,210)
#B6C4D6
(182,196,214)
#BDCADA
(189,202,218)
#C4D0DE
(196,208,222)
#CBD6E2
(203,214,226)
#D2DCE6
(210,220,230)
#D9E2EA
(217,226,234)
#E0E8EE
(224,232,238)
#E7EEF2
(231,238,242)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B8CE; }

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

This text font color is #A8B8CE.


Background Color

.myBgColor { background-color: #A8B8CE; }

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

This div background color is #A8B8CE.


Border color

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

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

This div border color is #A8B8CE.


Opacity

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

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

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

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

This text has shadow with #A8B8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B8CE on black background.


Color preview on white background

This text has color #A8B8CE on white background.



Black color preview on #A8B8CE background

This text has black color on #A8B8CE background.


White color preview on #A8B8CE background

This text has white color on #A8B8CE background.