COLOR #AFADCD

HEX: #AFADCD
RGB: (175,173,205)

Color info

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

RGB color model

#AFADCD color RGB value is (175,173,205).

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

RGB channels and saturation

R 175 of 255 = 69%
G 173 of 255 = 68%
B 205 of 255 = 80%

175
173
205

R + G + B ~ 72%. #AFADCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 173 + 205 = 553 (100%)
R 175 of 553 ~ 31.65%
G 173 of 553 ~ 31.28%
B 205 of 553 ~ 37.07%

%31.65
%31.28
%37.07

CMYK color model

#AFADCD color CMYK value is (15,16,0,20).

  • cyan value is 14.63%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (15,16,0,20) C15M16Y0K20 (15%,16%,0%,20%) (0.15/0.16/0.00/0.20)

CMYK percentages

%14.63
%15.61
%0
%19.61

Codes

Color #AFADCD in popluar color models

AFADCD
RGB175173205
HSL244°24.24%74.12%
HSB/HSV244°15.61%80.39%
CMYK14.63%15.61%0.00%
19.61%

Color #AFADCD in popluar number systems.

HEXAFADCD
Decimal175173205
Binary101011111010110111001101
Octal257255315

Shades and tints

Shades of #AFADCD

#AFADCD
(175,173,205)
#A09EBB
(160,158,187)
#918FA9
(145,143,169)
#828097
(130,128,151)
#737185
(115,113,133)
#646273
(100,98,115)
#555361
(85,83,97)
#46444F
(70,68,79)
#37353D
(55,53,61)
#28262B
(40,38,43)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #AFADCD

#AFADCD
(175,173,205)
#B6B4D1
(182,180,209)
#BDBBD5
(189,187,213)
#C4C2D9
(196,194,217)
#CBC9DD
(203,201,221)
#D2D0E1
(210,208,225)
#D9D7E5
(217,215,229)
#E0DEE9
(224,222,233)
#E7E5ED
(231,229,237)
#EEECF1
(238,236,241)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFADCD; }

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

This text font color is #AFADCD.


Background Color

.myBgColor { background-color: #AFADCD; }

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

This div background color is #AFADCD.


Border color

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

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

This div border color is #AFADCD.


Opacity

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

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

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

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

This text has shadow with #AFADCD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AFADCD on black background.


Color preview on white background

This text has color #AFADCD on white background.



Black color preview on #AFADCD background

This text has black color on #AFADCD background.


White color preview on #AFADCD background

This text has white color on #AFADCD background.