COLOR #8FDBF0

HEX: #8FDBF0
RGB: (143,219,240)

Color info

#8FDBF0 contains mainly green and blue colors. Web safe color of #8FDBF0 is #99CCFF (or #9CF).

RGB color model

#8FDBF0 color RGB value is (143,219,240).

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

RGB channels and saturation

R 143 of 255 = 56%
G 219 of 255 = 86%
B 240 of 255 = 94%

143
219
240

R + G + B ~ 79%. #8FDBF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 219 + 240 = 602 (100%)
R 143 of 602 ~ 23.75%
G 219 of 602 ~ 36.38%
B 240 of 602 ~ 39.87%

%23.75
%36.38
%39.87

CMYK color model

#8FDBF0 color CMYK value is (40,9,0,6).

  • cyan value is 40.42%
  • magenta value is 8.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(40,9,0,6)
C40M9Y0K6 
(40%,9%,0%,6%)
(0.40/0.09/0.00/0.06)	

CMYK percentages

%40.42
%8.75
%0
%5.88

Codes

Color #8FDBF0 in popluar color models

8FDBF0
RGB143219240
HSL193°76.38%75.10%
HSB/HSV193°40.42%94.12%
CMYK40.42%8.75%0.00%
5.88%

Color #8FDBF0 in popluar number systems.

HEX8FDBF0
Decimal143219240
Binary100011111101101111110000
Octal217333360

Shades and tints

Shades of #8FDBF0

#8FDBF0
(143,219,240)
#82C8DB
(130,200,219)
#75B5C6
(117,181,198)
#68A2B1
(104,162,177)
#5B8F9C
(91,143,156)
#4E7C87
(78,124,135)
#416972
(65,105,114)
#34565D
(52,86,93)
#274348
(39,67,72)
#1A3033
(26,48,51)
#0D1D1E
(13,29,30)
#000000
(0,0,0)

Tints of #8FDBF0

#8FDBF0
(143,219,240)
#99DEF1
(153,222,241)
#A3E1F2
(163,225,242)
#ADE4F3
(173,228,243)
#B7E7F4
(183,231,244)
#C1EAF5
(193,234,245)
#CBEDF6
(203,237,246)
#D5F0F7
(213,240,247)
#DFF3F8
(223,243,248)
#E9F6F9
(233,246,249)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FDBF0; }

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

This text font color is #8FDBF0.


Background Color

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

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

This div background color is #8FDBF0.


Border color

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

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

This div border color is #8FDBF0.


Opacity

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

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

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

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

This text has shadow with #8FDBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FDBF0 on black background.


Color preview on white background

This text has color #8FDBF0 on white background.



Black color preview on #8FDBF0 background

This text has black color on #8FDBF0 background.


White color preview on #8FDBF0 background

This text has white color on #8FDBF0 background.