COLOR #8FBDAD

HEX: #8FBDAD
RGB: (143,189,173)

Color info

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

RGB color model

#8FBDAD color RGB value is (143,189,173).

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

RGB channels and saturation

R 143 of 255 = 56%
G 189 of 255 = 74%
B 173 of 255 = 68%

143
189
173

R + G + B ~ 66%. #8FBDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 189 + 173 = 505 (100%)
R 143 of 505 ~ 28.32%
G 189 of 505 ~ 37.43%
B 173 of 505 ~ 34.26%

%28.32
%37.43
%34.26

CMYK color model

#8FBDAD color CMYK value is (24,0,8,26).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 25.88%
CMYK:
(24,0,8,26)
C24M0Y8K26 
(24%,0%,8%,26%)
(0.24/0.00/0.08/0.26)	

CMYK percentages

%24.34
%0
%8.47
%25.88

Codes

Color #8FBDAD in popluar color models

8FBDAD
RGB143189173
HSL159°25.84%65.10%
HSB/HSV159°24.34%74.12%
CMYK24.34%0.00%8.47%
25.88%

Color #8FBDAD in popluar number systems.

HEX8FBDAD
Decimal143189173
Binary100011111011110110101101
Octal217275255

Shades and tints

Shades of #8FBDAD

#8FBDAD
(143,189,173)
#82AC9E
(130,172,158)
#759B8F
(117,155,143)
#688A80
(104,138,128)
#5B7971
(91,121,113)
#4E6862
(78,104,98)
#415753
(65,87,83)
#344644
(52,70,68)
#273535
(39,53,53)
#1A2426
(26,36,38)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #8FBDAD

#8FBDAD
(143,189,173)
#99C3B4
(153,195,180)
#A3C9BB
(163,201,187)
#ADCFC2
(173,207,194)
#B7D5C9
(183,213,201)
#C1DBD0
(193,219,208)
#CBE1D7
(203,225,215)
#D5E7DE
(213,231,222)
#DFEDE5
(223,237,229)
#E9F3EC
(233,243,236)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FBDAD; }

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

This text font color is #8FBDAD.


Background Color

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

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

This div background color is #8FBDAD.


Border color

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

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

This div border color is #8FBDAD.


Opacity

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

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

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

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

This text has shadow with #8FBDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBDAD on black background.


Color preview on white background

This text has color #8FBDAD on white background.



Black color preview on #8FBDAD background

This text has black color on #8FBDAD background.


White color preview on #8FBDAD background

This text has white color on #8FBDAD background.