COLOR #AFAFD6

HEX: #AFAFD6
RGB: (175,175,214)

Color info

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

RGB color model

#AFAFD6 color RGB value is (175,175,214).

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

RGB channels and saturation

R 175 of 255 = 69%
G 175 of 255 = 69%
B 214 of 255 = 84%

175
175
214

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

Portions of RGB colors in percentages

R + G + B =
175 + 175 + 214 = 564 (100%)
R 175 of 564 ~ 31.03%
G 175 of 564 ~ 31.03%
B 214 of 564 ~ 37.94%

%31.03
%31.03
%37.94

CMYK color model

#AFAFD6 color CMYK value is (18,18,0,16).

  • cyan value is 18.22%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(18,18,0,16)
C18M18Y0K16 
(18%,18%,0%,16%)
(0.18/0.18/0.00/0.16)	

CMYK percentages

%18.22
%18.22
%0
%16.08

Codes

Color #AFAFD6 in popluar color models

AFAFD6
RGB175175214
HSL240°32.23%76.27%
HSB/HSV240°18.22%83.92%
CMYK18.22%18.22%0.00%
16.08%

Color #AFAFD6 in popluar number systems.

HEXAFAFD6
Decimal175175214
Binary101011111010111111010110
Octal257257326

Shades and tints

Shades of #AFAFD6

#AFAFD6
(175,175,214)
#A0A0C3
(160,160,195)
#9191B0
(145,145,176)
#82829D
(130,130,157)
#73738A
(115,115,138)
#646477
(100,100,119)
#555564
(85,85,100)
#464651
(70,70,81)
#37373E
(55,55,62)
#28282B
(40,40,43)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #AFAFD6

#AFAFD6
(175,175,214)
#B6B6D9
(182,182,217)
#BDBDDC
(189,189,220)
#C4C4DF
(196,196,223)
#CBCBE2
(203,203,226)
#D2D2E5
(210,210,229)
#D9D9E8
(217,217,232)
#E0E0EB
(224,224,235)
#E7E7EE
(231,231,238)
#EEEEF1
(238,238,241)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAFD6; }

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

This text font color is #AFAFD6.


Background Color

.myBgColor { background-color: #AFAFD6; }

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

This div background color is #AFAFD6.


Border color

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

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

This div border color is #AFAFD6.


Opacity

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

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

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

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

This text has shadow with #AFAFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAFD6 on black background.


Color preview on white background

This text has color #AFAFD6 on white background.



Black color preview on #AFAFD6 background

This text has black color on #AFAFD6 background.


White color preview on #AFAFD6 background

This text has white color on #AFAFD6 background.