COLOR #A4CDC7

HEX: #A4CDC7 RGB: (164,205,199)

Color info

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

RGB color model

#A4CDC7 color RGB value is (164,205,199).

RGB: (164,205,199) (64%, 80%, 78%)

RGB channels and saturation

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

164
205
199

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

Portions of RGB colors in percentages

R + G + B = 164 + 205 + 199 = 568 (100%)
R 164 of 568 ~ 28.87%
G 205 of 568 ~ 36.09%
B 199 of 568 ~ 35.04'%

%28.87
%36.09
%35.04

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 2.93%
  • key color value is 19.61%

CMYK: (20,0,3,20)
C20M0Y3K20 (20%, 0%, 3%, 20%)
(0.20 / 0.00 / 0.03 / 0.20)

CMYK percentages

%20
%0
%2.93
%19.61

Codes

Color #A4CDC7 in popluar color models

A4 CD C7
RGB 164 205 199
HSL 171° 29.08% 72.35%
HSB/HSV 171° 20.00% 80.39%
CMYK 20.00% 0.00% 2.93%
19.61%

Color #A4CDC7 in popluar number systems.

HEX A4 CD C7
Decimal 164 205 199
Binary 10100100 11001101 11000111
Octal 244 315 307

Shades and tints

Shades of #A4CDC7

#A4CDC7
(164,205,199)
#96BBB5
(150,187,181)
#88A9A3
(136,169,163)
#7A9791
(122,151,145)
#6C857F
(108,133,127)
#5E736D
(94,115,109)
#50615B
(80,97,91)
#424F49
(66,79,73)
#343D37
(52,61,55)
#262B25
(38,43,37)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #A4CDC7

#A4CDC7
(164,205,199)
#ACD1CC
(172,209,204)
#B4D5D1
(180,213,209)
#BCD9D6
(188,217,214)
#C4DDDB
(196,221,219)
#CCE1E0
(204,225,224)
#D4E5E5
(212,229,229)
#DCE9EA
(220,233,234)
#E4EDEF
(228,237,239)
#ECF1F4
(236,241,244)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CDC7; }

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

This text font color is #A4CDC7.

Background Color

.myBgColor { background-color: #A4CDC7; }

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

This div background color is #A4CDC7.

Border color

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

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

This div border color is #A4CDC7.

Opacity

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

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

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

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

This text has shadow with #A4CDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CDC7.

Preview

Color preview on black background

This text has color #A4CDC7 on black background.


Color preview on white background

This text has color #A4CDC7 on white background.


Black color preview on #A4CDC7 background

This text has black color on #A4CDC7 background.


White color preview on #A4CDC7 background

This text has white color on #A4CDC7 background.


Related colors

Complementary color

Complementary color for #hex is #5B3238.


I love getcolorcode.com

Triadic colors

1 #C7A4CD and #CDC7A4 with #A4CDC7 are triadic colors.

2 #C7CDA4 and #CDA4C7 with #A4CDC7 are triadic colors.