COLOR #A4BCCD

HEX: #A4BCCD
RGB: (164,188,205)

Color info

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

RGB color model

#A4BCCD color RGB value is (164,188,205).

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

RGB channels and saturation

R 164 of 255 = 64%
G 188 of 255 = 74%
B 205 of 255 = 80%

164
188
205

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

Portions of RGB colors in percentages

R + G + B =
164 + 188 + 205 = 557 (100%)
R 164 of 557 ~ 29.44%
G 188 of 557 ~ 33.75%
B 205 of 557 ~ 36.8%

%29.44
%33.75
%36.8

CMYK color model

#A4BCCD color CMYK value is (20,8,0,20).

  • cyan value is 20.00%
  • magenta value is 8.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,8,0,20)
C20M8Y0K20 
(20%,8%,0%,20%)
(0.20/0.08/0.00/0.20)	

CMYK percentages

%20
%8.29
%0
%19.61

Codes

Color #A4BCCD in popluar color models

A4BCCD
RGB164188205
HSL205°29.08%72.35%
HSB/HSV205°20.00%80.39%
CMYK20.00%8.29%0.00%
19.61%

Color #A4BCCD in popluar number systems.

HEXA4BCCD
Decimal164188205
Binary101001001011110011001101
Octal244274315

Shades and tints

Shades of #A4BCCD

#A4BCCD
(164,188,205)
#96ABBB
(150,171,187)
#889AA9
(136,154,169)
#7A8997
(122,137,151)
#6C7885
(108,120,133)
#5E6773
(94,103,115)
#505661
(80,86,97)
#42454F
(66,69,79)
#34343D
(52,52,61)
#26232B
(38,35,43)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #A4BCCD

#A4BCCD
(164,188,205)
#ACC2D1
(172,194,209)
#B4C8D5
(180,200,213)
#BCCED9
(188,206,217)
#C4D4DD
(196,212,221)
#CCDAE1
(204,218,225)
#D4E0E5
(212,224,229)
#DCE6E9
(220,230,233)
#E4ECED
(228,236,237)
#ECF2F1
(236,242,241)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BCCD; }

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

This text font color is #A4BCCD.


Background Color

.myBgColor { background-color: #A4BCCD; }

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

This div background color is #A4BCCD.


Border color

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

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

This div border color is #A4BCCD.


Opacity

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

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

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

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

This text has shadow with #A4BCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BCCD on black background.


Color preview on white background

This text has color #A4BCCD on white background.



Black color preview on #A4BCCD background

This text has black color on #A4BCCD background.


White color preview on #A4BCCD background

This text has white color on #A4BCCD background.