COLOR #8FCDE9

HEX: #8FCDE9
RGB: (143,205,233)

Color info

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

RGB color model

#8FCDE9 color RGB value is (143,205,233).

  • red value is 143;
  • green value is 205;
  • blue value is 233.
RGB: (143,205,233) (56%,80%,91%)

RGB channels and saturation

R 143 of 255 = 56%
G 205 of 255 = 80%
B 233 of 255 = 91%

143
205
233

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

Portions of RGB colors in percentages

R + G + B =
143 + 205 + 233 = 581 (100%)
R 143 of 581 ~ 24.61%
G 205 of 581 ~ 35.28%
B 233 of 581 ~ 40.1%

%24.61
%35.28
%40.1

CMYK color model

#8FCDE9 color CMYK value is (39,12,0,9).

  • cyan value is 38.63%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (39,12,0,9) C39M12Y0K9 (39%,12%,0%,9%) (0.39/0.12/0.00/0.09)

CMYK percentages

%38.63
%12.02
%0
%8.63

Codes

Color #8FCDE9 in popluar color models

8FCDE9
RGB143205233
HSL199°67.16%73.73%
HSB/HSV199°38.63%91.37%
CMYK38.63%12.02%0.00%
8.63%

Color #8FCDE9 in popluar number systems.

HEX8FCDE9
Decimal143205233
Binary100011111100110111101001
Octal217315351

Shades and tints

Shades of #8FCDE9

#8FCDE9
(143,205,233)
#82BBD4
(130,187,212)
#75A9BF
(117,169,191)
#6897AA
(104,151,170)
#5B8595
(91,133,149)
#4E7380
(78,115,128)
#41616B
(65,97,107)
#344F56
(52,79,86)
#273D41
(39,61,65)
#1A2B2C
(26,43,44)
#0D1917
(13,25,23)
#000000
(0,0,0)

Tints of #8FCDE9

#8FCDE9
(143,205,233)
#99D1EB
(153,209,235)
#A3D5ED
(163,213,237)
#ADD9EF
(173,217,239)
#B7DDF1
(183,221,241)
#C1E1F3
(193,225,243)
#CBE5F5
(203,229,245)
#D5E9F7
(213,233,247)
#DFEDF9
(223,237,249)
#E9F1FB
(233,241,251)
#F3F5FD
(243,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FCDE9 color. Also use rgb(143,205,233) instead hex code.

Text Font Color

.myTextColor { color: #8FCDE9; }

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

This text font color is #8FCDE9.


Background Color

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

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

This div background color is #8FCDE9.


Border color

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

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

This div border color is #8FCDE9.


Opacity

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

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

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

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

This text has shadow with #8FCDE9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8FCDE9 on black background.


Color preview on white background

This text has color #8FCDE9 on white background.



Black color preview on #8FCDE9 background

This text has black color on #8FCDE9 background.


White color preview on #8FCDE9 background

This text has white color on #8FCDE9 background.