COLOR #8ACBCE

HEX: #8ACBCE
RGB: (138,203,206)

Color info

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

RGB color model

#8ACBCE color RGB value is (138,203,206).

  • red value is 138;
  • green value is 203;
  • blue value is 206.
RGB:
(138,203,206)
(54%,80%,81%)

RGB channels and saturation

R 138 of 255 = 54%
G 203 of 255 = 80%
B 206 of 255 = 81%

138
203
206

R + G + B ~ 72%. #8ACBCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 203 + 206 = 547 (100%)
R 138 of 547 ~ 25.23%
G 203 of 547 ~ 37.11%
B 206 of 547 ~ 37.66%

%25.23
%37.11
%37.66

CMYK color model

#8ACBCE color CMYK value is (33,1,0,19).

  • cyan value is 33.01%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(33,1,0,19)
C33M1Y0K19 
(33%,1%,0%,19%)
(0.33/0.01/0.00/0.19)	

CMYK percentages

%33.01
%1.46
%0
%19.22

Codes

Color #8ACBCE in popluar color models

8ACBCE
RGB138203206
HSL183°40.96%67.45%
HSB/HSV183°33.01%80.78%
CMYK33.01%1.46%0.00%
19.22%

Color #8ACBCE in popluar number systems.

HEX8ACBCE
Decimal138203206
Binary100010101100101111001110
Octal212313316

Shades and tints

Shades of #8ACBCE

#8ACBCE
(138,203,206)
#7EB9BC
(126,185,188)
#72A7AA
(114,167,170)
#669598
(102,149,152)
#5A8386
(90,131,134)
#4E7174
(78,113,116)
#425F62
(66,95,98)
#364D50
(54,77,80)
#2A3B3E
(42,59,62)
#1E292C
(30,41,44)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #8ACBCE

#8ACBCE
(138,203,206)
#94CFD2
(148,207,210)
#9ED3D6
(158,211,214)
#A8D7DA
(168,215,218)
#B2DBDE
(178,219,222)
#BCDFE2
(188,223,226)
#C6E3E6
(198,227,230)
#D0E7EA
(208,231,234)
#DAEBEE
(218,235,238)
#E4EFF2
(228,239,242)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACBCE color. Also use rgb(138,203,206) instead hex code.

Text Font Color

.myTextColor { color: #8ACBCE; }

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

This text font color is #8ACBCE.


Background Color

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

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

This div background color is #8ACBCE.


Border color

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

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

This div border color is #8ACBCE.


Opacity

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

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

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

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

This text has shadow with #8ACBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACBCE on black background.


Color preview on white background

This text has color #8ACBCE on white background.



Black color preview on #8ACBCE background

This text has black color on #8ACBCE background.


White color preview on #8ACBCE background

This text has white color on #8ACBCE background.