COLOR #AFABD2

HEX: #AFABD2
RGB: (175,171,210)

Color info

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

RGB color model

#AFABD2 color RGB value is (175,171,210).

  • red value is 175;
  • green value is 171;
  • blue value is 210.
RGB:
(175,171,210)
(69%,67%,82%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 210 of 255 = 82%

175
171
210

R + G + B ~ 73%. #AFABD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 171 + 210 = 556 (100%)
R 175 of 556 ~ 31.47%
G 171 of 556 ~ 30.76%
B 210 of 556 ~ 37.77%

%31.47
%30.76
%37.77

CMYK color model

#AFABD2 color CMYK value is (17,19,0,18).

  • cyan value is 16.67%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(17,19,0,18)
C17M19Y0K18 
(17%,19%,0%,18%)
(0.17/0.19/0.00/0.18)	

CMYK percentages

%16.67
%18.57
%0
%17.65

Codes

Color #AFABD2 in popluar color models

AFABD2
RGB175171210
HSL246°30.23%74.71%
HSB/HSV246°18.57%82.35%
CMYK16.67%18.57%0.00%
17.65%

Color #AFABD2 in popluar number systems.

HEXAFABD2
Decimal175171210
Binary101011111010101111010010
Octal257253322

Shades and tints

Shades of #AFABD2

#AFABD2
(175,171,210)
#A09CBF
(160,156,191)
#918DAC
(145,141,172)
#827E99
(130,126,153)
#736F86
(115,111,134)
#646073
(100,96,115)
#555160
(85,81,96)
#46424D
(70,66,77)
#37333A
(55,51,58)
#282427
(40,36,39)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AFABD2

#AFABD2
(175,171,210)
#B6B2D6
(182,178,214)
#BDB9DA
(189,185,218)
#C4C0DE
(196,192,222)
#CBC7E2
(203,199,226)
#D2CEE6
(210,206,230)
#D9D5EA
(217,213,234)
#E0DCEE
(224,220,238)
#E7E3F2
(231,227,242)
#EEEAF6
(238,234,246)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFABD2 color. Also use rgb(175,171,210) instead hex code.

Text Font Color

.myTextColor { color: #AFABD2; }

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

This text font color is #AFABD2.


Background Color

.myBgColor { background-color: #AFABD2; }

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

This div background color is #AFABD2.


Border color

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

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

This div border color is #AFABD2.


Opacity

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

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

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

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

This text has shadow with #AFABD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFABD2 on black background.


Color preview on white background

This text has color #AFABD2 on white background.



Black color preview on #AFABD2 background

This text has black color on #AFABD2 background.


White color preview on #AFABD2 background

This text has white color on #AFABD2 background.