COLOR #AFCAC3

HEX: #AFCAC3
RGB: (175,202,195)

Color info

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

RGB color model

#AFCAC3 color RGB value is (175,202,195).

  • red value is 175;
  • green value is 202;
  • blue value is 195.
RGB:
(175,202,195)
(69%,79%,76%)

RGB channels and saturation

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

175
202
195

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

Portions of RGB colors in percentages

R + G + B =
175 + 202 + 195 = 572 (100%)
R 175 of 572 ~ 30.59%
G 202 of 572 ~ 35.31%
B 195 of 572 ~ 34.09%

%30.59
%35.31
%34.09

CMYK color model

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

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 20.78%
CMYK:
(13,0,3,21)
C13M0Y3K21 
(13%,0%,3%,21%)
(0.13/0.00/0.03/0.21)	

CMYK percentages

%13.37
%0
%3.47
%20.78

Codes

Color #AFCAC3 in popluar color models

AFCAC3
RGB175202195
HSL164°20.30%73.92%
HSB/HSV164°13.37%79.22%
CMYK13.37%0.00%3.47%
20.78%

Color #AFCAC3 in popluar number systems.

HEXAFCAC3
Decimal175202195
Binary101011111100101011000011
Octal257312303

Shades and tints

Shades of #AFCAC3

#AFCAC3
(175,202,195)
#A0B8B2
(160,184,178)
#91A6A1
(145,166,161)
#829490
(130,148,144)
#73827F
(115,130,127)
#64706E
(100,112,110)
#555E5D
(85,94,93)
#464C4C
(70,76,76)
#373A3B
(55,58,59)
#28282A
(40,40,42)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #AFCAC3

#AFCAC3
(175,202,195)
#B6CEC8
(182,206,200)
#BDD2CD
(189,210,205)
#C4D6D2
(196,214,210)
#CBDAD7
(203,218,215)
#D2DEDC
(210,222,220)
#D9E2E1
(217,226,225)
#E0E6E6
(224,230,230)
#E7EAEB
(231,234,235)
#EEEEF0
(238,238,240)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCAC3; }

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

This text font color is #AFCAC3.


Background Color

.myBgColor { background-color: #AFCAC3; }

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

This div background color is #AFCAC3.


Border color

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

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

This div border color is #AFCAC3.


Opacity

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

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

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

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

This text has shadow with #AFCAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCAC3 on black background.


Color preview on white background

This text has color #AFCAC3 on white background.



Black color preview on #AFCAC3 background

This text has black color on #AFCAC3 background.


White color preview on #AFCAC3 background

This text has white color on #AFCAC3 background.