COLOR #A4C8C9

HEX: #A4C8C9
RGB: (164,200,201)

Color info

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

RGB color model

#A4C8C9 color RGB value is (164,200,201).

  • red value is 164;
  • green value is 200;
  • blue value is 201.
RGB:
(164,200,201)
(64%,78%,79%)

RGB channels and saturation

R 164 of 255 = 64%
G 200 of 255 = 78%
B 201 of 255 = 79%

164
200
201

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

Portions of RGB colors in percentages

R + G + B =
164 + 200 + 201 = 565 (100%)
R 164 of 565 ~ 29.03%
G 200 of 565 ~ 35.4%
B 201 of 565 ~ 35.58%

%29.03
%35.4
%35.58

CMYK color model

#A4C8C9 color CMYK value is (18,0,0,21).

  • cyan value is 18.41%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(18,0,0,21)
C18M0Y0K21 
(18%,0%,0%,21%)
(0.18/0.00/0.00/0.21)	

CMYK percentages

%18.41
%0.5
%0
%21.18

Codes

Color #A4C8C9 in popluar color models

A4C8C9
RGB164200201
HSL182°25.52%71.57%
HSB/HSV182°18.41%78.82%
CMYK18.41%0.50%0.00%
21.18%

Color #A4C8C9 in popluar number systems.

HEXA4C8C9
Decimal164200201
Binary101001001100100011001001
Octal244310311

Shades and tints

Shades of #A4C8C9

#A4C8C9
(164,200,201)
#96B6B7
(150,182,183)
#88A4A5
(136,164,165)
#7A9293
(122,146,147)
#6C8081
(108,128,129)
#5E6E6F
(94,110,111)
#505C5D
(80,92,93)
#424A4B
(66,74,75)
#343839
(52,56,57)
#262627
(38,38,39)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #A4C8C9

#A4C8C9
(164,200,201)
#ACCDCD
(172,205,205)
#B4D2D1
(180,210,209)
#BCD7D5
(188,215,213)
#C4DCD9
(196,220,217)
#CCE1DD
(204,225,221)
#D4E6E1
(212,230,225)
#DCEBE5
(220,235,229)
#E4F0E9
(228,240,233)
#ECF5ED
(236,245,237)
#F4FAF1
(244,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C8C9 color. Also use rgb(164,200,201) instead hex code.

Text Font Color

.myTextColor { color: #A4C8C9; }

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

This text font color is #A4C8C9.


Background Color

.myBgColor { background-color: #A4C8C9; }

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

This div background color is #A4C8C9.


Border color

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

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

This div border color is #A4C8C9.


Opacity

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

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

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

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

This text has shadow with #A4C8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C8C9 on black background.


Color preview on white background

This text has color #A4C8C9 on white background.



Black color preview on #A4C8C9 background

This text has black color on #A4C8C9 background.


White color preview on #A4C8C9 background

This text has white color on #A4C8C9 background.