COLOR #8FBEB9

HEX: #8FBEB9
RGB: (143,190,185)

Color info

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

RGB color model

#8FBEB9 color RGB value is (143,190,185).

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

RGB channels and saturation

R 143 of 255 = 56%
G 190 of 255 = 75%
B 185 of 255 = 73%

143
190
185

R + G + B ~ 68%. #8FBEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 190 + 185 = 518 (100%)
R 143 of 518 ~ 27.61%
G 190 of 518 ~ 36.68%
B 185 of 518 ~ 35.71%

%27.61
%36.68
%35.71

CMYK color model

#8FBEB9 color CMYK value is (25,0,3,25).

  • cyan value is 24.74%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 25.49%
CMYK:
(25,0,3,25)
C25M0Y3K25 
(25%,0%,3%,25%)
(0.25/0.00/0.03/0.25)	

CMYK percentages

%24.74
%0
%2.63
%25.49

Codes

Color #8FBEB9 in popluar color models

8FBEB9
RGB143190185
HSL174°26.55%65.29%
HSB/HSV174°24.74%74.51%
CMYK24.74%0.00%2.63%
25.49%

Color #8FBEB9 in popluar number systems.

HEX8FBEB9
Decimal143190185
Binary100011111011111010111001
Octal217276271

Shades and tints

Shades of #8FBEB9

#8FBEB9
(143,190,185)
#82ADA9
(130,173,169)
#759C99
(117,156,153)
#688B89
(104,139,137)
#5B7A79
(91,122,121)
#4E6969
(78,105,105)
#415859
(65,88,89)
#344749
(52,71,73)
#273639
(39,54,57)
#1A2529
(26,37,41)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #8FBEB9

#8FBEB9
(143,190,185)
#99C3BF
(153,195,191)
#A3C8C5
(163,200,197)
#ADCDCB
(173,205,203)
#B7D2D1
(183,210,209)
#C1D7D7
(193,215,215)
#CBDCDD
(203,220,221)
#D5E1E3
(213,225,227)
#DFE6E9
(223,230,233)
#E9EBEF
(233,235,239)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FBEB9; }

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

This text font color is #8FBEB9.


Background Color

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

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

This div background color is #8FBEB9.


Border color

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

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

This div border color is #8FBEB9.


Opacity

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

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

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

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

This text has shadow with #8FBEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBEB9 on black background.


Color preview on white background

This text has color #8FBEB9 on white background.



Black color preview on #8FBEB9 background

This text has black color on #8FBEB9 background.


White color preview on #8FBEB9 background

This text has white color on #8FBEB9 background.