COLOR #8799B2

HEX: #8799B2
RGB: (135,153,178)

Color info

#8799B2 contains red, green and blue colors in about the same proportion. Web safe color of #8799B2 is #999999 (or #999).

RGB color model

#8799B2 color RGB value is (135,153,178).

  • red value is 135;
  • green value is 153;
  • blue value is 178.
RGB:
(135,153,178)
(53%,60%,70%)

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 178 of 255 = 70%

135
153
178

R + G + B ~ 61%. #8799B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 153 + 178 = 466 (100%)
R 135 of 466 ~ 28.97%
G 153 of 466 ~ 32.83%
B 178 of 466 ~ 38.2%

%28.97
%32.83
%38.2

CMYK color model

#8799B2 color CMYK value is (24,14,0,30).

  • cyan value is 24.16%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(24,14,0,30)
C24M14Y0K30 
(24%,14%,0%,30%)
(0.24/0.14/0.00/0.30)	

CMYK percentages

%24.16
%14.04
%0
%30.2

Codes

Color #8799B2 in popluar color models

8799B2
RGB135153178
HSL215°21.83%61.37%
HSB/HSV215°24.16%69.80%
CMYK24.16%14.04%0.00%
30.20%

Color #8799B2 in popluar number systems.

HEX8799B2
Decimal135153178
Binary100001111001100110110010
Octal207231262

Shades and tints

Shades of #8799B2

#8799B2
(135,153,178)
#7B8CA2
(123,140,162)
#6F7F92
(111,127,146)
#637282
(99,114,130)
#576572
(87,101,114)
#4B5862
(75,88,98)
#3F4B52
(63,75,82)
#333E42
(51,62,66)
#273132
(39,49,50)
#1B2422
(27,36,34)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #8799B2

#8799B2
(135,153,178)
#91A2B9
(145,162,185)
#9BABC0
(155,171,192)
#A5B4C7
(165,180,199)
#AFBDCE
(175,189,206)
#B9C6D5
(185,198,213)
#C3CFDC
(195,207,220)
#CDD8E3
(205,216,227)
#D7E1EA
(215,225,234)
#E1EAF1
(225,234,241)
#EBF3F8
(235,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8799B2 color. Also use rgb(135,153,178) instead hex code.

Text Font Color

.myTextColor { color: #8799B2; }

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

This text font color is #8799B2.


Background Color

.myBgColor { background-color: #8799B2; }

<div style="background-color:#8799B2">Inner text</div>

This div background color is #8799B2.


Border color

.myBorderColor { border: 1px solid #8799B2; }

<div style="border:3px solid #8799B2">Div</div>

This div border color is #8799B2.


Opacity

.myOpacity80 { color: #8799B2; opacity: 0.8; }

<p style="color:#8799B2;opacity:0.8;">80%</p>

Text with #8799B2 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 #8799B2;}

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

This text has shadow with #8799B2 color.

.textShadow {text-shadow: 3px 3px 1px #8799B2, 3px 3px 1px red;}

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

This text has shadow with #8799B2 primary color and red secondary color.


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

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

This text has shadow with #8799B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8799B2 on black background.


Color preview on white background

This text has color #8799B2 on white background.



Black color preview on #8799B2 background

This text has black color on #8799B2 background.


White color preview on #8799B2 background

This text has white color on #8799B2 background.