COLOR #AFB2D6

HEX: #AFB2D6
RGB: (175,178,214)

Color info

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

RGB color model

#AFB2D6 color RGB value is (175,178,214).

  • red value is 175;
  • green value is 178;
  • blue value is 214.
RGB:
(175,178,214)
(69%,70%,84%)

RGB channels and saturation

R 175 of 255 = 69%
G 178 of 255 = 70%
B 214 of 255 = 84%

175
178
214

R + G + B ~ 74%. #AFB2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 178 + 214 = 567 (100%)
R 175 of 567 ~ 30.86%
G 178 of 567 ~ 31.39%
B 214 of 567 ~ 37.74%

%30.86
%31.39
%37.74

CMYK color model

#AFB2D6 color CMYK value is (18,17,0,16).

  • cyan value is 18.22%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(18,17,0,16)
C18M17Y0K16 
(18%,17%,0%,16%)
(0.18/0.17/0.00/0.16)	

CMYK percentages

%18.22
%16.82
%0
%16.08

Codes

Color #AFB2D6 in popluar color models

AFB2D6
RGB175178214
HSL235°32.23%76.27%
HSB/HSV235°18.22%83.92%
CMYK18.22%16.82%0.00%
16.08%

Color #AFB2D6 in popluar number systems.

HEXAFB2D6
Decimal175178214
Binary101011111011001011010110
Octal257262326

Shades and tints

Shades of #AFB2D6

#AFB2D6
(175,178,214)
#A0A2C3
(160,162,195)
#9192B0
(145,146,176)
#82829D
(130,130,157)
#73728A
(115,114,138)
#646277
(100,98,119)
#555264
(85,82,100)
#464251
(70,66,81)
#37323E
(55,50,62)
#28222B
(40,34,43)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #AFB2D6

#AFB2D6
(175,178,214)
#B6B9D9
(182,185,217)
#BDC0DC
(189,192,220)
#C4C7DF
(196,199,223)
#CBCEE2
(203,206,226)
#D2D5E5
(210,213,229)
#D9DCE8
(217,220,232)
#E0E3EB
(224,227,235)
#E7EAEE
(231,234,238)
#EEF1F1
(238,241,241)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB2D6 color. Also use rgb(175,178,214) instead hex code.

Text Font Color

.myTextColor { color: #AFB2D6; }

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

This text font color is #AFB2D6.


Background Color

.myBgColor { background-color: #AFB2D6; }

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

This div background color is #AFB2D6.


Border color

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

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

This div border color is #AFB2D6.


Opacity

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

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

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

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

This text has shadow with #AFB2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB2D6 on black background.


Color preview on white background

This text has color #AFB2D6 on white background.



Black color preview on #AFB2D6 background

This text has black color on #AFB2D6 background.


White color preview on #AFB2D6 background

This text has white color on #AFB2D6 background.