COLOR #8ABEB2

HEX: #8ABEB2 RGB: (138,190,178)

Color info

#8ABEB2 contains red, green and blue colors in about the same proportion. Web safe color of #8ABEB2 is #99CC99 (or #9C9).

RGB color model

#8ABEB2 color RGB value is (138,190,178).

RGB: (138,190,178) (54%, 75%, 70%)

RGB channels and saturation

R 138 of 255 = 54%
G 190 of 255 = 75%
B 178 of 255 = 70%

138
190
178

R + G + B ~ 66%. #8ABEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 190 + 178 = 506 (100%)
R 138 of 506 ~ 27.27%
G 190 of 506 ~ 37.55%
B 178 of 506 ~ 35.18'%

%27.27
%37.55
%35.18

CMYK color model

#8ABEB2 color CMYK value is (27,0,6,25).

  • cyan value is 27.37%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK: (27,0,6,25) C27M0Y6K25 (27%,0%,6%,25%) (0.27/0.00/0.06/0.25) 

CMYK percentages

%27.37
%0
%6.32
%25.49

Codes

Color #8ABEB2 in popluar color models

8A BE B2
RGB 138 190 178
HSL 166° 28.57% 64.31%
HSB/HSV 166° 27.37% 74.51%
CMYK 27.37% 0.00% 6.32%
25.49%

Color #8ABEB2 in popluar number systems.

HEX 8A BE B2
Decimal 138 190 178
Binary 10001010 10111110 10110010
Octal 212 276 262

Shades and tints

Shades of #8ABEB2

#8ABEB2
(138,190,178)
#7EADA2
(126,173,162)
#729C92
(114,156,146)
#668B82
(102,139,130)
#5A7A72
(90,122,114)
#4E6962
(78,105,98)
#425852
(66,88,82)
#364742
(54,71,66)
#2A3632
(42,54,50)
#1E2522
(30,37,34)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #8ABEB2

#8ABEB2
(138,190,178)
#94C3B9
(148,195,185)
#9EC8C0
(158,200,192)
#A8CDC7
(168,205,199)
#B2D2CE
(178,210,206)
#BCD7D5
(188,215,213)
#C6DCDC
(198,220,220)
#D0E1E3
(208,225,227)
#DAE6EA
(218,230,234)
#E4EBF1
(228,235,241)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABEB2 color. Also use rgb(138,190,178) instead hex code.

Text Font Color

.myTextColor { color: #8ABEB2; }

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

This text font color is #8ABEB2.

Background Color

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

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

This div background color is #8ABEB2.

Border color

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

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

This div border color is #8ABEB2.

Opacity

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

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

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

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

This text has shadow with #8ABEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABEB2.

Preview

Color preview on black background

This text has color #8ABEB2 on black background.


Color preview on white background

This text has color #8ABEB2 on white background.


Black color preview on #8ABEB2 background

This text has black color on #8ABEB2 background.


White color preview on #8ABEB2 background

This text has white color on #8ABEB2 background.


Related colors

Complementary color

Complementary color for #hex is #75414D.


I love getcolorcode.com

Triadic colors

1 #B28ABE and #BEB28A with #8ABEB2 are triadic colors.

2 #B2BE8A and #BE8AB2 with #8ABEB2 are triadic colors.