COLOR #AFADC1

HEX: #AFADC1
RGB: (175,173,193)

Color info

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

RGB color model

#AFADC1 color RGB value is (175,173,193).

  • red value is 175;
  • green value is 173;
  • blue value is 193.
RGB:
(175,173,193)
(69%,68%,76%)

RGB channels and saturation

R 175 of 255 = 69%
G 173 of 255 = 68%
B 193 of 255 = 76%

175
173
193

R + G + B ~ 71%. #AFADC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 173 + 193 = 541 (100%)
R 175 of 541 ~ 32.35%
G 173 of 541 ~ 31.98%
B 193 of 541 ~ 35.67%

%32.35
%31.98
%35.67

CMYK color model

#AFADC1 color CMYK value is (9,10,0,24).

  • cyan value is 9.33%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(9,10,0,24)
C9M10Y0K24 
(9%,10%,0%,24%)
(0.09/0.10/0.00/0.24)	

CMYK percentages

%9.33
%10.36
%0
%24.31

Codes

Color #AFADC1 in popluar color models

AFADC1
RGB175173193
HSL246°13.89%71.76%
HSB/HSV246°10.36%75.69%
CMYK9.33%10.36%0.00%
24.31%

Color #AFADC1 in popluar number systems.

HEXAFADC1
Decimal175173193
Binary101011111010110111000001
Octal257255301

Shades and tints

Shades of #AFADC1

#AFADC1
(175,173,193)
#A09EB0
(160,158,176)
#918F9F
(145,143,159)
#82808E
(130,128,142)
#73717D
(115,113,125)
#64626C
(100,98,108)
#55535B
(85,83,91)
#46444A
(70,68,74)
#373539
(55,53,57)
#282628
(40,38,40)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #AFADC1

#AFADC1
(175,173,193)
#B6B4C6
(182,180,198)
#BDBBCB
(189,187,203)
#C4C2D0
(196,194,208)
#CBC9D5
(203,201,213)
#D2D0DA
(210,208,218)
#D9D7DF
(217,215,223)
#E0DEE4
(224,222,228)
#E7E5E9
(231,229,233)
#EEECEE
(238,236,238)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFADC1; }

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

This text font color is #AFADC1.


Background Color

.myBgColor { background-color: #AFADC1; }

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

This div background color is #AFADC1.


Border color

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

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

This div border color is #AFADC1.


Opacity

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

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

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

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

This text has shadow with #AFADC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFADC1 on black background.


Color preview on white background

This text has color #AFADC1 on white background.



Black color preview on #AFADC1 background

This text has black color on #AFADC1 background.


White color preview on #AFADC1 background

This text has white color on #AFADC1 background.