COLOR #8FCBB9

HEX: #8FCBB9 RGB: (143,203,185)

Color info

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

RGB color model

#8FCBB9 color RGB value is (143,203,185).

RGB: (143,203,185) (56%, 80%, 73%)

RGB channels and saturation

R 143 of 255 = 56%
G 203 of 255 = 80%
B 185 of 255 = 73%

143
203
185

R + G + B ~ 70%. #8FCBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 203 + 185 = 531 (100%)
R 143 of 531 ~ 26.93%
G 203 of 531 ~ 38.23%
B 185 of 531 ~ 34.84'%

%26.93
%38.23
%34.84

CMYK color model

#8FCBB9 color CMYK value is (30,0,9,20).

  • cyan value is 29.56%
  • magenta value is 0.00%
  • yellow value is 8.87%
  • key color value is 20.39%
CMYK: (30,0,9,20) C30M0Y9K20 (30%,0%,9%,20%) (0.30/0.00/0.09/0.20) 

CMYK percentages

%29.56
%0
%8.87
%20.39

Codes

Color #8FCBB9 in popluar color models

8F CB B9
RGB 143 203 185
HSL 162° 36.59% 67.84%
HSB/HSV 162° 29.56% 79.61%
CMYK 29.56% 0.00% 8.87%
20.39%

Color #8FCBB9 in popluar number systems.

HEX 8F CB B9
Decimal 143 203 185
Binary 10001111 11001011 10111001
Octal 217 313 271

Shades and tints

Shades of #8FCBB9

#8FCBB9
(143,203,185)
#82B9A9
(130,185,169)
#75A799
(117,167,153)
#689589
(104,149,137)
#5B8379
(91,131,121)
#4E7169
(78,113,105)
#415F59
(65,95,89)
#344D49
(52,77,73)
#273B39
(39,59,57)
#1A2929
(26,41,41)
#0D1719
(13,23,25)
#000000
(0,0,0)

Tints of #8FCBB9

#8FCBB9
(143,203,185)
#99CFBF
(153,207,191)
#A3D3C5
(163,211,197)
#ADD7CB
(173,215,203)
#B7DBD1
(183,219,209)
#C1DFD7
(193,223,215)
#CBE3DD
(203,227,221)
#D5E7E3
(213,231,227)
#DFEBE9
(223,235,233)
#E9EFEF
(233,239,239)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FCBB9; }

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

This text font color is #8FCBB9.

Background Color

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

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

This div background color is #8FCBB9.

Border color

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

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

This div border color is #8FCBB9.

Opacity

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

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

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

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

This text has shadow with #8FCBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FCBB9.

Preview

Color preview on black background

This text has color #8FCBB9 on black background.


Color preview on white background

This text has color #8FCBB9 on white background.


Black color preview on #8FCBB9 background

This text has black color on #8FCBB9 background.


White color preview on #8FCBB9 background

This text has white color on #8FCBB9 background.


Related colors

Complementary color

Complementary color for #hex is #703446.


I love getcolorcode.com

Triadic colors

1 #B98FCB and #CBB98F with #8FCBB9 are triadic colors.

2 #B9CB8F and #CB8FB9 with #8FCBB9 are triadic colors.