COLOR #8FCB88

HEX: #8FCB88 RGB: (143,203,136)

Color info

#8FCB88 contains mainly green color. Web safe color of #8FCB88 is #99CC99 (or #9C9).

RGB color model

#8FCB88 color RGB value is (143,203,136).

RGB: (143,203,136) (56%, 80%, 53%)

RGB channels and saturation

R 143 of 255 = 56%
G 203 of 255 = 80%
B 136 of 255 = 53%

143
203
136

R + G + B ~ 63%. #8FCB88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 203 + 136 = 482 (100%)
R 143 of 482 ~ 29.67%
G 203 of 482 ~ 42.12%
B 136 of 482 ~ 28.22'%

%29.67
%42.12
%28.22

CMYK color model

#8FCB88 color CMYK value is (30,0,33,20).

  • cyan value is 29.56%
  • magenta value is 0.00%
  • yellow value is 33.00%
  • key color value is 20.39%

CMYK: (30,0,33,20)
C30M0Y33K20 (30%, 0%, 33%, 20%)
(0.30 / 0.00 / 0.33 / 0.20)

CMYK percentages

%29.56
%0
%33
%20.39

Codes

Color #8FCB88 in popluar color models

8F CB 88
RGB 143 203 136
HSL 114° 39.18% 66.47%
HSB/HSV 114° 33.00% 79.61%
CMYK 29.56% 0.00% 33.00%
20.39%

Color #8FCB88 in popluar number systems.

HEX 8F CB 88
Decimal 143 203 136
Binary 10001111 11001011 10001000
Octal 217 313 210

Shades and tints

Shades of #8FCB88

#8FCB88
(143,203,136)
#82B97C
(130,185,124)
#75A770
(117,167,112)
#689564
(104,149,100)
#5B8358
(91,131,88)
#4E714C
(78,113,76)
#415F40
(65,95,64)
#344D34
(52,77,52)
#273B28
(39,59,40)
#1A291C
(26,41,28)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #8FCB88

#8FCB88
(143,203,136)
#99CF92
(153,207,146)
#A3D39C
(163,211,156)
#ADD7A6
(173,215,166)
#B7DBB0
(183,219,176)
#C1DFBA
(193,223,186)
#CBE3C4
(203,227,196)
#D5E7CE
(213,231,206)
#DFEBD8
(223,235,216)
#E9EFE2
(233,239,226)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FCB88; }

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

This text font color is #8FCB88.

Background Color

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

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

This div background color is #8FCB88.

Border color

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

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

This div border color is #8FCB88.

Opacity

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

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

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

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

This text has shadow with #8FCB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FCB88.

Preview

Color preview on black background

This text has color #8FCB88 on black background.


Color preview on white background

This text has color #8FCB88 on white background.


Black color preview on #8FCB88 background

This text has black color on #8FCB88 background.


White color preview on #8FCB88 background

This text has white color on #8FCB88 background.


Related colors

Complementary color

Complementary color for #hex is #703477.


I love getcolorcode.com

Triadic colors

1 #888FCB and #CB888F with #8FCB88 are triadic colors.

2 #88CB8F and #CB8F88 with #8FCB88 are triadic colors.