COLOR #8FCD95

HEX: #8FCD95
RGB: (143,205,149)

Color info

#8FCD95 contains mainly green and blue colors. Web safe color of #8FCD95 is #99CC99 (or #9C9).

RGB color model

#8FCD95 color RGB value is (143,205,149).

  • red value is 143;
  • green value is 205;
  • blue value is 149.
RGB:
(143,205,149)
(56%,80%,58%)

RGB channels and saturation

R 143 of 255 = 56%
G 205 of 255 = 80%
B 149 of 255 = 58%

143
205
149

R + G + B ~ 65%. #8FCD95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 205 + 149 = 497 (100%)
R 143 of 497 ~ 28.77%
G 205 of 497 ~ 41.25%
B 149 of 497 ~ 29.98%

%28.77
%41.25
%29.98

CMYK color model

#8FCD95 color CMYK value is (30,0,27,20).

  • cyan value is 30.24%
  • magenta value is 0.00%
  • yellow value is 27.32%
  • key color value is 19.61%
CMYK:
(30,0,27,20)
C30M0Y27K20 
(30%,0%,27%,20%)
(0.30/0.00/0.27/0.20)	

CMYK percentages

%30.24
%0
%27.32
%19.61

Codes

Color #8FCD95 in popluar color models

8FCD95
RGB143205149
HSL126°38.27%68.24%
HSB/HSV126°30.24%80.39%
CMYK30.24%0.00%27.32%
19.61%

Color #8FCD95 in popluar number systems.

HEX8FCD95
Decimal143205149
Binary100011111100110110010101
Octal217315225

Shades and tints

Shades of #8FCD95

#8FCD95
(143,205,149)
#82BB88
(130,187,136)
#75A97B
(117,169,123)
#68976E
(104,151,110)
#5B8561
(91,133,97)
#4E7354
(78,115,84)
#416147
(65,97,71)
#344F3A
(52,79,58)
#273D2D
(39,61,45)
#1A2B20
(26,43,32)
#0D1913
(13,25,19)
#000000
(0,0,0)

Tints of #8FCD95

#8FCD95
(143,205,149)
#99D19E
(153,209,158)
#A3D5A7
(163,213,167)
#ADD9B0
(173,217,176)
#B7DDB9
(183,221,185)
#C1E1C2
(193,225,194)
#CBE5CB
(203,229,203)
#D5E9D4
(213,233,212)
#DFEDDD
(223,237,221)
#E9F1E6
(233,241,230)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FCD95 color. Also use rgb(143,205,149) instead hex code.

Text Font Color

.myTextColor { color: #8FCD95; }

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

This text font color is #8FCD95.


Background Color

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

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

This div background color is #8FCD95.


Border color

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

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

This div border color is #8FCD95.


Opacity

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

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

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

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

This text has shadow with #8FCD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FCD95 on black background.


Color preview on white background

This text has color #8FCD95 on white background.



Black color preview on #8FCD95 background

This text has black color on #8FCD95 background.


White color preview on #8FCD95 background

This text has white color on #8FCD95 background.