COLOR #8ACBD4

HEX: #8ACBD4
RGB: (138,203,212)

Color info

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

RGB color model

#8ACBD4 color RGB value is (138,203,212).

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

RGB channels and saturation

R 138 of 255 = 54%
G 203 of 255 = 80%
B 212 of 255 = 83%

138
203
212

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

Portions of RGB colors in percentages

R + G + B =
138 + 203 + 212 = 553 (100%)
R 138 of 553 ~ 24.95%
G 203 of 553 ~ 36.71%
B 212 of 553 ~ 38.34%

%24.95
%36.71
%38.34

CMYK color model

#8ACBD4 color CMYK value is (35,4,0,17).

  • cyan value is 34.91%
  • magenta value is 4.25%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(35,4,0,17)
C35M4Y0K17 
(35%,4%,0%,17%)
(0.35/0.04/0.00/0.17)	

CMYK percentages

%34.91
%4.25
%0
%16.86

Codes

Color #8ACBD4 in popluar color models

8ACBD4
RGB138203212
HSL187°46.25%68.63%
HSB/HSV187°34.91%83.14%
CMYK34.91%4.25%0.00%
16.86%

Color #8ACBD4 in popluar number systems.

HEX8ACBD4
Decimal138203212
Binary100010101100101111010100
Octal212313324

Shades and tints

Shades of #8ACBD4

#8ACBD4
(138,203,212)
#7EB9C1
(126,185,193)
#72A7AE
(114,167,174)
#66959B
(102,149,155)
#5A8388
(90,131,136)
#4E7175
(78,113,117)
#425F62
(66,95,98)
#364D4F
(54,77,79)
#2A3B3C
(42,59,60)
#1E2929
(30,41,41)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #8ACBD4

#8ACBD4
(138,203,212)
#94CFD7
(148,207,215)
#9ED3DA
(158,211,218)
#A8D7DD
(168,215,221)
#B2DBE0
(178,219,224)
#BCDFE3
(188,223,227)
#C6E3E6
(198,227,230)
#D0E7E9
(208,231,233)
#DAEBEC
(218,235,236)
#E4EFEF
(228,239,239)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACBD4; }

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

This text font color is #8ACBD4.


Background Color

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

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

This div background color is #8ACBD4.


Border color

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

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

This div border color is #8ACBD4.


Opacity

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

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

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

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

This text has shadow with #8ACBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACBD4 on black background.


Color preview on white background

This text has color #8ACBD4 on white background.



Black color preview on #8ACBD4 background

This text has black color on #8ACBD4 background.


White color preview on #8ACBD4 background

This text has white color on #8ACBD4 background.