COLOR #8FBEE5

HEX: #8FBEE5
RGB: (143,190,229)

Color info

#8FBEE5 contains mainly green and blue colors. Web safe color of #8FBEE5 is #99CCCC (or #9CC).

RGB color model

#8FBEE5 color RGB value is (143,190,229).

  • red value is 143;
  • green value is 190;
  • blue value is 229.
RGB:
(143,190,229)
(56%,75%,90%)

RGB channels and saturation

R 143 of 255 = 56%
G 190 of 255 = 75%
B 229 of 255 = 90%

143
190
229

R + G + B ~ 74%. #8FBEE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 190 + 229 = 562 (100%)
R 143 of 562 ~ 25.44%
G 190 of 562 ~ 33.81%
B 229 of 562 ~ 40.75%

%25.44
%33.81
%40.75

CMYK color model

#8FBEE5 color CMYK value is (38,17,0,10).

  • cyan value is 37.55%
  • magenta value is 17.03%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(38,17,0,10)
C38M17Y0K10 
(38%,17%,0%,10%)
(0.38/0.17/0.00/0.10)	

CMYK percentages

%37.55
%17.03
%0
%10.2

Codes

Color #8FBEE5 in popluar color models

8FBEE5
RGB143190229
HSL207°62.32%72.94%
HSB/HSV207°37.55%89.80%
CMYK37.55%17.03%0.00%
10.20%

Color #8FBEE5 in popluar number systems.

HEX8FBEE5
Decimal143190229
Binary100011111011111011100101
Octal217276345

Shades and tints

Shades of #8FBEE5

#8FBEE5
(143,190,229)
#82ADD1
(130,173,209)
#759CBD
(117,156,189)
#688BA9
(104,139,169)
#5B7A95
(91,122,149)
#4E6981
(78,105,129)
#41586D
(65,88,109)
#344759
(52,71,89)
#273645
(39,54,69)
#1A2531
(26,37,49)
#0D141D
(13,20,29)
#000000
(0,0,0)

Tints of #8FBEE5

#8FBEE5
(143,190,229)
#99C3E7
(153,195,231)
#A3C8E9
(163,200,233)
#ADCDEB
(173,205,235)
#B7D2ED
(183,210,237)
#C1D7EF
(193,215,239)
#CBDCF1
(203,220,241)
#D5E1F3
(213,225,243)
#DFE6F5
(223,230,245)
#E9EBF7
(233,235,247)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBEE5 color. Also use rgb(143,190,229) instead hex code.

Text Font Color

.myTextColor { color: #8FBEE5; }

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

This text font color is #8FBEE5.


Background Color

.myBgColor { background-color: #8FBEE5; }

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

This div background color is #8FBEE5.


Border color

.myBorderColor { border: 1px solid #8FBEE5; }

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

This div border color is #8FBEE5.


Opacity

.myOpacity80 { color: #8FBEE5; opacity: 0.8; }

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

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

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

This text has shadow with #8FBEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBEE5 on black background.


Color preview on white background

This text has color #8FBEE5 on white background.



Black color preview on #8FBEE5 background

This text has black color on #8FBEE5 background.


White color preview on #8FBEE5 background

This text has white color on #8FBEE5 background.