COLOR #8FEDB7

HEX: #8FEDB7 RGB: (143,237,183)

Color info

#8FEDB7 contains mainly green and blue colors. Web safe color of #8FEDB7 is #99FFCC (or #9FC).

RGB color model

#8FEDB7 color RGB value is (143,237,183).

RGB: (143,237,183) (56%, 93%, 72%)

RGB channels and saturation

R 143 of 255 = 56%
G 237 of 255 = 93%
B 183 of 255 = 72%

143
237
183

R + G + B ~ 74%. #8FEDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 237 + 183 = 563 (100%)
R 143 of 563 ~ 25.4%
G 237 of 563 ~ 42.1%
B 183 of 563 ~ 32.5'%

%25.4
%42.1
%32.5

CMYK color model

#8FEDB7 color CMYK value is (40,0,23,7).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 7.06%
CMYK: (40,0,23,7) C40M0Y23K7 (40%,0%,23%,7%) (0.40/0.00/0.23/0.07) 

CMYK percentages

%39.66
%0
%22.78
%7.06

Codes

Color #8FEDB7 in popluar color models

8F ED B7
RGB 143 237 183
HSL 146° 72.31% 74.51%
HSB/HSV 146° 39.66% 92.94%
CMYK 39.66% 0.00% 22.78%
7.06%

Color #8FEDB7 in popluar number systems.

HEX 8F ED B7
Decimal 143 237 183
Binary 10001111 11101101 10110111
Octal 217 355 267

Shades and tints

Shades of #8FEDB7

#8FEDB7
(143,237,183)
#82D8A7
(130,216,167)
#75C397
(117,195,151)
#68AE87
(104,174,135)
#5B9977
(91,153,119)
#4E8467
(78,132,103)
#416F57
(65,111,87)
#345A47
(52,90,71)
#274537
(39,69,55)
#1A3027
(26,48,39)
#0D1B17
(13,27,23)
#000000
(0,0,0)

Tints of #8FEDB7

#8FEDB7
(143,237,183)
#99EEBD
(153,238,189)
#A3EFC3
(163,239,195)
#ADF0C9
(173,240,201)
#B7F1CF
(183,241,207)
#C1F2D5
(193,242,213)
#CBF3DB
(203,243,219)
#D5F4E1
(213,244,225)
#DFF5E7
(223,245,231)
#E9F6ED
(233,246,237)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FEDB7 color. Also use rgb(143,237,183) instead hex code.

Text Font Color

.myTextColor { color: #8FEDB7; }

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

This text font color is #8FEDB7.

Background Color

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

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

This div background color is #8FEDB7.

Border color

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

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

This div border color is #8FEDB7.

Opacity

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

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

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

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

This text has shadow with #8FEDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FEDB7.

Preview

Color preview on black background

This text has color #8FEDB7 on black background.


Color preview on white background

This text has color #8FEDB7 on white background.


Black color preview on #8FEDB7 background

This text has black color on #8FEDB7 background.


White color preview on #8FEDB7 background

This text has white color on #8FEDB7 background.


Related colors

Complementary color

Complementary color for #hex is #701248.


I love getcolorcode.com

Triadic colors

1 #B78FED and #EDB78F with #8FEDB7 are triadic colors.

2 #B7ED8F and #ED8FB7 with #8FEDB7 are triadic colors.