COLOR #8C99BF

HEX: #8C99BF RGB: (140,153,191)

Color info

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

RGB color model

#8C99BF color RGB value is (140,153,191).

RGB: (140,153,191) (55%, 60%, 75%)

RGB channels and saturation

R 140 of 255 = 55%
G 153 of 255 = 60%
B 191 of 255 = 75%

140
153
191

R + G + B ~ 63%. #8C99BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 153 + 191 = 484 (100%)
R 140 of 484 ~ 28.93%
G 153 of 484 ~ 31.61%
B 191 of 484 ~ 39.46'%

%28.93
%31.61
%39.46

CMYK color model

#8C99BF color CMYK value is (27,20,0,25).

  • cyan value is 26.70%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (27,20,0,25)
C27M20Y0K25 (27%, 20%, 0%, 25%)
(0.27 / 0.20 / 0.00 / 0.25)

CMYK percentages

%26.7
%19.9
%0
%25.1

Codes

Color #8C99BF in popluar color models

8C 99 BF
RGB 140 153 191
HSL 225° 28.49% 64.90%
HSB/HSV 225° 26.70% 74.90%
CMYK 26.70% 19.90% 0.00%
25.10%

Color #8C99BF in popluar number systems.

HEX 8C 99 BF
Decimal 140 153 191
Binary 10001100 10011001 10111111
Octal 214 231 277

Shades and tints

Shades of #8C99BF

#8C99BF
(140,153,191)
#808CAE
(128,140,174)
#747F9D
(116,127,157)
#68728C
(104,114,140)
#5C657B
(92,101,123)
#50586A
(80,88,106)
#444B59
(68,75,89)
#383E48
(56,62,72)
#2C3137
(44,49,55)
#202426
(32,36,38)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #8C99BF

#8C99BF
(140,153,191)
#96A2C4
(150,162,196)
#A0ABC9
(160,171,201)
#AAB4CE
(170,180,206)
#B4BDD3
(180,189,211)
#BEC6D8
(190,198,216)
#C8CFDD
(200,207,221)
#D2D8E2
(210,216,226)
#DCE1E7
(220,225,231)
#E6EAEC
(230,234,236)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C99BF color. Also use rgb(140,153,191) instead hex code.

Text Font Color

.myTextColor { color: #8C99BF; }

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

This text font color is #8C99BF.

Background Color

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

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

This div background color is #8C99BF.

Border color

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

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

This div border color is #8C99BF.

Opacity

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

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

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

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

This text has shadow with #8C99BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C99BF.

Preview

Color preview on black background

This text has color #8C99BF on black background.


Color preview on white background

This text has color #8C99BF on white background.


Black color preview on #8C99BF background

This text has black color on #8C99BF background.


White color preview on #8C99BF background

This text has white color on #8C99BF background.


Related colors

Complementary color

Complementary color for #hex is #736640.


I love getcolorcode.com

Triadic colors

1 #BF8C99 and #99BF8C with #8C99BF are triadic colors.

2 #BF998C and #998CBF with #8C99BF are triadic colors.