COLOR #8ACDD4

HEX: #8ACDD4
RGB: (138,205,212)

Color info

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

RGB color model

#8ACDD4 color RGB value is (138,205,212).

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

RGB channels and saturation

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

138
205
212

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

Portions of RGB colors in percentages

R + G + B =
138 + 205 + 212 = 555 (100%)
R 138 of 555 ~ 24.86%
G 205 of 555 ~ 36.94%
B 212 of 555 ~ 38.2%

%24.86
%36.94
%38.2

CMYK color model

#8ACDD4 color CMYK value is (35,3,0,17).

  • cyan value is 34.91%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(35,3,0,17)
C35M3Y0K17 
(35%,3%,0%,17%)
(0.35/0.03/0.00/0.17)	

CMYK percentages

%34.91
%3.3
%0
%16.86

Codes

Color #8ACDD4 in popluar color models

8ACDD4
RGB138205212
HSL186°46.25%68.63%
HSB/HSV186°34.91%83.14%
CMYK34.91%3.30%0.00%
16.86%

Color #8ACDD4 in popluar number systems.

HEX8ACDD4
Decimal138205212
Binary100010101100110111010100
Octal212315324

Shades and tints

Shades of #8ACDD4

#8ACDD4
(138,205,212)
#7EBBC1
(126,187,193)
#72A9AE
(114,169,174)
#66979B
(102,151,155)
#5A8588
(90,133,136)
#4E7375
(78,115,117)
#426162
(66,97,98)
#364F4F
(54,79,79)
#2A3D3C
(42,61,60)
#1E2B29
(30,43,41)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #8ACDD4

#8ACDD4
(138,205,212)
#94D1D7
(148,209,215)
#9ED5DA
(158,213,218)
#A8D9DD
(168,217,221)
#B2DDE0
(178,221,224)
#BCE1E3
(188,225,227)
#C6E5E6
(198,229,230)
#D0E9E9
(208,233,233)
#DAEDEC
(218,237,236)
#E4F1EF
(228,241,239)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACDD4; }

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

This text font color is #8ACDD4.


Background Color

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

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

This div background color is #8ACDD4.


Border color

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

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

This div border color is #8ACDD4.


Opacity

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

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

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

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

This text has shadow with #8ACDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACDD4 on black background.


Color preview on white background

This text has color #8ACDD4 on white background.



Black color preview on #8ACDD4 background

This text has black color on #8ACDD4 background.


White color preview on #8ACDD4 background

This text has white color on #8ACDD4 background.