COLOR #A8B4CB

HEX: #A8B4CB
RGB: (168,180,203)

Color info

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

RGB color model

#A8B4CB color RGB value is (168,180,203).

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

RGB channels and saturation

R 168 of 255 = 66%
G 180 of 255 = 71%
B 203 of 255 = 80%

168
180
203

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

Portions of RGB colors in percentages

R + G + B =
168 + 180 + 203 = 551 (100%)
R 168 of 551 ~ 30.49%
G 180 of 551 ~ 32.67%
B 203 of 551 ~ 36.84%

%30.49
%32.67
%36.84

CMYK color model

#A8B4CB color CMYK value is (17,11,0,20).

  • cyan value is 17.24%
  • magenta value is 11.33%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,11,0,20)
C17M11Y0K20 
(17%,11%,0%,20%)
(0.17/0.11/0.00/0.20)	

CMYK percentages

%17.24
%11.33
%0
%20.39

Codes

Color #A8B4CB in popluar color models

A8B4CB
RGB168180203
HSL219°25.18%72.75%
HSB/HSV219°17.24%79.61%
CMYK17.24%11.33%0.00%
20.39%

Color #A8B4CB in popluar number systems.

HEXA8B4CB
Decimal168180203
Binary101010001011010011001011
Octal250264313

Shades and tints

Shades of #A8B4CB

#A8B4CB
(168,180,203)
#99A4B9
(153,164,185)
#8A94A7
(138,148,167)
#7B8495
(123,132,149)
#6C7483
(108,116,131)
#5D6471
(93,100,113)
#4E545F
(78,84,95)
#3F444D
(63,68,77)
#30343B
(48,52,59)
#212429
(33,36,41)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #A8B4CB

#A8B4CB
(168,180,203)
#AFBACF
(175,186,207)
#B6C0D3
(182,192,211)
#BDC6D7
(189,198,215)
#C4CCDB
(196,204,219)
#CBD2DF
(203,210,223)
#D2D8E3
(210,216,227)
#D9DEE7
(217,222,231)
#E0E4EB
(224,228,235)
#E7EAEF
(231,234,239)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B4CB color. Also use rgb(168,180,203) instead hex code.

Text Font Color

.myTextColor { color: #A8B4CB; }

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

This text font color is #A8B4CB.


Background Color

.myBgColor { background-color: #A8B4CB; }

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

This div background color is #A8B4CB.


Border color

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

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

This div border color is #A8B4CB.


Opacity

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

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

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

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

This text has shadow with #A8B4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B4CB on black background.


Color preview on white background

This text has color #A8B4CB on white background.



Black color preview on #A8B4CB background

This text has black color on #A8B4CB background.


White color preview on #A8B4CB background

This text has white color on #A8B4CB background.