COLOR #A4C6CD

HEX: #A4C6CD
RGB: (164,198,205)

Color info

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

RGB color model

#A4C6CD color RGB value is (164,198,205).

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

RGB channels and saturation

R 164 of 255 = 64%
G 198 of 255 = 78%
B 205 of 255 = 80%

164
198
205

R + G + B ~ 74%. #A4C6CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 198 + 205 = 567 (100%)
R 164 of 567 ~ 28.92%
G 198 of 567 ~ 34.92%
B 205 of 567 ~ 36.16%

%28.92
%34.92
%36.16

CMYK color model

#A4C6CD color CMYK value is (20,3,0,20).

  • cyan value is 20.00%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,3,0,20)
C20M3Y0K20 
(20%,3%,0%,20%)
(0.20/0.03/0.00/0.20)	

CMYK percentages

%20
%3.41
%0
%19.61

Codes

Color #A4C6CD in popluar color models

A4C6CD
RGB164198205
HSL190°29.08%72.35%
HSB/HSV190°20.00%80.39%
CMYK20.00%3.41%0.00%
19.61%

Color #A4C6CD in popluar number systems.

HEXA4C6CD
Decimal164198205
Binary101001001100011011001101
Octal244306315

Shades and tints

Shades of #A4C6CD

#A4C6CD
(164,198,205)
#96B4BB
(150,180,187)
#88A2A9
(136,162,169)
#7A9097
(122,144,151)
#6C7E85
(108,126,133)
#5E6C73
(94,108,115)
#505A61
(80,90,97)
#42484F
(66,72,79)
#34363D
(52,54,61)
#26242B
(38,36,43)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #A4C6CD

#A4C6CD
(164,198,205)
#ACCBD1
(172,203,209)
#B4D0D5
(180,208,213)
#BCD5D9
(188,213,217)
#C4DADD
(196,218,221)
#CCDFE1
(204,223,225)
#D4E4E5
(212,228,229)
#DCE9E9
(220,233,233)
#E4EEED
(228,238,237)
#ECF3F1
(236,243,241)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C6CD; }

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

This text font color is #A4C6CD.


Background Color

.myBgColor { background-color: #A4C6CD; }

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

This div background color is #A4C6CD.


Border color

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

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

This div border color is #A4C6CD.


Opacity

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

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

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

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

This text has shadow with #A4C6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C6CD on black background.


Color preview on white background

This text has color #A4C6CD on white background.



Black color preview on #A4C6CD background

This text has black color on #A4C6CD background.


White color preview on #A4C6CD background

This text has white color on #A4C6CD background.