COLOR #8AB8C5

HEX: #8AB8C5 RGB: (138,184,197)

Color info

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

RGB color model

#8AB8C5 color RGB value is (138,184,197).

RGB: (138,184,197) (54%, 72%, 77%)

RGB channels and saturation

R 138 of 255 = 54%
G 184 of 255 = 72%
B 197 of 255 = 77%

138
184
197

R + G + B ~ 68%. #8AB8C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 184 + 197 = 519 (100%)
R 138 of 519 ~ 26.59%
G 184 of 519 ~ 35.45%
B 197 of 519 ~ 37.96'%

%26.59
%35.45
%37.96

CMYK color model

#8AB8C5 color CMYK value is (30,7,0,23).

  • cyan value is 29.95%
  • magenta value is 6.60%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (30,7,0,23)
C30M7Y0K23 (30%, 7%, 0%, 23%)
(0.30 / 0.07 / 0.00 / 0.23)

CMYK percentages

%29.95
%6.6
%0
%22.75

Codes

Color #8AB8C5 in popluar color models

8A B8 C5
RGB 138 184 197
HSL 193° 33.71% 65.69%
HSB/HSV 193° 29.95% 77.25%
CMYK 29.95% 6.60% 0.00%
22.75%

Color #8AB8C5 in popluar number systems.

HEX 8A B8 C5
Decimal 138 184 197
Binary 10001010 10111000 11000101
Octal 212 270 305

Shades and tints

Shades of #8AB8C5

#8AB8C5
(138,184,197)
#7EA8B4
(126,168,180)
#7298A3
(114,152,163)
#668892
(102,136,146)
#5A7881
(90,120,129)
#4E6870
(78,104,112)
#42585F
(66,88,95)
#36484E
(54,72,78)
#2A383D
(42,56,61)
#1E282C
(30,40,44)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #8AB8C5

#8AB8C5
(138,184,197)
#94BECA
(148,190,202)
#9EC4CF
(158,196,207)
#A8CAD4
(168,202,212)
#B2D0D9
(178,208,217)
#BCD6DE
(188,214,222)
#C6DCE3
(198,220,227)
#D0E2E8
(208,226,232)
#DAE8ED
(218,232,237)
#E4EEF2
(228,238,242)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB8C5 color. Also use rgb(138,184,197) instead hex code.

Text Font Color

.myTextColor { color: #8AB8C5; }

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

This text font color is #8AB8C5.

Background Color

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

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

This div background color is #8AB8C5.

Border color

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

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

This div border color is #8AB8C5.

Opacity

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

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

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

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

This text has shadow with #8AB8C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB8C5.

Preview

Color preview on black background

This text has color #8AB8C5 on black background.


Color preview on white background

This text has color #8AB8C5 on white background.


Black color preview on #8AB8C5 background

This text has black color on #8AB8C5 background.


White color preview on #8AB8C5 background

This text has white color on #8AB8C5 background.


Related colors

Complementary color

Complementary color for #hex is #75473A.


I love getcolorcode.com

Triadic colors

1 #C58AB8 and #B8C58A with #8AB8C5 are triadic colors.

2 #C5B88A and #B88AC5 with #8AB8C5 are triadic colors.