COLOR #8FCCDA

HEX: #8FCCDA
RGB: (143,204,218)

Color info

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

RGB color model

#8FCCDA color RGB value is (143,204,218).

  • red value is 143;
  • green value is 204;
  • blue value is 218.
RGB:
(143,204,218)
(56%,80%,85%)

RGB channels and saturation

R 143 of 255 = 56%
G 204 of 255 = 80%
B 218 of 255 = 85%

143
204
218

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

Portions of RGB colors in percentages

R + G + B =
143 + 204 + 218 = 565 (100%)
R 143 of 565 ~ 25.31%
G 204 of 565 ~ 36.11%
B 218 of 565 ~ 38.58%

%25.31
%36.11
%38.58

CMYK color model

#8FCCDA color CMYK value is (34,6,0,15).

  • cyan value is 34.40%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(34,6,0,15)
C34M6Y0K15 
(34%,6%,0%,15%)
(0.34/0.06/0.00/0.15)	

CMYK percentages

%34.4
%6.42
%0
%14.51

Codes

Color #8FCCDA in popluar color models

8FCCDA
RGB143204218
HSL191°50.34%70.78%
HSB/HSV191°34.40%85.49%
CMYK34.40%6.42%0.00%
14.51%

Color #8FCCDA in popluar number systems.

HEX8FCCDA
Decimal143204218
Binary100011111100110011011010
Octal217314332

Shades and tints

Shades of #8FCCDA

#8FCCDA
(143,204,218)
#82BAC7
(130,186,199)
#75A8B4
(117,168,180)
#6896A1
(104,150,161)
#5B848E
(91,132,142)
#4E727B
(78,114,123)
#416068
(65,96,104)
#344E55
(52,78,85)
#273C42
(39,60,66)
#1A2A2F
(26,42,47)
#0D181C
(13,24,28)
#000000
(0,0,0)

Tints of #8FCCDA

#8FCCDA
(143,204,218)
#99D0DD
(153,208,221)
#A3D4E0
(163,212,224)
#ADD8E3
(173,216,227)
#B7DCE6
(183,220,230)
#C1E0E9
(193,224,233)
#CBE4EC
(203,228,236)
#D5E8EF
(213,232,239)
#DFECF2
(223,236,242)
#E9F0F5
(233,240,245)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FCCDA; }

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

This text font color is #8FCCDA.


Background Color

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

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

This div background color is #8FCCDA.


Border color

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

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

This div border color is #8FCCDA.


Opacity

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

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

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

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

This text has shadow with #8FCCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FCCDA on black background.


Color preview on white background

This text has color #8FCCDA on white background.



Black color preview on #8FCCDA background

This text has black color on #8FCCDA background.


White color preview on #8FCCDA background

This text has white color on #8FCCDA background.