COLOR #AFC4C1

HEX: #AFC4C1 RGB: (175,196,193)

Color info

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

RGB color model

#AFC4C1 color RGB value is (175,196,193).

RGB: (175,196,193) (69%, 77%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 193 of 255 = 76%

175
196
193

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

Portions of RGB colors in percentages

R + G + B = 175 + 196 + 193 = 564 (100%)
R 175 of 564 ~ 31.03%
G 196 of 564 ~ 34.75%
B 193 of 564 ~ 34.22'%

%31.03
%34.75
%34.22

CMYK color model

#AFC4C1 color CMYK value is (11,0,2,23).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 1.53%
  • key color value is 23.14%

CMYK: (11,0,2,23)
C11M0Y2K23 (11%, 0%, 2%, 23%)
(0.11 / 0.00 / 0.02 / 0.23)

CMYK percentages

%10.71
%0
%1.53
%23.14

Codes

Color #AFC4C1 in popluar color models

AF C4 C1
RGB 175 196 193
HSL 171° 15.11% 72.75%
HSB/HSV 171° 10.71% 76.86%
CMYK 10.71% 0.00% 1.53%
23.14%

Color #AFC4C1 in popluar number systems.

HEX AF C4 C1
Decimal 175 196 193
Binary 10101111 11000100 11000001
Octal 257 304 301

Shades and tints

Shades of #AFC4C1

#AFC4C1
(175,196,193)
#A0B3B0
(160,179,176)
#91A29F
(145,162,159)
#82918E
(130,145,142)
#73807D
(115,128,125)
#646F6C
(100,111,108)
#555E5B
(85,94,91)
#464D4A
(70,77,74)
#373C39
(55,60,57)
#282B28
(40,43,40)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #AFC4C1

#AFC4C1
(175,196,193)
#B6C9C6
(182,201,198)
#BDCECB
(189,206,203)
#C4D3D0
(196,211,208)
#CBD8D5
(203,216,213)
#D2DDDA
(210,221,218)
#D9E2DF
(217,226,223)
#E0E7E4
(224,231,228)
#E7ECE9
(231,236,233)
#EEF1EE
(238,241,238)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC4C1 color. Also use rgb(175,196,193) instead hex code.

Text Font Color

.myTextColor { color: #AFC4C1; }

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

This text font color is #AFC4C1.

Background Color

.myBgColor { background-color: #AFC4C1; }

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

This div background color is #AFC4C1.

Border color

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

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

This div border color is #AFC4C1.

Opacity

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

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

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

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

This text has shadow with #AFC4C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC4C1.

Preview

Color preview on black background

This text has color #AFC4C1 on black background.


Color preview on white background

This text has color #AFC4C1 on white background.


Black color preview on #AFC4C1 background

This text has black color on #AFC4C1 background.


White color preview on #AFC4C1 background

This text has white color on #AFC4C1 background.


Related colors

Complementary color

Complementary color for #hex is #503B3E.


I love getcolorcode.com

Triadic colors

1 #C1AFC4 and #C4C1AF with #AFC4C1 are triadic colors.

2 #C1C4AF and #C4AFC1 with #AFC4C1 are triadic colors.