COLOR #AFADBA

HEX: #AFADBA RGB: (175,173,186)

Color info

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

RGB color model

#AFADBA color RGB value is (175,173,186).

RGB: (175,173,186) (69%, 68%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 173 of 255 = 68%
B 186 of 255 = 73%

175
173
186

R + G + B ~ 70%. #AFADBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 173 + 186 = 534 (100%)
R 175 of 534 ~ 32.77%
G 173 of 534 ~ 32.4%
B 186 of 534 ~ 34.83'%

%32.77
%32.4
%34.83

CMYK color model

#AFADBA color CMYK value is (6,7,0,27).

  • cyan value is 5.91%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (6,7,0,27)
C6M7Y0K27 (6%, 7%, 0%, 27%)
(0.06 / 0.07 / 0.00 / 0.27)

CMYK percentages

%5.91
%6.99
%0
%27.06

Codes

Color #AFADBA in popluar color models

AF AD BA
RGB 175 173 186
HSL 249° 8.61% 70.39%
HSB/HSV 249° 6.99% 72.94%
CMYK 5.91% 6.99% 0.00%
27.06%

Color #AFADBA in popluar number systems.

HEX AF AD BA
Decimal 175 173 186
Binary 10101111 10101101 10111010
Octal 257 255 272

Shades and tints

Shades of #AFADBA

#AFADBA
(175,173,186)
#A09EAA
(160,158,170)
#918F9A
(145,143,154)
#82808A
(130,128,138)
#73717A
(115,113,122)
#64626A
(100,98,106)
#55535A
(85,83,90)
#46444A
(70,68,74)
#37353A
(55,53,58)
#28262A
(40,38,42)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #AFADBA

#AFADBA
(175,173,186)
#B6B4C0
(182,180,192)
#BDBBC6
(189,187,198)
#C4C2CC
(196,194,204)
#CBC9D2
(203,201,210)
#D2D0D8
(210,208,216)
#D9D7DE
(217,215,222)
#E0DEE4
(224,222,228)
#E7E5EA
(231,229,234)
#EEECF0
(238,236,240)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFADBA; }

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

This text font color is #AFADBA.

Background Color

.myBgColor { background-color: #AFADBA; }

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

This div background color is #AFADBA.

Border color

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

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

This div border color is #AFADBA.

Opacity

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

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

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

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

This text has shadow with #AFADBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFADBA.

Preview

Color preview on black background

This text has color #AFADBA on black background.


Color preview on white background

This text has color #AFADBA on white background.


Black color preview on #AFADBA background

This text has black color on #AFADBA background.


White color preview on #AFADBA background

This text has white color on #AFADBA background.


Related colors

Complementary color

Complementary color for #hex is #505245.


I love getcolorcode.com

Triadic colors

1 #BAAFAD and #ADBAAF with #AFADBA are triadic colors.

2 #BAADAF and #ADAFBA with #AFADBA are triadic colors.