COLOR #8FAABE

HEX: #8FAABE RGB: (143,170,190)

Color info

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

RGB color model

#8FAABE color RGB value is (143,170,190).

RGB: (143,170,190) (56%, 67%, 75%)

RGB channels and saturation

R 143 of 255 = 56%
G 170 of 255 = 67%
B 190 of 255 = 75%

143
170
190

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

Portions of RGB colors in percentages

R + G + B = 143 + 170 + 190 = 503 (100%)
R 143 of 503 ~ 28.43%
G 170 of 503 ~ 33.8%
B 190 of 503 ~ 37.77'%

%28.43
%33.8
%37.77

CMYK color model

#8FAABE color CMYK value is (25,11,0,25).

  • cyan value is 24.74%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (25,11,0,25)
C25M11Y0K25 (25%, 11%, 0%, 25%)
(0.25 / 0.11 / 0.00 / 0.25)

CMYK percentages

%24.74
%10.53
%0
%25.49

Codes

Color #8FAABE in popluar color models

8F AA BE
RGB 143 170 190
HSL 206° 26.55% 65.29%
HSB/HSV 206° 24.74% 74.51%
CMYK 24.74% 10.53% 0.00%
25.49%

Color #8FAABE in popluar number systems.

HEX 8F AA BE
Decimal 143 170 190
Binary 10001111 10101010 10111110
Octal 217 252 276

Shades and tints

Shades of #8FAABE

#8FAABE
(143,170,190)
#829BAD
(130,155,173)
#758C9C
(117,140,156)
#687D8B
(104,125,139)
#5B6E7A
(91,110,122)
#4E5F69
(78,95,105)
#415058
(65,80,88)
#344147
(52,65,71)
#273236
(39,50,54)
#1A2325
(26,35,37)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #8FAABE

#8FAABE
(143,170,190)
#99B1C3
(153,177,195)
#A3B8C8
(163,184,200)
#ADBFCD
(173,191,205)
#B7C6D2
(183,198,210)
#C1CDD7
(193,205,215)
#CBD4DC
(203,212,220)
#D5DBE1
(213,219,225)
#DFE2E6
(223,226,230)
#E9E9EB
(233,233,235)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAABE color. Also use rgb(143,170,190) instead hex code.

Text Font Color

.myTextColor { color: #8FAABE; }

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

This text font color is #8FAABE.

Background Color

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

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

This div background color is #8FAABE.

Border color

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

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

This div border color is #8FAABE.

Opacity

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

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

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

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

This text has shadow with #8FAABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAABE.

Preview

Color preview on black background

This text has color #8FAABE on black background.


Color preview on white background

This text has color #8FAABE on white background.


Black color preview on #8FAABE background

This text has black color on #8FAABE background.


White color preview on #8FAABE background

This text has white color on #8FAABE background.


Related colors

Complementary color

Complementary color for #hex is #705541.


I love getcolorcode.com

Triadic colors

1 #BE8FAA and #AABE8F with #8FAABE are triadic colors.

2 #BEAA8F and #AA8FBE with #8FAABE are triadic colors.