COLOR #A4C8D1

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

Color info

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

RGB color model

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

RGB: (164,200,209) (64%, 78%, 82%)

RGB channels and saturation

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

164
200
209

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

Portions of RGB colors in percentages

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

%28.62
%34.9
%36.47

CMYK color model

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

  • cyan value is 21.53%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (22,4,0,18)
C22M4Y0K18 (22%, 4%, 0%, 18%)
(0.22 / 0.04 / 0.00 / 0.18)

CMYK percentages

%21.53
%4.31
%0
%18.04

Codes

Color #A4C8D1 in popluar color models

A4 C8 D1
RGB 164 200 209
HSL 192° 32.85% 73.14%
HSB/HSV 192° 21.53% 81.96%
CMYK 21.53% 4.31% 0.00%
18.04%

Color #A4C8D1 in popluar number systems.

HEX A4 C8 D1
Decimal 164 200 209
Binary 10100100 11001000 11010001
Octal 244 310 321

Shades and tints

Shades of #A4C8D1

#A4C8D1
(164,200,209)
#96B6BE
(150,182,190)
#88A4AB
(136,164,171)
#7A9298
(122,146,152)
#6C8085
(108,128,133)
#5E6E72
(94,110,114)
#505C5F
(80,92,95)
#424A4C
(66,74,76)
#343839
(52,56,57)
#262626
(38,38,38)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #A4C8D1

#A4C8D1
(164,200,209)
#ACCDD5
(172,205,213)
#B4D2D9
(180,210,217)
#BCD7DD
(188,215,221)
#C4DCE1
(196,220,225)
#CCE1E5
(204,225,229)
#D4E6E9
(212,230,233)
#DCEBED
(220,235,237)
#E4F0F1
(228,240,241)
#ECF5F5
(236,245,245)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C8D1; }

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

This text font color is #A4C8D1.

Background Color

.myBgColor { background-color: #A4C8D1; }

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

This div background color is #A4C8D1.

Border color

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

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

This div border color is #A4C8D1.

Opacity

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

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

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

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

This text has shadow with #A4C8D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C8D1.

Preview

Color preview on black background

This text has color #A4C8D1 on black background.


Color preview on white background

This text has color #A4C8D1 on white background.


Black color preview on #A4C8D1 background

This text has black color on #A4C8D1 background.


White color preview on #A4C8D1 background

This text has white color on #A4C8D1 background.


Related colors

Complementary color

Complementary color for #hex is #5B372E.


I love getcolorcode.com

Triadic colors

1 #D1A4C8 and #C8D1A4 with #A4C8D1 are triadic colors.

2 #D1C8A4 and #C8A4D1 with #A4C8D1 are triadic colors.