COLOR #8FBEE7

HEX: #8FBEE7 RGB: (143,190,231)

Color info

#8FBEE7 contains mainly green and blue colors. Web safe color of #8FBEE7 is #99CCFF (or #9CF).

RGB color model

#8FBEE7 color RGB value is (143,190,231).

RGB: (143,190,231) (56%, 75%, 91%)

RGB channels and saturation

R 143 of 255 = 56%
G 190 of 255 = 75%
B 231 of 255 = 91%

143
190
231

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

Portions of RGB colors in percentages

R + G + B = 143 + 190 + 231 = 564 (100%)
R 143 of 564 ~ 25.35%
G 190 of 564 ~ 33.69%
B 231 of 564 ~ 40.96'%

%25.35
%33.69
%40.96

CMYK color model

#8FBEE7 color CMYK value is (38,18,0,9).

  • cyan value is 38.10%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (38,18,0,9)
C38M18Y0K9 (38%, 18%, 0%, 9%)
(0.38 / 0.18 / 0.00 / 0.09)

CMYK percentages

%38.1
%17.75
%0
%9.41

Codes

Color #8FBEE7 in popluar color models

8F BE E7
RGB 143 190 231
HSL 208° 64.71% 73.33%
HSB/HSV 208° 38.10% 90.59%
CMYK 38.10% 17.75% 0.00%
9.41%

Color #8FBEE7 in popluar number systems.

HEX 8F BE E7
Decimal 143 190 231
Binary 10001111 10111110 11100111
Octal 217 276 347

Shades and tints

Shades of #8FBEE7

#8FBEE7
(143,190,231)
#82ADD2
(130,173,210)
#759CBD
(117,156,189)
#688BA8
(104,139,168)
#5B7A93
(91,122,147)
#4E697E
(78,105,126)
#415869
(65,88,105)
#344754
(52,71,84)
#27363F
(39,54,63)
#1A252A
(26,37,42)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #8FBEE7

#8FBEE7
(143,190,231)
#99C3E9
(153,195,233)
#A3C8EB
(163,200,235)
#ADCDED
(173,205,237)
#B7D2EF
(183,210,239)
#C1D7F1
(193,215,241)
#CBDCF3
(203,220,243)
#D5E1F5
(213,225,245)
#DFE6F7
(223,230,247)
#E9EBF9
(233,235,249)
#F3F0FB
(243,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FBEE7; }

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

This text font color is #8FBEE7.

Background Color

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

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

This div background color is #8FBEE7.

Border color

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

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

This div border color is #8FBEE7.

Opacity

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

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

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

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

This text has shadow with #8FBEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FBEE7.

Preview

Color preview on black background

This text has color #8FBEE7 on black background.


Color preview on white background

This text has color #8FBEE7 on white background.


Black color preview on #8FBEE7 background

This text has black color on #8FBEE7 background.


White color preview on #8FBEE7 background

This text has white color on #8FBEE7 background.


Related colors

Complementary color

Complementary color for #hex is #704118.


I love getcolorcode.com

Triadic colors

1 #E78FBE and #BEE78F with #8FBEE7 are triadic colors.

2 #E7BE8F and #BE8FE7 with #8FBEE7 are triadic colors.