COLOR #AFB5CE

HEX: #AFB5CE
RGB: (175,181,206)

Color info

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

RGB color model

#AFB5CE color RGB value is (175,181,206).

  • red value is 175;
  • green value is 181;
  • blue value is 206.
RGB:
(175,181,206)
(69%,71%,81%)

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 206 of 255 = 81%

175
181
206

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

Portions of RGB colors in percentages

R + G + B =
175 + 181 + 206 = 562 (100%)
R 175 of 562 ~ 31.14%
G 181 of 562 ~ 32.21%
B 206 of 562 ~ 36.65%

%31.14
%32.21
%36.65

CMYK color model

#AFB5CE color CMYK value is (15,12,0,19).

  • cyan value is 15.05%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(15,12,0,19)
C15M12Y0K19 
(15%,12%,0%,19%)
(0.15/0.12/0.00/0.19)	

CMYK percentages

%15.05
%12.14
%0
%19.22

Codes

Color #AFB5CE in popluar color models

AFB5CE
RGB175181206
HSL228°24.03%74.71%
HSB/HSV228°15.05%80.78%
CMYK15.05%12.14%0.00%
19.22%

Color #AFB5CE in popluar number systems.

HEXAFB5CE
Decimal175181206
Binary101011111011010111001110
Octal257265316

Shades and tints

Shades of #AFB5CE

#AFB5CE
(175,181,206)
#A0A5BC
(160,165,188)
#9195AA
(145,149,170)
#828598
(130,133,152)
#737586
(115,117,134)
#646574
(100,101,116)
#555562
(85,85,98)
#464550
(70,69,80)
#37353E
(55,53,62)
#28252C
(40,37,44)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #AFB5CE

#AFB5CE
(175,181,206)
#B6BBD2
(182,187,210)
#BDC1D6
(189,193,214)
#C4C7DA
(196,199,218)
#CBCDDE
(203,205,222)
#D2D3E2
(210,211,226)
#D9D9E6
(217,217,230)
#E0DFEA
(224,223,234)
#E7E5EE
(231,229,238)
#EEEBF2
(238,235,242)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB5CE color. Also use rgb(175,181,206) instead hex code.

Text Font Color

.myTextColor { color: #AFB5CE; }

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

This text font color is #AFB5CE.


Background Color

.myBgColor { background-color: #AFB5CE; }

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

This div background color is #AFB5CE.


Border color

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

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

This div border color is #AFB5CE.


Opacity

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

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

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

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

This text has shadow with #AFB5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB5CE on black background.


Color preview on white background

This text has color #AFB5CE on white background.



Black color preview on #AFB5CE background

This text has black color on #AFB5CE background.


White color preview on #AFB5CE background

This text has white color on #AFB5CE background.