COLOR #AFBEE0

HEX: #AFBEE0
RGB: (175,190,224)

Color info

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

RGB color model

#AFBEE0 color RGB value is (175,190,224).

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

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 224 of 255 = 88%

175
190
224

R + G + B ~ 77%. #AFBEE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 224 = 589 (100%)
R 175 of 589 ~ 29.71%
G 190 of 589 ~ 32.26%
B 224 of 589 ~ 38.03%

%29.71
%32.26
%38.03

CMYK color model

#AFBEE0 color CMYK value is (22,15,0,12).

  • cyan value is 21.88%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(22,15,0,12)
C22M15Y0K12 
(22%,15%,0%,12%)
(0.22/0.15/0.00/0.12)	

CMYK percentages

%21.88
%15.18
%0
%12.16

Codes

Color #AFBEE0 in popluar color models

AFBEE0
RGB175190224
HSL222°44.14%78.24%
HSB/HSV222°21.88%87.84%
CMYK21.88%15.18%0.00%
12.16%

Color #AFBEE0 in popluar number systems.

HEXAFBEE0
Decimal175190224
Binary101011111011111011100000
Octal257276340

Shades and tints

Shades of #AFBEE0

#AFBEE0
(175,190,224)
#A0ADCC
(160,173,204)
#919CB8
(145,156,184)
#828BA4
(130,139,164)
#737A90
(115,122,144)
#64697C
(100,105,124)
#555868
(85,88,104)
#464754
(70,71,84)
#373640
(55,54,64)
#28252C
(40,37,44)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #AFBEE0

#AFBEE0
(175,190,224)
#B6C3E2
(182,195,226)
#BDC8E4
(189,200,228)
#C4CDE6
(196,205,230)
#CBD2E8
(203,210,232)
#D2D7EA
(210,215,234)
#D9DCEC
(217,220,236)
#E0E1EE
(224,225,238)
#E7E6F0
(231,230,240)
#EEEBF2
(238,235,242)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEE0; }

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

This text font color is #AFBEE0.


Background Color

.myBgColor { background-color: #AFBEE0; }

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

This div background color is #AFBEE0.


Border color

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

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

This div border color is #AFBEE0.


Opacity

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

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

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

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

This text has shadow with #AFBEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBEE0 on black background.


Color preview on white background

This text has color #AFBEE0 on white background.



Black color preview on #AFBEE0 background

This text has black color on #AFBEE0 background.


White color preview on #AFBEE0 background

This text has white color on #AFBEE0 background.