COLOR #8FB8B7

HEX: #8FB8B7 RGB: (143,184,183)

Color info

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

RGB color model

#8FB8B7 color RGB value is (143,184,183).

RGB: (143,184,183) (56%, 72%, 72%)

RGB channels and saturation

R 143 of 255 = 56%
G 184 of 255 = 72%
B 183 of 255 = 72%

143
184
183

R + G + B ~ 67%. #8FB8B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 184 + 183 = 510 (100%)
R 143 of 510 ~ 28.04%
G 184 of 510 ~ 36.08%
B 183 of 510 ~ 35.88'%

%28.04
%36.08
%35.88

CMYK color model

#8FB8B7 color CMYK value is (22,0,1,28).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.84%
CMYK: (22,0,1,28) C22M0Y1K28 (22%,0%,1%,28%) (0.22/0.00/0.01/0.28) 

CMYK percentages

%22.28
%0
%0.54
%27.84

Codes

Color #8FB8B7 in popluar color models

8F B8 B7
RGB 143 184 183
HSL 179° 22.40% 64.12%
HSB/HSV 179° 22.28% 72.16%
CMYK 22.28% 0.00% 0.54%
27.84%

Color #8FB8B7 in popluar number systems.

HEX 8F B8 B7
Decimal 143 184 183
Binary 10001111 10111000 10110111
Octal 217 270 267

Shades and tints

Shades of #8FB8B7

#8FB8B7
(143,184,183)
#82A8A7
(130,168,167)
#759897
(117,152,151)
#688887
(104,136,135)
#5B7877
(91,120,119)
#4E6867
(78,104,103)
#415857
(65,88,87)
#344847
(52,72,71)
#273837
(39,56,55)
#1A2827
(26,40,39)
#0D1817
(13,24,23)
#000000
(0,0,0)

Tints of #8FB8B7

#8FB8B7
(143,184,183)
#99BEBD
(153,190,189)
#A3C4C3
(163,196,195)
#ADCAC9
(173,202,201)
#B7D0CF
(183,208,207)
#C1D6D5
(193,214,213)
#CBDCDB
(203,220,219)
#D5E2E1
(213,226,225)
#DFE8E7
(223,232,231)
#E9EEED
(233,238,237)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB8B7 color. Also use rgb(143,184,183) instead hex code.

Text Font Color

.myTextColor { color: #8FB8B7; }

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

This text font color is #8FB8B7.

Background Color

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

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

This div background color is #8FB8B7.

Border color

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

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

This div border color is #8FB8B7.

Opacity

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

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

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

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

This text has shadow with #8FB8B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB8B7.

Preview

Color preview on black background

This text has color #8FB8B7 on black background.


Color preview on white background

This text has color #8FB8B7 on white background.


Black color preview on #8FB8B7 background

This text has black color on #8FB8B7 background.


White color preview on #8FB8B7 background

This text has white color on #8FB8B7 background.


Related colors

Complementary color

Complementary color for #hex is #704748.


I love getcolorcode.com

Triadic colors

1 #B78FB8 and #B8B78F with #8FB8B7 are triadic colors.

2 #B7B88F and #B88FB7 with #8FB8B7 are triadic colors.