COLOR #AFADC3

HEX: #AFADC3 RGB: (175,173,195)

Color info

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

RGB color model

#AFADC3 color RGB value is (175,173,195).

RGB: (175,173,195) (69%, 68%, 76%)

RGB channels and saturation

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

175
173
195

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

Portions of RGB colors in percentages

R + G + B = 175 + 173 + 195 = 543 (100%)
R 175 of 543 ~ 32.23%
G 173 of 543 ~ 31.86%
B 195 of 543 ~ 35.91'%

%32.23
%31.86
%35.91

CMYK color model

#AFADC3 color CMYK value is (10,11,0,24).

  • cyan value is 10.26%
  • magenta value is 11.28%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (10,11,0,24)
C10M11Y0K24 (10%, 11%, 0%, 24%)
(0.10 / 0.11 / 0.00 / 0.24)

CMYK percentages

%10.26
%11.28
%0
%23.53

Codes

Color #AFADC3 in popluar color models

AF AD C3
RGB 175 173 195
HSL 245° 15.49% 72.16%
HSB/HSV 245° 11.28% 76.47%
CMYK 10.26% 11.28% 0.00%
23.53%

Color #AFADC3 in popluar number systems.

HEX AF AD C3
Decimal 175 173 195
Binary 10101111 10101101 11000011
Octal 257 255 303

Shades and tints

Shades of #AFADC3

#AFADC3
(175,173,195)
#A09EB2
(160,158,178)
#918FA1
(145,143,161)
#828090
(130,128,144)
#73717F
(115,113,127)
#64626E
(100,98,110)
#55535D
(85,83,93)
#46444C
(70,68,76)
#37353B
(55,53,59)
#28262A
(40,38,42)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #AFADC3

#AFADC3
(175,173,195)
#B6B4C8
(182,180,200)
#BDBBCD
(189,187,205)
#C4C2D2
(196,194,210)
#CBC9D7
(203,201,215)
#D2D0DC
(210,208,220)
#D9D7E1
(217,215,225)
#E0DEE6
(224,222,230)
#E7E5EB
(231,229,235)
#EEECF0
(238,236,240)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFADC3; }

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

This text font color is #AFADC3.

Background Color

.myBgColor { background-color: #AFADC3; }

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

This div background color is #AFADC3.

Border color

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

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

This div border color is #AFADC3.

Opacity

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

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

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

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

This text has shadow with #AFADC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFADC3.

Preview

Color preview on black background

This text has color #AFADC3 on black background.


Color preview on white background

This text has color #AFADC3 on white background.


Black color preview on #AFADC3 background

This text has black color on #AFADC3 background.


White color preview on #AFADC3 background

This text has white color on #AFADC3 background.


Related colors

Complementary color

Complementary color for #hex is #50523C.


I love getcolorcode.com

Triadic colors

1 #C3AFAD and #ADC3AF with #AFADC3 are triadic colors.

2 #C3ADAF and #ADAFC3 with #AFADC3 are triadic colors.