COLOR #AFC9C3

HEX: #AFC9C3 RGB: (175,201,195)

Color info

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

RGB color model

#AFC9C3 color RGB value is (175,201,195).

RGB: (175,201,195) (69%, 79%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 195 of 255 = 76%

175
201
195

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

Portions of RGB colors in percentages

R + G + B = 175 + 201 + 195 = 571 (100%)
R 175 of 571 ~ 30.65%
G 201 of 571 ~ 35.2%
B 195 of 571 ~ 34.15'%

%30.65
%35.2
%34.15

CMYK color model

#AFC9C3 color CMYK value is (13,0,3,21).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 21.18%

CMYK: (13,0,3,21)
C13M0Y3K21 (13%, 0%, 3%, 21%)
(0.13 / 0.00 / 0.03 / 0.21)

CMYK percentages

%12.94
%0
%2.99
%21.18

Codes

Color #AFC9C3 in popluar color models

AF C9 C3
RGB 175 201 195
HSL 166° 19.40% 73.73%
HSB/HSV 166° 12.94% 78.82%
CMYK 12.94% 0.00% 2.99%
21.18%

Color #AFC9C3 in popluar number systems.

HEX AF C9 C3
Decimal 175 201 195
Binary 10101111 11001001 11000011
Octal 257 311 303

Shades and tints

Shades of #AFC9C3

#AFC9C3
(175,201,195)
#A0B7B2
(160,183,178)
#91A5A1
(145,165,161)
#829390
(130,147,144)
#73817F
(115,129,127)
#646F6E
(100,111,110)
#555D5D
(85,93,93)
#464B4C
(70,75,76)
#37393B
(55,57,59)
#28272A
(40,39,42)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #AFC9C3

#AFC9C3
(175,201,195)
#B6CDC8
(182,205,200)
#BDD1CD
(189,209,205)
#C4D5D2
(196,213,210)
#CBD9D7
(203,217,215)
#D2DDDC
(210,221,220)
#D9E1E1
(217,225,225)
#E0E5E6
(224,229,230)
#E7E9EB
(231,233,235)
#EEEDF0
(238,237,240)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC9C3 color. Also use rgb(175,201,195) instead hex code.

Text Font Color

.myTextColor { color: #AFC9C3; }

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

This text font color is #AFC9C3.

Background Color

.myBgColor { background-color: #AFC9C3; }

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

This div background color is #AFC9C3.

Border color

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

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

This div border color is #AFC9C3.

Opacity

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

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

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

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

This text has shadow with #AFC9C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC9C3.

Preview

Color preview on black background

This text has color #AFC9C3 on black background.


Color preview on white background

This text has color #AFC9C3 on white background.


Black color preview on #AFC9C3 background

This text has black color on #AFC9C3 background.


White color preview on #AFC9C3 background

This text has white color on #AFC9C3 background.


Related colors

Complementary color

Complementary color for #hex is #50363C.


I love getcolorcode.com

Triadic colors

1 #C3AFC9 and #C9C3AF with #AFC9C3 are triadic colors.

2 #C3C9AF and #C9AFC3 with #AFC9C3 are triadic colors.