COLOR #8FD2BB

HEX: #8FD2BB
RGB: (143,210,187)

Color info

#8FD2BB contains mainly green and blue colors. Web safe color of #8FD2BB is #99CCCC (or #9CC).

RGB color model

#8FD2BB color RGB value is (143,210,187).

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

RGB channels and saturation

R 143 of 255 = 56%
G 210 of 255 = 82%
B 187 of 255 = 73%

143
210
187

R + G + B ~ 70%. #8FD2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 210 + 187 = 540 (100%)
R 143 of 540 ~ 26.48%
G 210 of 540 ~ 38.89%
B 187 of 540 ~ 34.63%

%26.48
%38.89
%34.63

CMYK color model

#8FD2BB color CMYK value is (32,0,11,18).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 17.65%
CMYK:
(32,0,11,18)
C32M0Y11K18 
(32%,0%,11%,18%)
(0.32/0.00/0.11/0.18)	

CMYK percentages

%31.9
%0
%10.95
%17.65

Codes

Color #8FD2BB in popluar color models

8FD2BB
RGB143210187
HSL159°42.68%69.22%
HSB/HSV159°31.90%82.35%
CMYK31.90%0.00%10.95%
17.65%

Color #8FD2BB in popluar number systems.

HEX8FD2BB
Decimal143210187
Binary100011111101001010111011
Octal217322273

Shades and tints

Shades of #8FD2BB

#8FD2BB
(143,210,187)
#82BFAA
(130,191,170)
#75AC99
(117,172,153)
#689988
(104,153,136)
#5B8677
(91,134,119)
#4E7366
(78,115,102)
#416055
(65,96,85)
#344D44
(52,77,68)
#273A33
(39,58,51)
#1A2722
(26,39,34)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #8FD2BB

#8FD2BB
(143,210,187)
#99D6C1
(153,214,193)
#A3DAC7
(163,218,199)
#ADDECD
(173,222,205)
#B7E2D3
(183,226,211)
#C1E6D9
(193,230,217)
#CBEADF
(203,234,223)
#D5EEE5
(213,238,229)
#DFF2EB
(223,242,235)
#E9F6F1
(233,246,241)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FD2BB; }

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

This text font color is #8FD2BB.


Background Color

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

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

This div background color is #8FD2BB.


Border color

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

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

This div border color is #8FD2BB.


Opacity

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

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

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

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

This text has shadow with #8FD2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD2BB on black background.


Color preview on white background

This text has color #8FD2BB on white background.



Black color preview on #8FD2BB background

This text has black color on #8FD2BB background.


White color preview on #8FD2BB background

This text has white color on #8FD2BB background.