COLOR #8ACBC2

HEX: #8ACBC2
RGB: (138,203,194)

Color info

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

RGB color model

#8ACBC2 color RGB value is (138,203,194).

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

RGB channels and saturation

R 138 of 255 = 54%
G 203 of 255 = 80%
B 194 of 255 = 76%

138
203
194

R + G + B ~ 70%. #8ACBC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 203 + 194 = 535 (100%)
R 138 of 535 ~ 25.79%
G 203 of 535 ~ 37.94%
B 194 of 535 ~ 36.26%

%25.79
%37.94
%36.26

CMYK color model

#8ACBC2 color CMYK value is (32,0,4,20).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 4.43%
  • key color value is 20.39%
CMYK:
(32,0,4,20)
C32M0Y4K20 
(32%,0%,4%,20%)
(0.32/0.00/0.04/0.20)	

CMYK percentages

%32.02
%0
%4.43
%20.39

Codes

Color #8ACBC2 in popluar color models

8ACBC2
RGB138203194
HSL172°38.46%66.86%
HSB/HSV172°32.02%79.61%
CMYK32.02%0.00%4.43%
20.39%

Color #8ACBC2 in popluar number systems.

HEX8ACBC2
Decimal138203194
Binary100010101100101111000010
Octal212313302

Shades and tints

Shades of #8ACBC2

#8ACBC2
(138,203,194)
#7EB9B1
(126,185,177)
#72A7A0
(114,167,160)
#66958F
(102,149,143)
#5A837E
(90,131,126)
#4E716D
(78,113,109)
#425F5C
(66,95,92)
#364D4B
(54,77,75)
#2A3B3A
(42,59,58)
#1E2929
(30,41,41)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #8ACBC2

#8ACBC2
(138,203,194)
#94CFC7
(148,207,199)
#9ED3CC
(158,211,204)
#A8D7D1
(168,215,209)
#B2DBD6
(178,219,214)
#BCDFDB
(188,223,219)
#C6E3E0
(198,227,224)
#D0E7E5
(208,231,229)
#DAEBEA
(218,235,234)
#E4EFEF
(228,239,239)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACBC2; }

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

This text font color is #8ACBC2.


Background Color

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

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

This div background color is #8ACBC2.


Border color

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

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

This div border color is #8ACBC2.


Opacity

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

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

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

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

This text has shadow with #8ACBC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACBC2 on black background.


Color preview on white background

This text has color #8ACBC2 on white background.



Black color preview on #8ACBC2 background

This text has black color on #8ACBC2 background.


White color preview on #8ACBC2 background

This text has white color on #8ACBC2 background.