COLOR #AFAFCD

HEX: #AFAFCD
RGB: (175,175,205)

Color info

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

RGB color model

#AFAFCD color RGB value is (175,175,205).

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

RGB channels and saturation

R 175 of 255 = 69%
G 175 of 255 = 69%
B 205 of 255 = 80%

175
175
205

R + G + B ~ 73%. #AFAFCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 175 + 205 = 555 (100%)
R 175 of 555 ~ 31.53%
G 175 of 555 ~ 31.53%
B 205 of 555 ~ 36.94%

%31.53
%31.53
%36.94

CMYK color model

#AFAFCD color CMYK value is (15,15,0,20).

  • cyan value is 14.63%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(15,15,0,20)
C15M15Y0K20 
(15%,15%,0%,20%)
(0.15/0.15/0.00/0.20)	

CMYK percentages

%14.63
%14.63
%0
%19.61

Codes

Color #AFAFCD in popluar color models

AFAFCD
RGB175175205
HSL240°23.08%74.51%
HSB/HSV240°14.63%80.39%
CMYK14.63%14.63%0.00%
19.61%

Color #AFAFCD in popluar number systems.

HEXAFAFCD
Decimal175175205
Binary101011111010111111001101
Octal257257315

Shades and tints

Shades of #AFAFCD

#AFAFCD
(175,175,205)
#A0A0BB
(160,160,187)
#9191A9
(145,145,169)
#828297
(130,130,151)
#737385
(115,115,133)
#646473
(100,100,115)
#555561
(85,85,97)
#46464F
(70,70,79)
#37373D
(55,55,61)
#28282B
(40,40,43)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #AFAFCD

#AFAFCD
(175,175,205)
#B6B6D1
(182,182,209)
#BDBDD5
(189,189,213)
#C4C4D9
(196,196,217)
#CBCBDD
(203,203,221)
#D2D2E1
(210,210,225)
#D9D9E5
(217,217,229)
#E0E0E9
(224,224,233)
#E7E7ED
(231,231,237)
#EEEEF1
(238,238,241)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAFCD; }

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

This text font color is #AFAFCD.


Background Color

.myBgColor { background-color: #AFAFCD; }

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

This div background color is #AFAFCD.


Border color

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

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

This div border color is #AFAFCD.


Opacity

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

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

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

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

This text has shadow with #AFAFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAFCD on black background.


Color preview on white background

This text has color #AFAFCD on white background.



Black color preview on #AFAFCD background

This text has black color on #AFAFCD background.


White color preview on #AFAFCD background

This text has white color on #AFAFCD background.