COLOR #8FD19B

HEX: #8FD19B
RGB: (143,209,155)

Color info

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

RGB color model

#8FD19B color RGB value is (143,209,155).

  • red value is 143;
  • green value is 209;
  • blue value is 155.
RGB:
(143,209,155)
(56%,82%,61%)

RGB channels and saturation

R 143 of 255 = 56%
G 209 of 255 = 82%
B 155 of 255 = 61%

143
209
155

R + G + B ~ 66%. #8FD19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 209 + 155 = 507 (100%)
R 143 of 507 ~ 28.21%
G 209 of 507 ~ 41.22%
B 155 of 507 ~ 30.57%

%28.21
%41.22
%30.57

CMYK color model

#8FD19B color CMYK value is (32,0,26,18).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 25.84%
  • key color value is 18.04%
CMYK:
(32,0,26,18)
C32M0Y26K18 
(32%,0%,26%,18%)
(0.32/0.00/0.26/0.18)	

CMYK percentages

%31.58
%0
%25.84
%18.04

Codes

Color #8FD19B in popluar color models

8FD19B
RGB143209155
HSL131°41.77%69.02%
HSB/HSV131°31.58%81.96%
CMYK31.58%0.00%25.84%
18.04%

Color #8FD19B in popluar number systems.

HEX8FD19B
Decimal143209155
Binary100011111101000110011011
Octal217321233

Shades and tints

Shades of #8FD19B

#8FD19B
(143,209,155)
#82BE8D
(130,190,141)
#75AB7F
(117,171,127)
#689871
(104,152,113)
#5B8563
(91,133,99)
#4E7255
(78,114,85)
#415F47
(65,95,71)
#344C39
(52,76,57)
#27392B
(39,57,43)
#1A261D
(26,38,29)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #8FD19B

#8FD19B
(143,209,155)
#99D5A4
(153,213,164)
#A3D9AD
(163,217,173)
#ADDDB6
(173,221,182)
#B7E1BF
(183,225,191)
#C1E5C8
(193,229,200)
#CBE9D1
(203,233,209)
#D5EDDA
(213,237,218)
#DFF1E3
(223,241,227)
#E9F5EC
(233,245,236)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD19B color. Also use rgb(143,209,155) instead hex code.

Text Font Color

.myTextColor { color: #8FD19B; }

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

This text font color is #8FD19B.


Background Color

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

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

This div background color is #8FD19B.


Border color

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

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

This div border color is #8FD19B.


Opacity

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

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

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

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

This text has shadow with #8FD19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD19B on black background.


Color preview on white background

This text has color #8FD19B on white background.



Black color preview on #8FD19B background

This text has black color on #8FD19B background.


White color preview on #8FD19B background

This text has white color on #8FD19B background.