COLOR #A4BFCC

HEX: #A4BFCC
RGB: (164,191,204)

Color info

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

RGB color model

#A4BFCC color RGB value is (164,191,204).

  • red value is 164;
  • green value is 191;
  • blue value is 204.
RGB:
(164,191,204)
(64%,75%,80%)

RGB channels and saturation

R 164 of 255 = 64%
G 191 of 255 = 75%
B 204 of 255 = 80%

164
191
204

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

Portions of RGB colors in percentages

R + G + B =
164 + 191 + 204 = 559 (100%)
R 164 of 559 ~ 29.34%
G 191 of 559 ~ 34.17%
B 204 of 559 ~ 36.49%

%29.34
%34.17
%36.49

CMYK color model

#A4BFCC color CMYK value is (20,6,0,20).

  • cyan value is 19.61%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(20,6,0,20)
C20M6Y0K20 
(20%,6%,0%,20%)
(0.20/0.06/0.00/0.20)	

CMYK percentages

%19.61
%6.37
%0
%20

Codes

Color #A4BFCC in popluar color models

A4BFCC
RGB164191204
HSL200°28.17%72.16%
HSB/HSV200°19.61%80.00%
CMYK19.61%6.37%0.00%
20.00%

Color #A4BFCC in popluar number systems.

HEXA4BFCC
Decimal164191204
Binary101001001011111111001100
Octal244277314

Shades and tints

Shades of #A4BFCC

#A4BFCC
(164,191,204)
#96AEBA
(150,174,186)
#889DA8
(136,157,168)
#7A8C96
(122,140,150)
#6C7B84
(108,123,132)
#5E6A72
(94,106,114)
#505960
(80,89,96)
#42484E
(66,72,78)
#34373C
(52,55,60)
#26262A
(38,38,42)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #A4BFCC

#A4BFCC
(164,191,204)
#ACC4D0
(172,196,208)
#B4C9D4
(180,201,212)
#BCCED8
(188,206,216)
#C4D3DC
(196,211,220)
#CCD8E0
(204,216,224)
#D4DDE4
(212,221,228)
#DCE2E8
(220,226,232)
#E4E7EC
(228,231,236)
#ECECF0
(236,236,240)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BFCC color. Also use rgb(164,191,204) instead hex code.

Text Font Color

.myTextColor { color: #A4BFCC; }

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

This text font color is #A4BFCC.


Background Color

.myBgColor { background-color: #A4BFCC; }

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

This div background color is #A4BFCC.


Border color

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

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

This div border color is #A4BFCC.


Opacity

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

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

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

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

This text has shadow with #A4BFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BFCC on black background.


Color preview on white background

This text has color #A4BFCC on white background.



Black color preview on #A4BFCC background

This text has black color on #A4BFCC background.


White color preview on #A4BFCC background

This text has white color on #A4BFCC background.