COLOR #A4CFC7

HEX: #A4CFC7 RGB: (164,207,199)

Color info

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

RGB color model

#A4CFC7 color RGB value is (164,207,199).

RGB: (164,207,199) (64%, 81%, 78%)

RGB channels and saturation

R 164 of 255 = 64%
G 207 of 255 = 81%
B 199 of 255 = 78%

164
207
199

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

Portions of RGB colors in percentages

R + G + B = 164 + 207 + 199 = 570 (100%)
R 164 of 570 ~ 28.77%
G 207 of 570 ~ 36.32%
B 199 of 570 ~ 34.91'%

%28.77
%36.32
%34.91

CMYK color model

#A4CFC7 color CMYK value is (21,0,4,19).

  • cyan value is 20.77%
  • magenta value is 0.00%
  • yellow value is 3.86%
  • key color value is 18.82%
CMYK: (21,0,4,19) C21M0Y4K19 (21%,0%,4%,19%) (0.21/0.00/0.04/0.19) 

CMYK percentages

%20.77
%0
%3.86
%18.82

Codes

Color #A4CFC7 in popluar color models

A4 CF C7
RGB 164 207 199
HSL 169° 30.94% 72.75%
HSB/HSV 169° 20.77% 81.18%
CMYK 20.77% 0.00% 3.86%
18.82%

Color #A4CFC7 in popluar number systems.

HEX A4 CF C7
Decimal 164 207 199
Binary 10100100 11001111 11000111
Octal 244 317 307

Shades and tints

Shades of #A4CFC7

#A4CFC7
(164,207,199)
#96BDB5
(150,189,181)
#88ABA3
(136,171,163)
#7A9991
(122,153,145)
#6C877F
(108,135,127)
#5E756D
(94,117,109)
#50635B
(80,99,91)
#425149
(66,81,73)
#343F37
(52,63,55)
#262D25
(38,45,37)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #A4CFC7

#A4CFC7
(164,207,199)
#ACD3CC
(172,211,204)
#B4D7D1
(180,215,209)
#BCDBD6
(188,219,214)
#C4DFDB
(196,223,219)
#CCE3E0
(204,227,224)
#D4E7E5
(212,231,229)
#DCEBEA
(220,235,234)
#E4EFEF
(228,239,239)
#ECF3F4
(236,243,244)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CFC7; }

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

This text font color is #A4CFC7.

Background Color

.myBgColor { background-color: #A4CFC7; }

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

This div background color is #A4CFC7.

Border color

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

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

This div border color is #A4CFC7.

Opacity

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

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

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

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

This text has shadow with #A4CFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CFC7.

Preview

Color preview on black background

This text has color #A4CFC7 on black background.


Color preview on white background

This text has color #A4CFC7 on white background.


Black color preview on #A4CFC7 background

This text has black color on #A4CFC7 background.


White color preview on #A4CFC7 background

This text has white color on #A4CFC7 background.


Related colors

Complementary color

Complementary color for #hex is #5B3038.


I love getcolorcode.com

Triadic colors

1 #C7A4CF and #CFC7A4 with #A4CFC7 are triadic colors.

2 #C7CFA4 and #CFA4C7 with #A4CFC7 are triadic colors.