COLOR #8699B6

HEX: #8699B6
RGB: (134,153,182)

Color info

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

RGB color model

#8699B6 color RGB value is (134,153,182).

  • red value is 134;
  • green value is 153;
  • blue value is 182.
RGB:
(134,153,182)
(53%,60%,71%)

RGB channels and saturation

R 134 of 255 = 53%
G 153 of 255 = 60%
B 182 of 255 = 71%

134
153
182

R + G + B ~ 61%. #8699B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 153 + 182 = 469 (100%)
R 134 of 469 ~ 28.57%
G 153 of 469 ~ 32.62%
B 182 of 469 ~ 38.81%

%28.57
%32.62
%38.81

CMYK color model

#8699B6 color CMYK value is (26,16,0,29).

  • cyan value is 26.37%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(26,16,0,29)
C26M16Y0K29 
(26%,16%,0%,29%)
(0.26/0.16/0.00/0.29)	

CMYK percentages

%26.37
%15.93
%0
%28.63

Codes

Color #8699B6 in popluar color models

8699B6
RGB134153182
HSL216°24.74%61.96%
HSB/HSV216°26.37%71.37%
CMYK26.37%15.93%0.00%
28.63%

Color #8699B6 in popluar number systems.

HEX8699B6
Decimal134153182
Binary100001101001100110110110
Octal206231266

Shades and tints

Shades of #8699B6

#8699B6
(134,153,182)
#7A8CA6
(122,140,166)
#6E7F96
(110,127,150)
#627286
(98,114,134)
#566576
(86,101,118)
#4A5866
(74,88,102)
#3E4B56
(62,75,86)
#323E46
(50,62,70)
#263136
(38,49,54)
#1A2426
(26,36,38)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #8699B6

#8699B6
(134,153,182)
#91A2BC
(145,162,188)
#9CABC2
(156,171,194)
#A7B4C8
(167,180,200)
#B2BDCE
(178,189,206)
#BDC6D4
(189,198,212)
#C8CFDA
(200,207,218)
#D3D8E0
(211,216,224)
#DEE1E6
(222,225,230)
#E9EAEC
(233,234,236)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8699B6 color. Also use rgb(134,153,182) instead hex code.

Text Font Color

.myTextColor { color: #8699B6; }

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

This text font color is #8699B6.


Background Color

.myBgColor { background-color: #8699B6; }

<div style="background-color:#8699B6">Inner text</div>

This div background color is #8699B6.


Border color

.myBorderColor { border: 1px solid #8699B6; }

<div style="border:3px solid #8699B6">Div</div>

This div border color is #8699B6.


Opacity

.myOpacity80 { color: #8699B6; opacity: 0.8; }

<p style="color:#8699B6;opacity:0.8;">80%</p>

Text with #8699B6 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 #8699B6;}

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

This text has shadow with #8699B6 color.

.textShadow {text-shadow: 3px 3px 1px #8699B6, 3px 3px 1px red;}

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

This text has shadow with #8699B6 primary color and red secondary color.


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

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

This text has shadow with #8699B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8699B6 on black background.


Color preview on white background

This text has color #8699B6 on white background.



Black color preview on #8699B6 background

This text has black color on #8699B6 background.


White color preview on #8699B6 background

This text has white color on #8699B6 background.