COLOR #AFBEE7

HEX: #AFBEE7
RGB: (175,190,231)

Color info

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

RGB color model

#AFBEE7 color RGB value is (175,190,231).

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

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 231 of 255 = 91%

175
190
231

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

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 231 = 596 (100%)
R 175 of 596 ~ 29.36%
G 190 of 596 ~ 31.88%
B 231 of 596 ~ 38.76%

%29.36
%31.88
%38.76

CMYK color model

#AFBEE7 color CMYK value is (24,18,0,9).

  • cyan value is 24.24%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(24,18,0,9)
C24M18Y0K9 
(24%,18%,0%,9%)
(0.24/0.18/0.00/0.09)	

CMYK percentages

%24.24
%17.75
%0
%9.41

Codes

Color #AFBEE7 in popluar color models

AFBEE7
RGB175190231
HSL224°53.85%79.61%
HSB/HSV224°24.24%90.59%
CMYK24.24%17.75%0.00%
9.41%

Color #AFBEE7 in popluar number systems.

HEXAFBEE7
Decimal175190231
Binary101011111011111011100111
Octal257276347

Shades and tints

Shades of #AFBEE7

#AFBEE7
(175,190,231)
#A0ADD2
(160,173,210)
#919CBD
(145,156,189)
#828BA8
(130,139,168)
#737A93
(115,122,147)
#64697E
(100,105,126)
#555869
(85,88,105)
#464754
(70,71,84)
#37363F
(55,54,63)
#28252A
(40,37,42)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #AFBEE7

#AFBEE7
(175,190,231)
#B6C3E9
(182,195,233)
#BDC8EB
(189,200,235)
#C4CDED
(196,205,237)
#CBD2EF
(203,210,239)
#D2D7F1
(210,215,241)
#D9DCF3
(217,220,243)
#E0E1F5
(224,225,245)
#E7E6F7
(231,230,247)
#EEEBF9
(238,235,249)
#F5F0FB
(245,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEE7; }

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

This text font color is #AFBEE7.


Background Color

.myBgColor { background-color: #AFBEE7; }

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

This div background color is #AFBEE7.


Border color

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

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

This div border color is #AFBEE7.


Opacity

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

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

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

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

This text has shadow with #AFBEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBEE7 on black background.


Color preview on white background

This text has color #AFBEE7 on white background.



Black color preview on #AFBEE7 background

This text has black color on #AFBEE7 background.


White color preview on #AFBEE7 background

This text has white color on #AFBEE7 background.