COLOR #A4D1C8

HEX: #A4D1C8
RGB: (164,209,200)

Color info

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

RGB color model

#A4D1C8 color RGB value is (164,209,200).

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

RGB channels and saturation

R 164 of 255 = 64%
G 209 of 255 = 82%
B 200 of 255 = 78%

164
209
200

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

Portions of RGB colors in percentages

R + G + B =
164 + 209 + 200 = 573 (100%)
R 164 of 573 ~ 28.62%
G 209 of 573 ~ 36.47%
B 200 of 573 ~ 34.9%

%28.62
%36.47
%34.9

CMYK color model

#A4D1C8 color CMYK value is (22,0,4,18).

  • cyan value is 21.53%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 18.04%
CMYK:
(22,0,4,18)
C22M0Y4K18 
(22%,0%,4%,18%)
(0.22/0.00/0.04/0.18)	

CMYK percentages

%21.53
%0
%4.31
%18.04

Codes

Color #A4D1C8 in popluar color models

A4D1C8
RGB164209200
HSL168°32.85%73.14%
HSB/HSV168°21.53%81.96%
CMYK21.53%0.00%4.31%
18.04%

Color #A4D1C8 in popluar number systems.

HEXA4D1C8
Decimal164209200
Binary101001001101000111001000
Octal244321310

Shades and tints

Shades of #A4D1C8

#A4D1C8
(164,209,200)
#96BEB6
(150,190,182)
#88ABA4
(136,171,164)
#7A9892
(122,152,146)
#6C8580
(108,133,128)
#5E726E
(94,114,110)
#505F5C
(80,95,92)
#424C4A
(66,76,74)
#343938
(52,57,56)
#262626
(38,38,38)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #A4D1C8

#A4D1C8
(164,209,200)
#ACD5CD
(172,213,205)
#B4D9D2
(180,217,210)
#BCDDD7
(188,221,215)
#C4E1DC
(196,225,220)
#CCE5E1
(204,229,225)
#D4E9E6
(212,233,230)
#DCEDEB
(220,237,235)
#E4F1F0
(228,241,240)
#ECF5F5
(236,245,245)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D1C8; }

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

This text font color is #A4D1C8.


Background Color

.myBgColor { background-color: #A4D1C8; }

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

This div background color is #A4D1C8.


Border color

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

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

This div border color is #A4D1C8.


Opacity

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

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

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

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

This text has shadow with #A4D1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D1C8 on black background.


Color preview on white background

This text has color #A4D1C8 on white background.



Black color preview on #A4D1C8 background

This text has black color on #A4D1C8 background.


White color preview on #A4D1C8 background

This text has white color on #A4D1C8 background.