COLOR #A8B5CC

HEX: #A8B5CC
RGB: (168,181,204)

Color info

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

RGB color model

#A8B5CC color RGB value is (168,181,204).

  • red value is 168;
  • green value is 181;
  • blue value is 204.
RGB:
(168,181,204)
(66%,71%,80%)

RGB channels and saturation

R 168 of 255 = 66%
G 181 of 255 = 71%
B 204 of 255 = 80%

168
181
204

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

Portions of RGB colors in percentages

R + G + B =
168 + 181 + 204 = 553 (100%)
R 168 of 553 ~ 30.38%
G 181 of 553 ~ 32.73%
B 204 of 553 ~ 36.89%

%30.38
%32.73
%36.89

CMYK color model

#A8B5CC color CMYK value is (18,11,0,20).

  • cyan value is 17.65%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(18,11,0,20)
C18M11Y0K20 
(18%,11%,0%,20%)
(0.18/0.11/0.00/0.20)	

CMYK percentages

%17.65
%11.27
%0
%20

Codes

Color #A8B5CC in popluar color models

A8B5CC
RGB168181204
HSL218°26.09%72.94%
HSB/HSV218°17.65%80.00%
CMYK17.65%11.27%0.00%
20.00%

Color #A8B5CC in popluar number systems.

HEXA8B5CC
Decimal168181204
Binary101010001011010111001100
Octal250265314

Shades and tints

Shades of #A8B5CC

#A8B5CC
(168,181,204)
#99A5BA
(153,165,186)
#8A95A8
(138,149,168)
#7B8596
(123,133,150)
#6C7584
(108,117,132)
#5D6572
(93,101,114)
#4E5560
(78,85,96)
#3F454E
(63,69,78)
#30353C
(48,53,60)
#21252A
(33,37,42)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #A8B5CC

#A8B5CC
(168,181,204)
#AFBBD0
(175,187,208)
#B6C1D4
(182,193,212)
#BDC7D8
(189,199,216)
#C4CDDC
(196,205,220)
#CBD3E0
(203,211,224)
#D2D9E4
(210,217,228)
#D9DFE8
(217,223,232)
#E0E5EC
(224,229,236)
#E7EBF0
(231,235,240)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B5CC; }

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

This text font color is #A8B5CC.


Background Color

.myBgColor { background-color: #A8B5CC; }

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

This div background color is #A8B5CC.


Border color

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

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

This div border color is #A8B5CC.


Opacity

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

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

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

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

This text has shadow with #A8B5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B5CC on black background.


Color preview on white background

This text has color #A8B5CC on white background.



Black color preview on #A8B5CC background

This text has black color on #A8B5CC background.


White color preview on #A8B5CC background

This text has white color on #A8B5CC background.