COLOR #AFBEFA

HEX: #AFBEFA
RGB: (175,190,250)

Color info

#AFBEFA contains mainly blue color. Web safe color of #AFBEFA is #99CCFF (or #9CF).

RGB color model

#AFBEFA color RGB value is (175,190,250).

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

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 250 of 255 = 98%

175
190
250

R + G + B ~ 81%. #AFBEFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 250 = 615 (100%)
R 175 of 615 ~ 28.46%
G 190 of 615 ~ 30.89%
B 250 of 615 ~ 40.65%

%28.46
%30.89
%40.65

CMYK color model

#AFBEFA color CMYK value is (30,24,0,2).

  • cyan value is 30.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,24,0,2)
C30M24Y0K2 
(30%,24%,0%,2%)
(0.30/0.24/0.00/0.02)	

CMYK percentages

%30
%24
%0
%1.96

Codes

Color #AFBEFA in popluar color models

AFBEFA
RGB175190250
HSL228°88.24%83.33%
HSB/HSV228°30.00%98.04%
CMYK30.00%24.00%0.00%
1.96%

Color #AFBEFA in popluar number systems.

HEXAFBEFA
Decimal175190250
Binary101011111011111011111010
Octal257276372

Shades and tints

Shades of #AFBEFA

#AFBEFA
(175,190,250)
#A0ADE4
(160,173,228)
#919CCE
(145,156,206)
#828BB8
(130,139,184)
#737AA2
(115,122,162)
#64698C
(100,105,140)
#555876
(85,88,118)
#464760
(70,71,96)
#37364A
(55,54,74)
#282534
(40,37,52)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #AFBEFA

#AFBEFA
(175,190,250)
#B6C3FA
(182,195,250)
#BDC8FA
(189,200,250)
#C4CDFA
(196,205,250)
#CBD2FA
(203,210,250)
#D2D7FA
(210,215,250)
#D9DCFA
(217,220,250)
#E0E1FA
(224,225,250)
#E7E6FA
(231,230,250)
#EEEBFA
(238,235,250)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEFA; }

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

This text font color is #AFBEFA.


Background Color

.myBgColor { background-color: #AFBEFA; }

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

This div background color is #AFBEFA.


Border color

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

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

This div border color is #AFBEFA.


Opacity

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

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

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

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

This text has shadow with #AFBEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBEFA on black background.


Color preview on white background

This text has color #AFBEFA on white background.



Black color preview on #AFBEFA background

This text has black color on #AFBEFA background.


White color preview on #AFBEFA background

This text has white color on #AFBEFA background.