COLOR #8F99D4

HEX: #8F99D4
RGB: (143,153,212)

Color info

#8F99D4 contains mainly green and blue colors. Web safe color of #8F99D4 is #9999CC (or #99C).

RGB color model

#8F99D4 color RGB value is (143,153,212).

  • red value is 143;
  • green value is 153;
  • blue value is 212.
RGB:
(143,153,212)
(56%,60%,83%)

RGB channels and saturation

R 143 of 255 = 56%
G 153 of 255 = 60%
B 212 of 255 = 83%

143
153
212

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

Portions of RGB colors in percentages

R + G + B =
143 + 153 + 212 = 508 (100%)
R 143 of 508 ~ 28.15%
G 153 of 508 ~ 30.12%
B 212 of 508 ~ 41.73%

%28.15
%30.12
%41.73

CMYK color model

#8F99D4 color CMYK value is (33,28,0,17).

  • cyan value is 32.55%
  • magenta value is 27.83%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(33,28,0,17)
C33M28Y0K17 
(33%,28%,0%,17%)
(0.33/0.28/0.00/0.17)	

CMYK percentages

%32.55
%27.83
%0
%16.86

Codes

Color #8F99D4 in popluar color models

8F99D4
RGB143153212
HSL231°44.52%69.61%
HSB/HSV231°32.55%83.14%
CMYK32.55%27.83%0.00%
16.86%

Color #8F99D4 in popluar number systems.

HEX8F99D4
Decimal143153212
Binary100011111001100111010100
Octal217231324

Shades and tints

Shades of #8F99D4

#8F99D4
(143,153,212)
#828CC1
(130,140,193)
#757FAE
(117,127,174)
#68729B
(104,114,155)
#5B6588
(91,101,136)
#4E5875
(78,88,117)
#414B62
(65,75,98)
#343E4F
(52,62,79)
#27313C
(39,49,60)
#1A2429
(26,36,41)
#0D1716
(13,23,22)
#000000
(0,0,0)

Tints of #8F99D4

#8F99D4
(143,153,212)
#99A2D7
(153,162,215)
#A3ABDA
(163,171,218)
#ADB4DD
(173,180,221)
#B7BDE0
(183,189,224)
#C1C6E3
(193,198,227)
#CBCFE6
(203,207,230)
#D5D8E9
(213,216,233)
#DFE1EC
(223,225,236)
#E9EAEF
(233,234,239)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F99D4 color. Also use rgb(143,153,212) instead hex code.

Text Font Color

.myTextColor { color: #8F99D4; }

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

This text font color is #8F99D4.


Background Color

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

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

This div background color is #8F99D4.


Border color

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

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

This div border color is #8F99D4.


Opacity

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

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

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

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

This text has shadow with #8F99D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F99D4 on black background.


Color preview on white background

This text has color #8F99D4 on white background.



Black color preview on #8F99D4 background

This text has black color on #8F99D4 background.


White color preview on #8F99D4 background

This text has white color on #8F99D4 background.