COLOR #A4AFCB

HEX: #A4AFCB
RGB: (164,175,203)

Color info

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

RGB color model

#A4AFCB color RGB value is (164,175,203).

  • red value is 164;
  • green value is 175;
  • blue value is 203.
RGB:
(164,175,203)
(64%,69%,80%)

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 203 of 255 = 80%

164
175
203

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

Portions of RGB colors in percentages

R + G + B =
164 + 175 + 203 = 542 (100%)
R 164 of 542 ~ 30.26%
G 175 of 542 ~ 32.29%
B 203 of 542 ~ 37.45%

%30.26
%32.29
%37.45

CMYK color model

#A4AFCB color CMYK value is (19,14,0,20).

  • cyan value is 19.21%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(19,14,0,20)
C19M14Y0K20 
(19%,14%,0%,20%)
(0.19/0.14/0.00/0.20)	

CMYK percentages

%19.21
%13.79
%0
%20.39

Codes

Color #A4AFCB in popluar color models

A4AFCB
RGB164175203
HSL223°27.27%71.96%
HSB/HSV223°19.21%79.61%
CMYK19.21%13.79%0.00%
20.39%

Color #A4AFCB in popluar number systems.

HEXA4AFCB
Decimal164175203
Binary101001001010111111001011
Octal244257313

Shades and tints

Shades of #A4AFCB

#A4AFCB
(164,175,203)
#96A0B9
(150,160,185)
#8891A7
(136,145,167)
#7A8295
(122,130,149)
#6C7383
(108,115,131)
#5E6471
(94,100,113)
#50555F
(80,85,95)
#42464D
(66,70,77)
#34373B
(52,55,59)
#262829
(38,40,41)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #A4AFCB

#A4AFCB
(164,175,203)
#ACB6CF
(172,182,207)
#B4BDD3
(180,189,211)
#BCC4D7
(188,196,215)
#C4CBDB
(196,203,219)
#CCD2DF
(204,210,223)
#D4D9E3
(212,217,227)
#DCE0E7
(220,224,231)
#E4E7EB
(228,231,235)
#ECEEEF
(236,238,239)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AFCB color. Also use rgb(164,175,203) instead hex code.

Text Font Color

.myTextColor { color: #A4AFCB; }

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

This text font color is #A4AFCB.


Background Color

.myBgColor { background-color: #A4AFCB; }

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

This div background color is #A4AFCB.


Border color

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

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

This div border color is #A4AFCB.


Opacity

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

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

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

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

This text has shadow with #A4AFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AFCB on black background.


Color preview on white background

This text has color #A4AFCB on white background.



Black color preview on #A4AFCB background

This text has black color on #A4AFCB background.


White color preview on #A4AFCB background

This text has white color on #A4AFCB background.