COLOR #AFAFCA

HEX: #AFAFCA
RGB: (175,175,202)

Color info

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

RGB color model

#AFAFCA color RGB value is (175,175,202).

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

RGB channels and saturation

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

175
175
202

R + G + B ~ 72%. #AFAFCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 175 + 202 = 552 (100%)
R 175 of 552 ~ 31.7%
G 175 of 552 ~ 31.7%
B 202 of 552 ~ 36.59%

%31.7
%31.7
%36.59

CMYK color model

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

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

CMYK percentages

%13.37
%13.37
%0
%20.78

Codes

Color #AFAFCA in popluar color models

AFAFCA
RGB175175202
HSL240°20.30%73.92%
HSB/HSV240°13.37%79.22%
CMYK13.37%13.37%0.00%
20.78%

Color #AFAFCA in popluar number systems.

HEXAFAFCA
Decimal175175202
Binary101011111010111111001010
Octal257257312

Shades and tints

Shades of #AFAFCA

#AFAFCA
(175,175,202)
#A0A0B8
(160,160,184)
#9191A6
(145,145,166)
#828294
(130,130,148)
#737382
(115,115,130)
#646470
(100,100,112)
#55555E
(85,85,94)
#46464C
(70,70,76)
#37373A
(55,55,58)
#282828
(40,40,40)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #AFAFCA

#AFAFCA
(175,175,202)
#B6B6CE
(182,182,206)
#BDBDD2
(189,189,210)
#C4C4D6
(196,196,214)
#CBCBDA
(203,203,218)
#D2D2DE
(210,210,222)
#D9D9E2
(217,217,226)
#E0E0E6
(224,224,230)
#E7E7EA
(231,231,234)
#EEEEEE
(238,238,238)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAFCA; }

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

This text font color is #AFAFCA.


Background Color

.myBgColor { background-color: #AFAFCA; }

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

This div background color is #AFAFCA.


Border color

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

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

This div border color is #AFAFCA.


Opacity

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

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

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

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

This text has shadow with #AFAFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAFCA on black background.


Color preview on white background

This text has color #AFAFCA on white background.



Black color preview on #AFAFCA background

This text has black color on #AFAFCA background.


White color preview on #AFAFCA background

This text has white color on #AFAFCA background.