COLOR #8ACEBB

HEX: #8ACEBB RGB: (138,206,187)

Color info

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

RGB color model

#8ACEBB color RGB value is (138,206,187).

RGB: (138,206,187) (54%, 81%, 73%)

RGB channels and saturation

R 138 of 255 = 54%
G 206 of 255 = 81%
B 187 of 255 = 73%

138
206
187

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

Portions of RGB colors in percentages

R + G + B = 138 + 206 + 187 = 531 (100%)
R 138 of 531 ~ 25.99%
G 206 of 531 ~ 38.79%
B 187 of 531 ~ 35.22'%

%25.99
%38.79
%35.22

CMYK color model

#8ACEBB color CMYK value is (33,0,9,19).

  • cyan value is 33.01%
  • magenta value is 0.00%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK: (33,0,9,19) C33M0Y9K19 (33%,0%,9%,19%) (0.33/0.00/0.09/0.19) 

CMYK percentages

%33.01
%0
%9.22
%19.22

Codes

Color #8ACEBB in popluar color models

8A CE BB
RGB 138 206 187
HSL 163° 40.96% 67.45%
HSB/HSV 163° 33.01% 80.78%
CMYK 33.01% 0.00% 9.22%
19.22%

Color #8ACEBB in popluar number systems.

HEX 8A CE BB
Decimal 138 206 187
Binary 10001010 11001110 10111011
Octal 212 316 273

Shades and tints

Shades of #8ACEBB

#8ACEBB
(138,206,187)
#7EBCAA
(126,188,170)
#72AA99
(114,170,153)
#669888
(102,152,136)
#5A8677
(90,134,119)
#4E7466
(78,116,102)
#426255
(66,98,85)
#365044
(54,80,68)
#2A3E33
(42,62,51)
#1E2C22
(30,44,34)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #8ACEBB

#8ACEBB
(138,206,187)
#94D2C1
(148,210,193)
#9ED6C7
(158,214,199)
#A8DACD
(168,218,205)
#B2DED3
(178,222,211)
#BCE2D9
(188,226,217)
#C6E6DF
(198,230,223)
#D0EAE5
(208,234,229)
#DAEEEB
(218,238,235)
#E4F2F1
(228,242,241)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACEBB; }

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

This text font color is #8ACEBB.

Background Color

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

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

This div background color is #8ACEBB.

Border color

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

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

This div border color is #8ACEBB.

Opacity

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

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

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

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

This text has shadow with #8ACEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACEBB.

Preview

Color preview on black background

This text has color #8ACEBB on black background.


Color preview on white background

This text has color #8ACEBB on white background.


Black color preview on #8ACEBB background

This text has black color on #8ACEBB background.


White color preview on #8ACEBB background

This text has white color on #8ACEBB background.


Related colors

Complementary color

Complementary color for #hex is #753144.


I love getcolorcode.com

Triadic colors

1 #BB8ACE and #CEBB8A with #8ACEBB are triadic colors.

2 #BBCE8A and #CE8ABB with #8ACEBB are triadic colors.