COLOR #AFBEFF

HEX: #AFBEFF RGB: (175,190,255)

Color info

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

RGB color model

#AFBEFF color RGB value is (175,190,255).

RGB: (175,190,255) (69%, 75%, 100%)

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 255 of 255 = 100%

175
190
255

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

Portions of RGB colors in percentages

R + G + B = 175 + 190 + 255 = 620 (100%)
R 175 of 620 ~ 28.23%
G 190 of 620 ~ 30.65%
B 255 of 620 ~ 41.13'%

%28.23
%30.65
%41.13

CMYK color model

#AFBEFF color CMYK value is (31,25,0,0).

  • cyan value is 31.37%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (31,25,0,0)
C31M25Y0K0 (31%, 25%, 0%, 0%)
(0.31 / 0.25 / 0.00 / 0.00)

CMYK percentages

%31.37
%25.49
%0
%0

Codes

Color #AFBEFF in popluar color models

AF BE FF
RGB 175 190 255
HSL 229° 100.00% 84.31%
HSB/HSV 229° 31.37% 100.00%
CMYK 31.37% 25.49% 0.00%
0.00%

Color #AFBEFF in popluar number systems.

HEX AF BE FF
Decimal 175 190 255
Binary 10101111 10111110 11111111
Octal 257 276 377

Shades and tints

Shades of #AFBEFF

#AFBEFF
(175,190,255)
#A0ADE8
(160,173,232)
#919CD1
(145,156,209)
#828BBA
(130,139,186)
#737AA3
(115,122,163)
#64698C
(100,105,140)
#555875
(85,88,117)
#46475E
(70,71,94)
#373647
(55,54,71)
#282530
(40,37,48)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #AFBEFF

#AFBEFF
(175,190,255)
#B6C3FF
(182,195,255)
#BDC8FF
(189,200,255)
#C4CDFF
(196,205,255)
#CBD2FF
(203,210,255)
#D2D7FF
(210,215,255)
#D9DCFF
(217,220,255)
#E0E1FF
(224,225,255)
#E7E6FF
(231,230,255)
#EEEBFF
(238,235,255)
#F5F0FF
(245,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEFF; }

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

This text font color is #AFBEFF.

Background Color

.myBgColor { background-color: #AFBEFF; }

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

This div background color is #AFBEFF.

Border color

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

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

This div border color is #AFBEFF.

Opacity

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

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

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

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

This text has shadow with #AFBEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBEFF.

Preview

Color preview on black background

This text has color #AFBEFF on black background.


Color preview on white background

This text has color #AFBEFF on white background.


Black color preview on #AFBEFF background

This text has black color on #AFBEFF background.


White color preview on #AFBEFF background

This text has white color on #AFBEFF background.


Related colors

Complementary color

Complementary color for #hex is #504100.


I love getcolorcode.com

Triadic colors

1 #FFAFBE and #BEFFAF with #AFBEFF are triadic colors.

2 #FFBEAF and #BEAFFF with #AFBEFF are triadic colors.