COLOR #8FCFE6

HEX: #8FCFE6 RGB: (143,207,230)

Color info

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

RGB color model

#8FCFE6 color RGB value is (143,207,230).

RGB: (143,207,230) (56%, 81%, 90%)

RGB channels and saturation

R 143 of 255 = 56%
G 207 of 255 = 81%
B 230 of 255 = 90%

143
207
230

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

Portions of RGB colors in percentages

R + G + B = 143 + 207 + 230 = 580 (100%)
R 143 of 580 ~ 24.66%
G 207 of 580 ~ 35.69%
B 230 of 580 ~ 39.66'%

%24.66
%35.69
%39.66

CMYK color model

#8FCFE6 color CMYK value is (38,10,0,10).

  • cyan value is 37.83%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (38,10,0,10)
C38M10Y0K10 (38%, 10%, 0%, 10%)
(0.38 / 0.10 / 0.00 / 0.10)

CMYK percentages

%37.83
%10
%0
%9.8

Codes

Color #8FCFE6 in popluar color models

8F CF E6
RGB 143 207 230
HSL 196° 63.50% 73.14%
HSB/HSV 196° 37.83% 90.20%
CMYK 37.83% 10.00% 0.00%
9.80%

Color #8FCFE6 in popluar number systems.

HEX 8F CF E6
Decimal 143 207 230
Binary 10001111 11001111 11100110
Octal 217 317 346

Shades and tints

Shades of #8FCFE6

#8FCFE6
(143,207,230)
#82BDD2
(130,189,210)
#75ABBE
(117,171,190)
#6899AA
(104,153,170)
#5B8796
(91,135,150)
#4E7582
(78,117,130)
#41636E
(65,99,110)
#34515A
(52,81,90)
#273F46
(39,63,70)
#1A2D32
(26,45,50)
#0D1B1E
(13,27,30)
#000000
(0,0,0)

Tints of #8FCFE6

#8FCFE6
(143,207,230)
#99D3E8
(153,211,232)
#A3D7EA
(163,215,234)
#ADDBEC
(173,219,236)
#B7DFEE
(183,223,238)
#C1E3F0
(193,227,240)
#CBE7F2
(203,231,242)
#D5EBF4
(213,235,244)
#DFEFF6
(223,239,246)
#E9F3F8
(233,243,248)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FCFE6; }

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

This text font color is #8FCFE6.

Background Color

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

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

This div background color is #8FCFE6.

Border color

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

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

This div border color is #8FCFE6.

Opacity

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

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

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

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

This text has shadow with #8FCFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FCFE6.

Preview

Color preview on black background

This text has color #8FCFE6 on black background.


Color preview on white background

This text has color #8FCFE6 on white background.


Black color preview on #8FCFE6 background

This text has black color on #8FCFE6 background.


White color preview on #8FCFE6 background

This text has white color on #8FCFE6 background.


Related colors

Complementary color

Complementary color for #hex is #703019.


I love getcolorcode.com

Triadic colors

1 #E68FCF and #CFE68F with #8FCFE6 are triadic colors.

2 #E6CF8F and #CF8FE6 with #8FCFE6 are triadic colors.