COLOR #8FD295

HEX: #8FD295
RGB: (143,210,149)

Color info

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

RGB color model

#8FD295 color RGB value is (143,210,149).

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

RGB channels and saturation

R 143 of 255 = 56%
G 210 of 255 = 82%
B 149 of 255 = 58%

143
210
149

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

Portions of RGB colors in percentages

R + G + B =
143 + 210 + 149 = 502 (100%)
R 143 of 502 ~ 28.49%
G 210 of 502 ~ 41.83%
B 149 of 502 ~ 29.68%

%28.49
%41.83
%29.68

CMYK color model

#8FD295 color CMYK value is (32,0,29,18).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 17.65%
CMYK:
(32,0,29,18)
C32M0Y29K18 
(32%,0%,29%,18%)
(0.32/0.00/0.29/0.18)	

CMYK percentages

%31.9
%0
%29.05
%17.65

Codes

Color #8FD295 in popluar color models

8FD295
RGB143210149
HSL125°42.68%69.22%
HSB/HSV125°31.90%82.35%
CMYK31.90%0.00%29.05%
17.65%

Color #8FD295 in popluar number systems.

HEX8FD295
Decimal143210149
Binary100011111101001010010101
Octal217322225

Shades and tints

Shades of #8FD295

#8FD295
(143,210,149)
#82BF88
(130,191,136)
#75AC7B
(117,172,123)
#68996E
(104,153,110)
#5B8661
(91,134,97)
#4E7354
(78,115,84)
#416047
(65,96,71)
#344D3A
(52,77,58)
#273A2D
(39,58,45)
#1A2720
(26,39,32)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #8FD295

#8FD295
(143,210,149)
#99D69E
(153,214,158)
#A3DAA7
(163,218,167)
#ADDEB0
(173,222,176)
#B7E2B9
(183,226,185)
#C1E6C2
(193,230,194)
#CBEACB
(203,234,203)
#D5EED4
(213,238,212)
#DFF2DD
(223,242,221)
#E9F6E6
(233,246,230)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FD295; }

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

This text font color is #8FD295.


Background Color

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

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

This div background color is #8FD295.


Border color

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

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

This div border color is #8FD295.


Opacity

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

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

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

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

This text has shadow with #8FD295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD295 on black background.


Color preview on white background

This text has color #8FD295 on white background.



Black color preview on #8FD295 background

This text has black color on #8FD295 background.


White color preview on #8FD295 background

This text has white color on #8FD295 background.