COLOR #8FDCDD

HEX: #8FDCDD
RGB: (143,220,221)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

143
220
221

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

Portions of RGB colors in percentages

R + G + B =
143 + 220 + 221 = 584 (100%)
R 143 of 584 ~ 24.49%
G 220 of 584 ~ 37.67%
B 221 of 584 ~ 37.84%

%24.49
%37.67
%37.84

CMYK color model

#8FDCDD color CMYK value is (35,0,0,13).

  • cyan value is 35.29%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(35,0,0,13)
C35M0Y0K13 
(35%,0%,0%,13%)
(0.35/0.00/0.00/0.13)	

CMYK percentages

%35.29
%0.45
%0
%13.33

Codes

Color #8FDCDD in popluar color models

8FDCDD
RGB143220221
HSL181°53.42%71.37%
HSB/HSV181°35.29%86.67%
CMYK35.29%0.45%0.00%
13.33%

Color #8FDCDD in popluar number systems.

HEX8FDCDD
Decimal143220221
Binary100011111101110011011101
Octal217334335

Shades and tints

Shades of #8FDCDD

#8FDCDD
(143,220,221)
#82C8C9
(130,200,201)
#75B4B5
(117,180,181)
#68A0A1
(104,160,161)
#5B8C8D
(91,140,141)
#4E7879
(78,120,121)
#416465
(65,100,101)
#345051
(52,80,81)
#273C3D
(39,60,61)
#1A2829
(26,40,41)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #8FDCDD

#8FDCDD
(143,220,221)
#99DFE0
(153,223,224)
#A3E2E3
(163,226,227)
#ADE5E6
(173,229,230)
#B7E8E9
(183,232,233)
#C1EBEC
(193,235,236)
#CBEEEF
(203,238,239)
#D5F1F2
(213,241,242)
#DFF4F5
(223,244,245)
#E9F7F8
(233,247,248)
#F3FAFB
(243,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FDCDD; }

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

This text font color is #8FDCDD.


Background Color

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

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

This div background color is #8FDCDD.


Border color

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

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

This div border color is #8FDCDD.


Opacity

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

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

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

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

This text has shadow with #8FDCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FDCDD on black background.


Color preview on white background

This text has color #8FDCDD on white background.



Black color preview on #8FDCDD background

This text has black color on #8FDCDD background.


White color preview on #8FDCDD background

This text has white color on #8FDCDD background.