COLOR #AFCAC0

HEX: #AFCAC0 RGB: (175,202,192)

Color info

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

RGB color model

#AFCAC0 color RGB value is (175,202,192).

RGB: (175,202,192) (69%, 79%, 75%)

RGB channels and saturation

R 175 of 255 = 69%
G 202 of 255 = 79%
B 192 of 255 = 75%

175
202
192

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

Portions of RGB colors in percentages

R + G + B = 175 + 202 + 192 = 569 (100%)
R 175 of 569 ~ 30.76%
G 202 of 569 ~ 35.5%
B 192 of 569 ~ 33.74'%

%30.76
%35.5
%33.74

CMYK color model

#AFCAC0 color CMYK value is (13,0,5,21).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 20.78%
CMYK: (13,0,5,21) C13M0Y5K21 (13%,0%,5%,21%) (0.13/0.00/0.05/0.21) 

CMYK percentages

%13.37
%0
%4.95
%20.78

Codes

Color #AFCAC0 in popluar color models

AF CA C0
RGB 175 202 192
HSL 158° 20.30% 73.92%
HSB/HSV 158° 13.37% 79.22%
CMYK 13.37% 0.00% 4.95%
20.78%

Color #AFCAC0 in popluar number systems.

HEX AF CA C0
Decimal 175 202 192
Binary 10101111 11001010 11000000
Octal 257 312 300

Shades and tints

Shades of #AFCAC0

#AFCAC0
(175,202,192)
#A0B8AF
(160,184,175)
#91A69E
(145,166,158)
#82948D
(130,148,141)
#73827C
(115,130,124)
#64706B
(100,112,107)
#555E5A
(85,94,90)
#464C49
(70,76,73)
#373A38
(55,58,56)
#282827
(40,40,39)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #AFCAC0

#AFCAC0
(175,202,192)
#B6CEC5
(182,206,197)
#BDD2CA
(189,210,202)
#C4D6CF
(196,214,207)
#CBDAD4
(203,218,212)
#D2DED9
(210,222,217)
#D9E2DE
(217,226,222)
#E0E6E3
(224,230,227)
#E7EAE8
(231,234,232)
#EEEEED
(238,238,237)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCAC0 color. Also use rgb(175,202,192) instead hex code.

Text Font Color

.myTextColor { color: #AFCAC0; }

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

This text font color is #AFCAC0.

Background Color

.myBgColor { background-color: #AFCAC0; }

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

This div background color is #AFCAC0.

Border color

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

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

This div border color is #AFCAC0.

Opacity

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

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

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

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

This text has shadow with #AFCAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCAC0.

Preview

Color preview on black background

This text has color #AFCAC0 on black background.


Color preview on white background

This text has color #AFCAC0 on white background.


Black color preview on #AFCAC0 background

This text has black color on #AFCAC0 background.


White color preview on #AFCAC0 background

This text has white color on #AFCAC0 background.


Related colors

Complementary color

Complementary color for #hex is #50353F.


I love getcolorcode.com

Triadic colors

1 #C0AFCA and #CAC0AF with #AFCAC0 are triadic colors.

2 #C0CAAF and #CAAFC0 with #AFCAC0 are triadic colors.