COLOR #8FB1C3

HEX: #8FB1C3 RGB: (143,177,195)

Color info

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

RGB color model

#8FB1C3 color RGB value is (143,177,195).

RGB: (143,177,195) (56%, 69%, 76%)

RGB channels and saturation

R 143 of 255 = 56%
G 177 of 255 = 69%
B 195 of 255 = 76%

143
177
195

R + G + B ~ 67%. #8FB1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 177 + 195 = 515 (100%)
R 143 of 515 ~ 27.77%
G 177 of 515 ~ 34.37%
B 195 of 515 ~ 37.86'%

%27.77
%34.37
%37.86

CMYK color model

#8FB1C3 color CMYK value is (27,9,0,24).

  • cyan value is 26.67%
  • magenta value is 9.23%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (27,9,0,24)
C27M9Y0K24 (27%, 9%, 0%, 24%)
(0.27 / 0.09 / 0.00 / 0.24)

CMYK percentages

%26.67
%9.23
%0
%23.53

Codes

Color #8FB1C3 in popluar color models

8F B1 C3
RGB 143 177 195
HSL 201° 30.23% 66.27%
HSB/HSV 201° 26.67% 76.47%
CMYK 26.67% 9.23% 0.00%
23.53%

Color #8FB1C3 in popluar number systems.

HEX 8F B1 C3
Decimal 143 177 195
Binary 10001111 10110001 11000011
Octal 217 261 303

Shades and tints

Shades of #8FB1C3

#8FB1C3
(143,177,195)
#82A1B2
(130,161,178)
#7591A1
(117,145,161)
#688190
(104,129,144)
#5B717F
(91,113,127)
#4E616E
(78,97,110)
#41515D
(65,81,93)
#34414C
(52,65,76)
#27313B
(39,49,59)
#1A212A
(26,33,42)
#0D1119
(13,17,25)
#000000
(0,0,0)

Tints of #8FB1C3

#8FB1C3
(143,177,195)
#99B8C8
(153,184,200)
#A3BFCD
(163,191,205)
#ADC6D2
(173,198,210)
#B7CDD7
(183,205,215)
#C1D4DC
(193,212,220)
#CBDBE1
(203,219,225)
#D5E2E6
(213,226,230)
#DFE9EB
(223,233,235)
#E9F0F0
(233,240,240)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB1C3 color. Also use rgb(143,177,195) instead hex code.

Text Font Color

.myTextColor { color: #8FB1C3; }

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

This text font color is #8FB1C3.

Background Color

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

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

This div background color is #8FB1C3.

Border color

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

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

This div border color is #8FB1C3.

Opacity

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

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

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

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

This text has shadow with #8FB1C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB1C3.

Preview

Color preview on black background

This text has color #8FB1C3 on black background.


Color preview on white background

This text has color #8FB1C3 on white background.


Black color preview on #8FB1C3 background

This text has black color on #8FB1C3 background.


White color preview on #8FB1C3 background

This text has white color on #8FB1C3 background.


Related colors

Complementary color

Complementary color for #hex is #704E3C.


I love getcolorcode.com

Triadic colors

1 #C38FB1 and #B1C38F with #8FB1C3 are triadic colors.

2 #C3B18F and #B18FC3 with #8FB1C3 are triadic colors.