COLOR #A4BCDF

HEX: #A4BCDF
RGB: (164,188,223)

Color info

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

RGB color model

#A4BCDF color RGB value is (164,188,223).

  • red value is 164;
  • green value is 188;
  • blue value is 223.
RGB:
(164,188,223)
(64%,74%,87%)

RGB channels and saturation

R 164 of 255 = 64%
G 188 of 255 = 74%
B 223 of 255 = 87%

164
188
223

R + G + B ~ 75%. #A4BCDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 188 + 223 = 575 (100%)
R 164 of 575 ~ 28.52%
G 188 of 575 ~ 32.7%
B 223 of 575 ~ 38.78%

%28.52
%32.7
%38.78

CMYK color model

#A4BCDF color CMYK value is (26,16,0,13).

  • cyan value is 26.46%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(26,16,0,13)
C26M16Y0K13 
(26%,16%,0%,13%)
(0.26/0.16/0.00/0.13)	

CMYK percentages

%26.46
%15.7
%0
%12.55

Codes

Color #A4BCDF in popluar color models

A4BCDF
RGB164188223
HSL216°47.97%75.88%
HSB/HSV216°26.46%87.45%
CMYK26.46%15.70%0.00%
12.55%

Color #A4BCDF in popluar number systems.

HEXA4BCDF
Decimal164188223
Binary101001001011110011011111
Octal244274337

Shades and tints

Shades of #A4BCDF

#A4BCDF
(164,188,223)
#96ABCB
(150,171,203)
#889AB7
(136,154,183)
#7A89A3
(122,137,163)
#6C788F
(108,120,143)
#5E677B
(94,103,123)
#505667
(80,86,103)
#424553
(66,69,83)
#34343F
(52,52,63)
#26232B
(38,35,43)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #A4BCDF

#A4BCDF
(164,188,223)
#ACC2E1
(172,194,225)
#B4C8E3
(180,200,227)
#BCCEE5
(188,206,229)
#C4D4E7
(196,212,231)
#CCDAE9
(204,218,233)
#D4E0EB
(212,224,235)
#DCE6ED
(220,230,237)
#E4ECEF
(228,236,239)
#ECF2F1
(236,242,241)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BCDF color. Also use rgb(164,188,223) instead hex code.

Text Font Color

.myTextColor { color: #A4BCDF; }

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

This text font color is #A4BCDF.


Background Color

.myBgColor { background-color: #A4BCDF; }

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

This div background color is #A4BCDF.


Border color

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

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

This div border color is #A4BCDF.


Opacity

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

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

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

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

This text has shadow with #A4BCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BCDF on black background.


Color preview on white background

This text has color #A4BCDF on white background.



Black color preview on #A4BCDF background

This text has black color on #A4BCDF background.


White color preview on #A4BCDF background

This text has white color on #A4BCDF background.