COLOR #8FCED4

HEX: #8FCED4
RGB: (143,206,212)

Color info

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

RGB color model

#8FCED4 color RGB value is (143,206,212).

  • red value is 143;
  • green value is 206;
  • blue value is 212.
RGB:
(143,206,212)
(56%,81%,83%)

RGB channels and saturation

R 143 of 255 = 56%
G 206 of 255 = 81%
B 212 of 255 = 83%

143
206
212

R + G + B ~ 73%. #8FCED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 206 + 212 = 561 (100%)
R 143 of 561 ~ 25.49%
G 206 of 561 ~ 36.72%
B 212 of 561 ~ 37.79%

%25.49
%36.72
%37.79

CMYK color model

#8FCED4 color CMYK value is (33,3,0,17).

  • cyan value is 32.55%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(33,3,0,17)
C33M3Y0K17 
(33%,3%,0%,17%)
(0.33/0.03/0.00/0.17)	

CMYK percentages

%32.55
%2.83
%0
%16.86

Codes

Color #8FCED4 in popluar color models

8FCED4
RGB143206212
HSL185°44.52%69.61%
HSB/HSV185°32.55%83.14%
CMYK32.55%2.83%0.00%
16.86%

Color #8FCED4 in popluar number systems.

HEX8FCED4
Decimal143206212
Binary100011111100111011010100
Octal217316324

Shades and tints

Shades of #8FCED4

#8FCED4
(143,206,212)
#82BCC1
(130,188,193)
#75AAAE
(117,170,174)
#68989B
(104,152,155)
#5B8688
(91,134,136)
#4E7475
(78,116,117)
#416262
(65,98,98)
#34504F
(52,80,79)
#273E3C
(39,62,60)
#1A2C29
(26,44,41)
#0D1A16
(13,26,22)
#000000
(0,0,0)

Tints of #8FCED4

#8FCED4
(143,206,212)
#99D2D7
(153,210,215)
#A3D6DA
(163,214,218)
#ADDADD
(173,218,221)
#B7DEE0
(183,222,224)
#C1E2E3
(193,226,227)
#CBE6E6
(203,230,230)
#D5EAE9
(213,234,233)
#DFEEEC
(223,238,236)
#E9F2EF
(233,242,239)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FCED4 color. Also use rgb(143,206,212) instead hex code.

Text Font Color

.myTextColor { color: #8FCED4; }

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

This text font color is #8FCED4.


Background Color

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

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

This div background color is #8FCED4.


Border color

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

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

This div border color is #8FCED4.


Opacity

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

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

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

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

This text has shadow with #8FCED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FCED4 on black background.


Color preview on white background

This text has color #8FCED4 on white background.



Black color preview on #8FCED4 background

This text has black color on #8FCED4 background.


White color preview on #8FCED4 background

This text has white color on #8FCED4 background.