COLOR #B0AFEE

HEX: #B0AFEE RGB: (176,175,238)

Color info

#B0AFEE contains mainly blue color. Web safe color of #B0AFEE is #9999FF (or #99F).

RGB color model

#B0AFEE color RGB value is (176,175,238).

RGB: (176,175,238) (69%, 69%, 93%)

RGB channels and saturation

R 176 of 255 = 69%
G 175 of 255 = 69%
B 238 of 255 = 93%

176
175
238

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

Portions of RGB colors in percentages

R + G + B = 176 + 175 + 238 = 589 (100%)
R 176 of 589 ~ 29.88%
G 175 of 589 ~ 29.71%
B 238 of 589 ~ 40.41'%

%29.88
%29.71
%40.41

CMYK color model

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

  • cyan value is 26.05%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (26,26,0,7)
C26M26Y0K7 (26%, 26%, 0%, 7%)
(0.26 / 0.26 / 0.00 / 0.07)

CMYK percentages

%26.05
%26.47
%0
%6.67

Codes

Color #B0AFEE in popluar color models

B0 AF EE
RGB 176 175 238
HSL 241° 64.95% 80.98%
HSB/HSV 241° 26.47% 93.33%
CMYK 26.05% 26.47% 0.00%
6.67%

Color #B0AFEE in popluar number systems.

HEX B0 AF EE
Decimal 176 175 238
Binary 10110000 10101111 11101110
Octal 260 257 356

Shades and tints

Shades of #B0AFEE

#B0AFEE
(176,175,238)
#A0A0D9
(160,160,217)
#9091C4
(144,145,196)
#8082AF
(128,130,175)
#70739A
(112,115,154)
#606485
(96,100,133)
#505570
(80,85,112)
#40465B
(64,70,91)
#303746
(48,55,70)
#202831
(32,40,49)
#10191C
(16,25,28)
#000000
(0,0,0)

Tints of #B0AFEE

#B0AFEE
(176,175,238)
#B7B6EF
(183,182,239)
#BEBDF0
(190,189,240)
#C5C4F1
(197,196,241)
#CCCBF2
(204,203,242)
#D3D2F3
(211,210,243)
#DAD9F4
(218,217,244)
#E1E0F5
(225,224,245)
#E8E7F6
(232,231,246)
#EFEEF7
(239,238,247)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AFEE color. Also use rgb(176,175,238) instead hex code.

Text Font Color

.myTextColor { color: #B0AFEE; }

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

This text font color is #B0AFEE.

Background Color

.myBgColor { background-color: #B0AFEE; }

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

This div background color is #B0AFEE.

Border color

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

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

This div border color is #B0AFEE.

Opacity

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

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

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

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

This text has shadow with #B0AFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AFEE.

Preview

Color preview on black background

This text has color #B0AFEE on black background.


Color preview on white background

This text has color #B0AFEE on white background.


Black color preview on #B0AFEE background

This text has black color on #B0AFEE background.


White color preview on #B0AFEE background

This text has white color on #B0AFEE background.


Related colors

Complementary color

Complementary color for #hex is #4F5011.


I love getcolorcode.com

Triadic colors

1 #EEB0AF and #AFEEB0 with #B0AFEE are triadic colors.

2 #EEAFB0 and #AFB0EE with #B0AFEE are triadic colors.