COLOR #AFB5ED

HEX: #AFB5ED
RGB: (175,181,237)

Color info

#AFB5ED contains mainly green and blue colors. Web safe color of #AFB5ED is #99CCFF (or #9CF).

RGB color model

#AFB5ED color RGB value is (175,181,237).

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

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 237 of 255 = 93%

175
181
237

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

Portions of RGB colors in percentages

R + G + B =
175 + 181 + 237 = 593 (100%)
R 175 of 593 ~ 29.51%
G 181 of 593 ~ 30.52%
B 237 of 593 ~ 39.97%

%29.51
%30.52
%39.97

CMYK color model

#AFB5ED color CMYK value is (26,24,0,7).

  • cyan value is 26.16%
  • magenta value is 23.63%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(26,24,0,7)
C26M24Y0K7 
(26%,24%,0%,7%)
(0.26/0.24/0.00/0.07)	

CMYK percentages

%26.16
%23.63
%0
%7.06

Codes

Color #AFB5ED in popluar color models

AFB5ED
RGB175181237
HSL234°63.27%80.78%
HSB/HSV234°26.16%92.94%
CMYK26.16%23.63%0.00%
7.06%

Color #AFB5ED in popluar number systems.

HEXAFB5ED
Decimal175181237
Binary101011111011010111101101
Octal257265355

Shades and tints

Shades of #AFB5ED

#AFB5ED
(175,181,237)
#A0A5D8
(160,165,216)
#9195C3
(145,149,195)
#8285AE
(130,133,174)
#737599
(115,117,153)
#646584
(100,101,132)
#55556F
(85,85,111)
#46455A
(70,69,90)
#373545
(55,53,69)
#282530
(40,37,48)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #AFB5ED

#AFB5ED
(175,181,237)
#B6BBEE
(182,187,238)
#BDC1EF
(189,193,239)
#C4C7F0
(196,199,240)
#CBCDF1
(203,205,241)
#D2D3F2
(210,211,242)
#D9D9F3
(217,217,243)
#E0DFF4
(224,223,244)
#E7E5F5
(231,229,245)
#EEEBF6
(238,235,246)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB5ED; }

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

This text font color is #AFB5ED.


Background Color

.myBgColor { background-color: #AFB5ED; }

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

This div background color is #AFB5ED.


Border color

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

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

This div border color is #AFB5ED.


Opacity

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

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

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

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

This text has shadow with #AFB5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB5ED on black background.


Color preview on white background

This text has color #AFB5ED on white background.



Black color preview on #AFB5ED background

This text has black color on #AFB5ED background.


White color preview on #AFB5ED background

This text has white color on #AFB5ED background.