COLOR #A4B5C9

HEX: #A4B5C9
RGB: (164,181,201)

Color info

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

RGB color model

#A4B5C9 color RGB value is (164,181,201).

  • red value is 164;
  • green value is 181;
  • blue value is 201.
RGB:
(164,181,201)
(64%,71%,79%)

RGB channels and saturation

R 164 of 255 = 64%
G 181 of 255 = 71%
B 201 of 255 = 79%

164
181
201

R + G + B ~ 71%. #A4B5C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 181 + 201 = 546 (100%)
R 164 of 546 ~ 30.04%
G 181 of 546 ~ 33.15%
B 201 of 546 ~ 36.81%

%30.04
%33.15
%36.81

CMYK color model

#A4B5C9 color CMYK value is (18,10,0,21).

  • cyan value is 18.41%
  • magenta value is 9.95%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(18,10,0,21)
C18M10Y0K21 
(18%,10%,0%,21%)
(0.18/0.10/0.00/0.21)	

CMYK percentages

%18.41
%9.95
%0
%21.18

Codes

Color #A4B5C9 in popluar color models

A4B5C9
RGB164181201
HSL212°25.52%71.57%
HSB/HSV212°18.41%78.82%
CMYK18.41%9.95%0.00%
21.18%

Color #A4B5C9 in popluar number systems.

HEXA4B5C9
Decimal164181201
Binary101001001011010111001001
Octal244265311

Shades and tints

Shades of #A4B5C9

#A4B5C9
(164,181,201)
#96A5B7
(150,165,183)
#8895A5
(136,149,165)
#7A8593
(122,133,147)
#6C7581
(108,117,129)
#5E656F
(94,101,111)
#50555D
(80,85,93)
#42454B
(66,69,75)
#343539
(52,53,57)
#262527
(38,37,39)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #A4B5C9

#A4B5C9
(164,181,201)
#ACBBCD
(172,187,205)
#B4C1D1
(180,193,209)
#BCC7D5
(188,199,213)
#C4CDD9
(196,205,217)
#CCD3DD
(204,211,221)
#D4D9E1
(212,217,225)
#DCDFE5
(220,223,229)
#E4E5E9
(228,229,233)
#ECEBED
(236,235,237)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B5C9 color. Also use rgb(164,181,201) instead hex code.

Text Font Color

.myTextColor { color: #A4B5C9; }

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

This text font color is #A4B5C9.


Background Color

.myBgColor { background-color: #A4B5C9; }

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

This div background color is #A4B5C9.


Border color

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

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

This div border color is #A4B5C9.


Opacity

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

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

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

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

This text has shadow with #A4B5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B5C9 on black background.


Color preview on white background

This text has color #A4B5C9 on white background.



Black color preview on #A4B5C9 background

This text has black color on #A4B5C9 background.


White color preview on #A4B5C9 background

This text has white color on #A4B5C9 background.