COLOR #AFADB3

HEX: #AFADB3 RGB: (175,173,179)

Color info

#AFADB3 contains red, green and blue colors in about the same proportion. Web safe color of #AFADB3 is #999999 (or #999).

RGB color model

#AFADB3 color RGB value is (175,173,179).

RGB: (175,173,179) (69%, 68%, 70%)

RGB channels and saturation

R 175 of 255 = 69%
G 173 of 255 = 68%
B 179 of 255 = 70%

175
173
179

R + G + B ~ 69%. #AFADB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 173 + 179 = 527 (100%)
R 175 of 527 ~ 33.21%
G 173 of 527 ~ 32.83%
B 179 of 527 ~ 33.97'%

%33.21
%32.83
%33.97

CMYK color model

#AFADB3 color CMYK value is (2,3,0,30).

  • cyan value is 2.23%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (2,3,0,30) C2M3Y0K30 (2%,3%,0%,30%) (0.02/0.03/0.00/0.30) 

CMYK percentages

%2.23
%3.35
%0
%29.8

Codes

Color #AFADB3 in popluar color models

AF AD B3
RGB 175 173 179
HSL 260° 3.80% 69.02%
HSB/HSV 260° 3.35% 70.20%
CMYK 2.23% 3.35% 0.00%
29.80%

Color #AFADB3 in popluar number systems.

HEX AF AD B3
Decimal 175 173 179
Binary 10101111 10101101 10110011
Octal 257 255 263

Shades and tints

Shades of #AFADB3

#AFADB3
(175,173,179)
#A09EA3
(160,158,163)
#918F93
(145,143,147)
#828083
(130,128,131)
#737173
(115,113,115)
#646263
(100,98,99)
#555353
(85,83,83)
#464443
(70,68,67)
#373533
(55,53,51)
#282623
(40,38,35)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #AFADB3

#AFADB3
(175,173,179)
#B6B4B9
(182,180,185)
#BDBBBF
(189,187,191)
#C4C2C5
(196,194,197)
#CBC9CB
(203,201,203)
#D2D0D1
(210,208,209)
#D9D7D7
(217,215,215)
#E0DEDD
(224,222,221)
#E7E5E3
(231,229,227)
#EEECE9
(238,236,233)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFADB3; }

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

This text font color is #AFADB3.

Background Color

.myBgColor { background-color: #AFADB3; }

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

This div background color is #AFADB3.

Border color

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

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

This div border color is #AFADB3.

Opacity

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

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

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

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

This text has shadow with #AFADB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFADB3.

Preview

Color preview on black background

This text has color #AFADB3 on black background.


Color preview on white background

This text has color #AFADB3 on white background.


Black color preview on #AFADB3 background

This text has black color on #AFADB3 background.


White color preview on #AFADB3 background

This text has white color on #AFADB3 background.


Related colors

Complementary color

Complementary color for #hex is #50524C.


I love getcolorcode.com

Triadic colors

1 #B3AFAD and #ADB3AF with #AFADB3 are triadic colors.

2 #B3ADAF and #ADAFB3 with #AFADB3 are triadic colors.