COLOR #8FBDC7

HEX: #8FBDC7
RGB: (143,189,199)

Color info

#8FBDC7 contains red, green and blue colors in about the same proportion. Web safe color of #8FBDC7 is #99CCCC (or #9CC).

RGB color model

#8FBDC7 color RGB value is (143,189,199).

  • red value is 143;
  • green value is 189;
  • blue value is 199.
RGB:
(143,189,199)
(56%,74%,78%)

RGB channels and saturation

R 143 of 255 = 56%
G 189 of 255 = 74%
B 199 of 255 = 78%

143
189
199

R + G + B ~ 69%. #8FBDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 189 + 199 = 531 (100%)
R 143 of 531 ~ 26.93%
G 189 of 531 ~ 35.59%
B 199 of 531 ~ 37.48%

%26.93
%35.59
%37.48

CMYK color model

#8FBDC7 color CMYK value is (28,5,0,22).

  • cyan value is 28.14%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(28,5,0,22)
C28M5Y0K22 
(28%,5%,0%,22%)
(0.28/0.05/0.00/0.22)	

CMYK percentages

%28.14
%5.03
%0
%21.96

Codes

Color #8FBDC7 in popluar color models

8FBDC7
RGB143189199
HSL191°33.33%67.06%
HSB/HSV191°28.14%78.04%
CMYK28.14%5.03%0.00%
21.96%

Color #8FBDC7 in popluar number systems.

HEX8FBDC7
Decimal143189199
Binary100011111011110111000111
Octal217275307

Shades and tints

Shades of #8FBDC7

#8FBDC7
(143,189,199)
#82ACB5
(130,172,181)
#759BA3
(117,155,163)
#688A91
(104,138,145)
#5B797F
(91,121,127)
#4E686D
(78,104,109)
#41575B
(65,87,91)
#344649
(52,70,73)
#273537
(39,53,55)
#1A2425
(26,36,37)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #8FBDC7

#8FBDC7
(143,189,199)
#99C3CC
(153,195,204)
#A3C9D1
(163,201,209)
#ADCFD6
(173,207,214)
#B7D5DB
(183,213,219)
#C1DBE0
(193,219,224)
#CBE1E5
(203,225,229)
#D5E7EA
(213,231,234)
#DFEDEF
(223,237,239)
#E9F3F4
(233,243,244)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBDC7 color. Also use rgb(143,189,199) instead hex code.

Text Font Color

.myTextColor { color: #8FBDC7; }

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

This text font color is #8FBDC7.


Background Color

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

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

This div background color is #8FBDC7.


Border color

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

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

This div border color is #8FBDC7.


Opacity

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

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

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

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

This text has shadow with #8FBDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBDC7 on black background.


Color preview on white background

This text has color #8FBDC7 on white background.



Black color preview on #8FBDC7 background

This text has black color on #8FBDC7 background.


White color preview on #8FBDC7 background

This text has white color on #8FBDC7 background.