COLOR #AFBEE2

HEX: #AFBEE2
RGB: (175,190,226)

Color info

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

RGB color model

#AFBEE2 color RGB value is (175,190,226).

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

RGB channels and saturation

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

175
190
226

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

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 226 = 591 (100%)
R 175 of 591 ~ 29.61%
G 190 of 591 ~ 32.15%
B 226 of 591 ~ 38.24%

%29.61
%32.15
%38.24

CMYK color model

#AFBEE2 color CMYK value is (23,16,0,11).

  • cyan value is 22.57%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(23,16,0,11)
C23M16Y0K11 
(23%,16%,0%,11%)
(0.23/0.16/0.00/0.11)	

CMYK percentages

%22.57
%15.93
%0
%11.37

Codes

Color #AFBEE2 in popluar color models

AFBEE2
RGB175190226
HSL222°46.79%78.63%
HSB/HSV222°22.57%88.63%
CMYK22.57%15.93%0.00%
11.37%

Color #AFBEE2 in popluar number systems.

HEXAFBEE2
Decimal175190226
Binary101011111011111011100010
Octal257276342

Shades and tints

Shades of #AFBEE2

#AFBEE2
(175,190,226)
#A0ADCE
(160,173,206)
#919CBA
(145,156,186)
#828BA6
(130,139,166)
#737A92
(115,122,146)
#64697E
(100,105,126)
#55586A
(85,88,106)
#464756
(70,71,86)
#373642
(55,54,66)
#28252E
(40,37,46)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #AFBEE2

#AFBEE2
(175,190,226)
#B6C3E4
(182,195,228)
#BDC8E6
(189,200,230)
#C4CDE8
(196,205,232)
#CBD2EA
(203,210,234)
#D2D7EC
(210,215,236)
#D9DCEE
(217,220,238)
#E0E1F0
(224,225,240)
#E7E6F2
(231,230,242)
#EEEBF4
(238,235,244)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEE2; }

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

This text font color is #AFBEE2.


Background Color

.myBgColor { background-color: #AFBEE2; }

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

This div background color is #AFBEE2.


Border color

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

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

This div border color is #AFBEE2.


Opacity

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

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

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

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

This text has shadow with #AFBEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBEE2 on black background.


Color preview on white background

This text has color #AFBEE2 on white background.



Black color preview on #AFBEE2 background

This text has black color on #AFBEE2 background.


White color preview on #AFBEE2 background

This text has white color on #AFBEE2 background.