COLOR #8FBEBC

HEX: #8FBEBC RGB: (143,190,188)

Color info

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

RGB color model

#8FBEBC color RGB value is (143,190,188).

RGB: (143,190,188) (56%, 75%, 74%)

RGB channels and saturation

R 143 of 255 = 56%
G 190 of 255 = 75%
B 188 of 255 = 74%

143
190
188

R + G + B ~ 68%. #8FBEBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 190 + 188 = 521 (100%)
R 143 of 521 ~ 27.45%
G 190 of 521 ~ 36.47%
B 188 of 521 ~ 36.08'%

%27.45
%36.47
%36.08

CMYK color model

#8FBEBC color CMYK value is (25,0,1,25).

  • cyan value is 24.74%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.49%

CMYK: (25,0,1,25)
C25M0Y1K25 (25%, 0%, 1%, 25%)
(0.25 / 0.00 / 0.01 / 0.25)

CMYK percentages

%24.74
%0
%1.05
%25.49

Codes

Color #8FBEBC in popluar color models

8F BE BC
RGB 143 190 188
HSL 177° 26.55% 65.29%
HSB/HSV 177° 24.74% 74.51%
CMYK 24.74% 0.00% 1.05%
25.49%

Color #8FBEBC in popluar number systems.

HEX 8F BE BC
Decimal 143 190 188
Binary 10001111 10111110 10111100
Octal 217 276 274

Shades and tints

Shades of #8FBEBC

#8FBEBC
(143,190,188)
#82ADAB
(130,173,171)
#759C9A
(117,156,154)
#688B89
(104,139,137)
#5B7A78
(91,122,120)
#4E6967
(78,105,103)
#415856
(65,88,86)
#344745
(52,71,69)
#273634
(39,54,52)
#1A2523
(26,37,35)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #8FBEBC

#8FBEBC
(143,190,188)
#99C3C2
(153,195,194)
#A3C8C8
(163,200,200)
#ADCDCE
(173,205,206)
#B7D2D4
(183,210,212)
#C1D7DA
(193,215,218)
#CBDCE0
(203,220,224)
#D5E1E6
(213,225,230)
#DFE6EC
(223,230,236)
#E9EBF2
(233,235,242)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FBEBC; }

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

This text font color is #8FBEBC.

Background Color

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

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

This div background color is #8FBEBC.

Border color

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

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

This div border color is #8FBEBC.

Opacity

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

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

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

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

This text has shadow with #8FBEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FBEBC.

Preview

Color preview on black background

This text has color #8FBEBC on black background.


Color preview on white background

This text has color #8FBEBC on white background.


Black color preview on #8FBEBC background

This text has black color on #8FBEBC background.


White color preview on #8FBEBC background

This text has white color on #8FBEBC background.


Related colors

Complementary color

Complementary color for #hex is #704143.


I love getcolorcode.com

Triadic colors

1 #BC8FBE and #BEBC8F with #8FBEBC are triadic colors.

2 #BCBE8F and #BE8FBC with #8FBEBC are triadic colors.