COLOR #8FDBA7

HEX: #8FDBA7
RGB: (143,219,167)

Color info

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

RGB color model

#8FDBA7 color RGB value is (143,219,167).

  • red value is 143;
  • green value is 219;
  • blue value is 167.
RGB:
(143,219,167)
(56%,86%,65%)

RGB channels and saturation

R 143 of 255 = 56%
G 219 of 255 = 86%
B 167 of 255 = 65%

143
219
167

R + G + B ~ 69%. #8FDBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 219 + 167 = 529 (100%)
R 143 of 529 ~ 27.03%
G 219 of 529 ~ 41.4%
B 167 of 529 ~ 31.57%

%27.03
%41.4
%31.57

CMYK color model

#8FDBA7 color CMYK value is (35,0,24,14).

  • cyan value is 34.70%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 14.12%
CMYK:
(35,0,24,14)
C35M0Y24K14 
(35%,0%,24%,14%)
(0.35/0.00/0.24/0.14)	

CMYK percentages

%34.7
%0
%23.74
%14.12

Codes

Color #8FDBA7 in popluar color models

8FDBA7
RGB143219167
HSL139°51.35%70.98%
HSB/HSV139°34.70%85.88%
CMYK34.70%0.00%23.74%
14.12%

Color #8FDBA7 in popluar number systems.

HEX8FDBA7
Decimal143219167
Binary100011111101101110100111
Octal217333247

Shades and tints

Shades of #8FDBA7

#8FDBA7
(143,219,167)
#82C898
(130,200,152)
#75B589
(117,181,137)
#68A27A
(104,162,122)
#5B8F6B
(91,143,107)
#4E7C5C
(78,124,92)
#41694D
(65,105,77)
#34563E
(52,86,62)
#27432F
(39,67,47)
#1A3020
(26,48,32)
#0D1D11
(13,29,17)
#000000
(0,0,0)

Tints of #8FDBA7

#8FDBA7
(143,219,167)
#99DEAF
(153,222,175)
#A3E1B7
(163,225,183)
#ADE4BF
(173,228,191)
#B7E7C7
(183,231,199)
#C1EACF
(193,234,207)
#CBEDD7
(203,237,215)
#D5F0DF
(213,240,223)
#DFF3E7
(223,243,231)
#E9F6EF
(233,246,239)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FDBA7 color. Also use rgb(143,219,167) instead hex code.

Text Font Color

.myTextColor { color: #8FDBA7; }

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

This text font color is #8FDBA7.


Background Color

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

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

This div background color is #8FDBA7.


Border color

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

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

This div border color is #8FDBA7.


Opacity

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

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

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

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

This text has shadow with #8FDBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FDBA7 on black background.


Color preview on white background

This text has color #8FDBA7 on white background.



Black color preview on #8FDBA7 background

This text has black color on #8FDBA7 background.


White color preview on #8FDBA7 background

This text has white color on #8FDBA7 background.