COLOR #8FCADA

HEX: #8FCADA
RGB: (143,202,218)

Color info

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

RGB color model

#8FCADA color RGB value is (143,202,218).

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

RGB channels and saturation

R 143 of 255 = 56%
G 202 of 255 = 79%
B 218 of 255 = 85%

143
202
218

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

Portions of RGB colors in percentages

R + G + B =
143 + 202 + 218 = 563 (100%)
R 143 of 563 ~ 25.4%
G 202 of 563 ~ 35.88%
B 218 of 563 ~ 38.72%

%25.4
%35.88
%38.72

CMYK color model

#8FCADA color CMYK value is (34,7,0,15).

  • cyan value is 34.40%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(34,7,0,15)
C34M7Y0K15 
(34%,7%,0%,15%)
(0.34/0.07/0.00/0.15)	

CMYK percentages

%34.4
%7.34
%0
%14.51

Codes

Color #8FCADA in popluar color models

8FCADA
RGB143202218
HSL193°50.34%70.78%
HSB/HSV193°34.40%85.49%
CMYK34.40%7.34%0.00%
14.51%

Color #8FCADA in popluar number systems.

HEX8FCADA
Decimal143202218
Binary100011111100101011011010
Octal217312332

Shades and tints

Shades of #8FCADA

#8FCADA
(143,202,218)
#82B8C7
(130,184,199)
#75A6B4
(117,166,180)
#6894A1
(104,148,161)
#5B828E
(91,130,142)
#4E707B
(78,112,123)
#415E68
(65,94,104)
#344C55
(52,76,85)
#273A42
(39,58,66)
#1A282F
(26,40,47)
#0D161C
(13,22,28)
#000000
(0,0,0)

Tints of #8FCADA

#8FCADA
(143,202,218)
#99CEDD
(153,206,221)
#A3D2E0
(163,210,224)
#ADD6E3
(173,214,227)
#B7DAE6
(183,218,230)
#C1DEE9
(193,222,233)
#CBE2EC
(203,226,236)
#D5E6EF
(213,230,239)
#DFEAF2
(223,234,242)
#E9EEF5
(233,238,245)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FCADA; }

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

This text font color is #8FCADA.


Background Color

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

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

This div background color is #8FCADA.


Border color

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

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

This div border color is #8FCADA.


Opacity

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

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

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

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

This text has shadow with #8FCADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FCADA on black background.


Color preview on white background

This text has color #8FCADA on white background.



Black color preview on #8FCADA background

This text has black color on #8FCADA background.


White color preview on #8FCADA background

This text has white color on #8FCADA background.