COLOR #AFBFE2

HEX: #AFBFE2
RGB: (175,191,226)

Color info

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

RGB color model

#AFBFE2 color RGB value is (175,191,226).

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

RGB channels and saturation

R 175 of 255 = 69%
G 191 of 255 = 75%
B 226 of 255 = 89%

175
191
226

R + G + B ~ 78%. #AFBFE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 191 + 226 = 592 (100%)
R 175 of 592 ~ 29.56%
G 191 of 592 ~ 32.26%
B 226 of 592 ~ 38.18%

%29.56
%32.26
%38.18

CMYK color model

#AFBFE2 color CMYK value is (23,15,0,11).

  • cyan value is 22.57%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(23,15,0,11)
C23M15Y0K11 
(23%,15%,0%,11%)
(0.23/0.15/0.00/0.11)	

CMYK percentages

%22.57
%15.49
%0
%11.37

Codes

Color #AFBFE2 in popluar color models

AFBFE2
RGB175191226
HSL221°46.79%78.63%
HSB/HSV221°22.57%88.63%
CMYK22.57%15.49%0.00%
11.37%

Color #AFBFE2 in popluar number systems.

HEXAFBFE2
Decimal175191226
Binary101011111011111111100010
Octal257277342

Shades and tints

Shades of #AFBFE2

#AFBFE2
(175,191,226)
#A0AECE
(160,174,206)
#919DBA
(145,157,186)
#828CA6
(130,140,166)
#737B92
(115,123,146)
#646A7E
(100,106,126)
#55596A
(85,89,106)
#464856
(70,72,86)
#373742
(55,55,66)
#28262E
(40,38,46)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #AFBFE2

#AFBFE2
(175,191,226)
#B6C4E4
(182,196,228)
#BDC9E6
(189,201,230)
#C4CEE8
(196,206,232)
#CBD3EA
(203,211,234)
#D2D8EC
(210,216,236)
#D9DDEE
(217,221,238)
#E0E2F0
(224,226,240)
#E7E7F2
(231,231,242)
#EEECF4
(238,236,244)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBFE2; }

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

This text font color is #AFBFE2.


Background Color

.myBgColor { background-color: #AFBFE2; }

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

This div background color is #AFBFE2.


Border color

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

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

This div border color is #AFBFE2.


Opacity

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

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

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

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

This text has shadow with #AFBFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBFE2 on black background.


Color preview on white background

This text has color #AFBFE2 on white background.



Black color preview on #AFBFE2 background

This text has black color on #AFBFE2 background.


White color preview on #AFBFE2 background

This text has white color on #AFBFE2 background.