COLOR #8FDCDC

HEX: #8FDCDC
RGB: (143,220,220)

Color info

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

RGB color model

#8FDCDC color RGB value is (143,220,220).

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

RGB channels and saturation

R 143 of 255 = 56%
G 220 of 255 = 86%
B 220 of 255 = 86%

143
220
220

R + G + B ~ 76%. #8FDCDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 220 + 220 = 583 (100%)
R 143 of 583 ~ 24.53%
G 220 of 583 ~ 37.74%
B 220 of 583 ~ 37.74%

%24.53
%37.74
%37.74

CMYK color model

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

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(35,0,0,14)
C35M0Y0K14 
(35%,0%,0%,14%)
(0.35/0.00/0.00/0.14)	

CMYK percentages

%35
%0
%0
%13.73

Codes

Color #8FDCDC in popluar color models

8FDCDC
RGB143220220
HSL180°52.38%71.18%
HSB/HSV180°35.00%86.27%
CMYK35.00%0.00%0.00%
13.73%

Color #8FDCDC in popluar number systems.

HEX8FDCDC
Decimal143220220
Binary100011111101110011011100
Octal217334334

Shades and tints

Shades of #8FDCDC

#8FDCDC
(143,220,220)
#82C8C8
(130,200,200)
#75B4B4
(117,180,180)
#68A0A0
(104,160,160)
#5B8C8C
(91,140,140)
#4E7878
(78,120,120)
#416464
(65,100,100)
#345050
(52,80,80)
#273C3C
(39,60,60)
#1A2828
(26,40,40)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #8FDCDC

#8FDCDC
(143,220,220)
#99DFDF
(153,223,223)
#A3E2E2
(163,226,226)
#ADE5E5
(173,229,229)
#B7E8E8
(183,232,232)
#C1EBEB
(193,235,235)
#CBEEEE
(203,238,238)
#D5F1F1
(213,241,241)
#DFF4F4
(223,244,244)
#E9F7F7
(233,247,247)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FDCDC; }

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

This text font color is #8FDCDC.


Background Color

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

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

This div background color is #8FDCDC.


Border color

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

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

This div border color is #8FDCDC.


Opacity

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

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

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

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

This text has shadow with #8FDCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FDCDC on black background.


Color preview on white background

This text has color #8FDCDC on white background.



Black color preview on #8FDCDC background

This text has black color on #8FDCDC background.


White color preview on #8FDCDC background

This text has white color on #8FDCDC background.