COLOR #AFBFD6

HEX: #AFBFD6
RGB: (175,191,214)

Color info

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

RGB color model

#AFBFD6 color RGB value is (175,191,214).

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

RGB channels and saturation

R 175 of 255 = 69%
G 191 of 255 = 75%
B 214 of 255 = 84%

175
191
214

R + G + B ~ 76%. #AFBFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 191 + 214 = 580 (100%)
R 175 of 580 ~ 30.17%
G 191 of 580 ~ 32.93%
B 214 of 580 ~ 36.9%

%30.17
%32.93
%36.9

CMYK color model

#AFBFD6 color CMYK value is (18,11,0,16).

  • cyan value is 18.22%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(18,11,0,16)
C18M11Y0K16 
(18%,11%,0%,16%)
(0.18/0.11/0.00/0.16)	

CMYK percentages

%18.22
%10.75
%0
%16.08

Codes

Color #AFBFD6 in popluar color models

AFBFD6
RGB175191214
HSL215°32.23%76.27%
HSB/HSV215°18.22%83.92%
CMYK18.22%10.75%0.00%
16.08%

Color #AFBFD6 in popluar number systems.

HEXAFBFD6
Decimal175191214
Binary101011111011111111010110
Octal257277326

Shades and tints

Shades of #AFBFD6

#AFBFD6
(175,191,214)
#A0AEC3
(160,174,195)
#919DB0
(145,157,176)
#828C9D
(130,140,157)
#737B8A
(115,123,138)
#646A77
(100,106,119)
#555964
(85,89,100)
#464851
(70,72,81)
#37373E
(55,55,62)
#28262B
(40,38,43)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #AFBFD6

#AFBFD6
(175,191,214)
#B6C4D9
(182,196,217)
#BDC9DC
(189,201,220)
#C4CEDF
(196,206,223)
#CBD3E2
(203,211,226)
#D2D8E5
(210,216,229)
#D9DDE8
(217,221,232)
#E0E2EB
(224,226,235)
#E7E7EE
(231,231,238)
#EEECF1
(238,236,241)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBFD6; }

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

This text font color is #AFBFD6.


Background Color

.myBgColor { background-color: #AFBFD6; }

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

This div background color is #AFBFD6.


Border color

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

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

This div border color is #AFBFD6.


Opacity

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

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

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

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

This text has shadow with #AFBFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBFD6 on black background.


Color preview on white background

This text has color #AFBFD6 on white background.



Black color preview on #AFBFD6 background

This text has black color on #AFBFD6 background.


White color preview on #AFBFD6 background

This text has white color on #AFBFD6 background.