COLOR #8AC7BD

HEX: #8AC7BD
RGB: (138,199,189)

Color info

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

RGB color model

#8AC7BD color RGB value is (138,199,189).

  • red value is 138;
  • green value is 199;
  • blue value is 189.
RGB:
(138,199,189)
(54%,78%,74%)

RGB channels and saturation

R 138 of 255 = 54%
G 199 of 255 = 78%
B 189 of 255 = 74%

138
199
189

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

Portions of RGB colors in percentages

R + G + B =
138 + 199 + 189 = 526 (100%)
R 138 of 526 ~ 26.24%
G 199 of 526 ~ 37.83%
B 189 of 526 ~ 35.93%

%26.24
%37.83
%35.93

CMYK color model

#8AC7BD color CMYK value is (31,0,5,22).

  • cyan value is 30.65%
  • magenta value is 0.00%
  • yellow value is 5.03%
  • key color value is 21.96%
CMYK:
(31,0,5,22)
C31M0Y5K22 
(31%,0%,5%,22%)
(0.31/0.00/0.05/0.22)	

CMYK percentages

%30.65
%0
%5.03
%21.96

Codes

Color #8AC7BD in popluar color models

8AC7BD
RGB138199189
HSL170°35.26%66.08%
HSB/HSV170°30.65%78.04%
CMYK30.65%0.00%5.03%
21.96%

Color #8AC7BD in popluar number systems.

HEX8AC7BD
Decimal138199189
Binary100010101100011110111101
Octal212307275

Shades and tints

Shades of #8AC7BD

#8AC7BD
(138,199,189)
#7EB5AC
(126,181,172)
#72A39B
(114,163,155)
#66918A
(102,145,138)
#5A7F79
(90,127,121)
#4E6D68
(78,109,104)
#425B57
(66,91,87)
#364946
(54,73,70)
#2A3735
(42,55,53)
#1E2524
(30,37,36)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #8AC7BD

#8AC7BD
(138,199,189)
#94CCC3
(148,204,195)
#9ED1C9
(158,209,201)
#A8D6CF
(168,214,207)
#B2DBD5
(178,219,213)
#BCE0DB
(188,224,219)
#C6E5E1
(198,229,225)
#D0EAE7
(208,234,231)
#DAEFED
(218,239,237)
#E4F4F3
(228,244,243)
#EEF9F9
(238,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC7BD color. Also use rgb(138,199,189) instead hex code.

Text Font Color

.myTextColor { color: #8AC7BD; }

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

This text font color is #8AC7BD.


Background Color

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

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

This div background color is #8AC7BD.


Border color

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

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

This div border color is #8AC7BD.


Opacity

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

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

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

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

This text has shadow with #8AC7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC7BD on black background.


Color preview on white background

This text has color #8AC7BD on white background.



Black color preview on #8AC7BD background

This text has black color on #8AC7BD background.


White color preview on #8AC7BD background

This text has white color on #8AC7BD background.