COLOR #8FBCD2

HEX: #8FBCD2
RGB: (143,188,210)

Color info

#8FBCD2 contains mainly green and blue colors. Web safe color of #8FBCD2 is #99CCCC (or #9CC).

RGB color model

#8FBCD2 color RGB value is (143,188,210).

  • red value is 143;
  • green value is 188;
  • blue value is 210.
RGB:
(143,188,210)
(56%,74%,82%)

RGB channels and saturation

R 143 of 255 = 56%
G 188 of 255 = 74%
B 210 of 255 = 82%

143
188
210

R + G + B ~ 71%. #8FBCD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 188 + 210 = 541 (100%)
R 143 of 541 ~ 26.43%
G 188 of 541 ~ 34.75%
B 210 of 541 ~ 38.82%

%26.43
%34.75
%38.82

CMYK color model

#8FBCD2 color CMYK value is (32,10,0,18).

  • cyan value is 31.90%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(32,10,0,18)
C32M10Y0K18 
(32%,10%,0%,18%)
(0.32/0.10/0.00/0.18)	

CMYK percentages

%31.9
%10.48
%0
%17.65

Codes

Color #8FBCD2 in popluar color models

8FBCD2
RGB143188210
HSL200°42.68%69.22%
HSB/HSV200°31.90%82.35%
CMYK31.90%10.48%0.00%
17.65%

Color #8FBCD2 in popluar number systems.

HEX8FBCD2
Decimal143188210
Binary100011111011110011010010
Octal217274322

Shades and tints

Shades of #8FBCD2

#8FBCD2
(143,188,210)
#82ABBF
(130,171,191)
#759AAC
(117,154,172)
#688999
(104,137,153)
#5B7886
(91,120,134)
#4E6773
(78,103,115)
#415660
(65,86,96)
#34454D
(52,69,77)
#27343A
(39,52,58)
#1A2327
(26,35,39)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #8FBCD2

#8FBCD2
(143,188,210)
#99C2D6
(153,194,214)
#A3C8DA
(163,200,218)
#ADCEDE
(173,206,222)
#B7D4E2
(183,212,226)
#C1DAE6
(193,218,230)
#CBE0EA
(203,224,234)
#D5E6EE
(213,230,238)
#DFECF2
(223,236,242)
#E9F2F6
(233,242,246)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBCD2 color. Also use rgb(143,188,210) instead hex code.

Text Font Color

.myTextColor { color: #8FBCD2; }

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

This text font color is #8FBCD2.


Background Color

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

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

This div background color is #8FBCD2.


Border color

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

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

This div border color is #8FBCD2.


Opacity

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

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

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

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

This text has shadow with #8FBCD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBCD2 on black background.


Color preview on white background

This text has color #8FBCD2 on white background.



Black color preview on #8FBCD2 background

This text has black color on #8FBCD2 background.


White color preview on #8FBCD2 background

This text has white color on #8FBCD2 background.