COLOR #8FBDC5

HEX: #8FBDC5
RGB: (143,189,197)

Color info

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

RGB color model

#8FBDC5 color RGB value is (143,189,197).

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

RGB channels and saturation

R 143 of 255 = 56%
G 189 of 255 = 74%
B 197 of 255 = 77%

143
189
197

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

Portions of RGB colors in percentages

R + G + B =
143 + 189 + 197 = 529 (100%)
R 143 of 529 ~ 27.03%
G 189 of 529 ~ 35.73%
B 197 of 529 ~ 37.24%

%27.03
%35.73
%37.24

CMYK color model

#8FBDC5 color CMYK value is (27,4,0,23).

  • cyan value is 27.41%
  • magenta value is 4.06%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(27,4,0,23)
C27M4Y0K23 
(27%,4%,0%,23%)
(0.27/0.04/0.00/0.23)	

CMYK percentages

%27.41
%4.06
%0
%22.75

Codes

Color #8FBDC5 in popluar color models

8FBDC5
RGB143189197
HSL189°31.76%66.67%
HSB/HSV189°27.41%77.25%
CMYK27.41%4.06%0.00%
22.75%

Color #8FBDC5 in popluar number systems.

HEX8FBDC5
Decimal143189197
Binary100011111011110111000101
Octal217275305

Shades and tints

Shades of #8FBDC5

#8FBDC5
(143,189,197)
#82ACB4
(130,172,180)
#759BA3
(117,155,163)
#688A92
(104,138,146)
#5B7981
(91,121,129)
#4E6870
(78,104,112)
#41575F
(65,87,95)
#34464E
(52,70,78)
#27353D
(39,53,61)
#1A242C
(26,36,44)
#0D131B
(13,19,27)
#000000
(0,0,0)

Tints of #8FBDC5

#8FBDC5
(143,189,197)
#99C3CA
(153,195,202)
#A3C9CF
(163,201,207)
#ADCFD4
(173,207,212)
#B7D5D9
(183,213,217)
#C1DBDE
(193,219,222)
#CBE1E3
(203,225,227)
#D5E7E8
(213,231,232)
#DFEDED
(223,237,237)
#E9F3F2
(233,243,242)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FBDC5; }

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

This text font color is #8FBDC5.


Background Color

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

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

This div background color is #8FBDC5.


Border color

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

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

This div border color is #8FBDC5.


Opacity

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

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

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

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

This text has shadow with #8FBDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBDC5 on black background.


Color preview on white background

This text has color #8FBDC5 on white background.



Black color preview on #8FBDC5 background

This text has black color on #8FBDC5 background.


White color preview on #8FBDC5 background

This text has white color on #8FBDC5 background.