COLOR #8699C6

HEX: #8699C6
RGB: (134,153,198)

Color info

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

RGB color model

#8699C6 color RGB value is (134,153,198).

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

RGB channels and saturation

R 134 of 255 = 53%
G 153 of 255 = 60%
B 198 of 255 = 78%

134
153
198

R + G + B ~ 64%. #8699C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 153 + 198 = 485 (100%)
R 134 of 485 ~ 27.63%
G 153 of 485 ~ 31.55%
B 198 of 485 ~ 40.82%

%27.63
%31.55
%40.82

CMYK color model

#8699C6 color CMYK value is (32,23,0,22).

  • cyan value is 32.32%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(32,23,0,22)
C32M23Y0K22 
(32%,23%,0%,22%)
(0.32/0.23/0.00/0.22)	

CMYK percentages

%32.32
%22.73
%0
%22.35

Codes

Color #8699C6 in popluar color models

8699C6
RGB134153198
HSL222°35.96%65.10%
HSB/HSV222°32.32%77.65%
CMYK32.32%22.73%0.00%
22.35%

Color #8699C6 in popluar number systems.

HEX8699C6
Decimal134153198
Binary100001101001100111000110
Octal206231306

Shades and tints

Shades of #8699C6

#8699C6
(134,153,198)
#7A8CB4
(122,140,180)
#6E7FA2
(110,127,162)
#627290
(98,114,144)
#56657E
(86,101,126)
#4A586C
(74,88,108)
#3E4B5A
(62,75,90)
#323E48
(50,62,72)
#263136
(38,49,54)
#1A2424
(26,36,36)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #8699C6

#8699C6
(134,153,198)
#91A2CB
(145,162,203)
#9CABD0
(156,171,208)
#A7B4D5
(167,180,213)
#B2BDDA
(178,189,218)
#BDC6DF
(189,198,223)
#C8CFE4
(200,207,228)
#D3D8E9
(211,216,233)
#DEE1EE
(222,225,238)
#E9EAF3
(233,234,243)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8699C6; }

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

This text font color is #8699C6.


Background Color

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

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

This div background color is #8699C6.


Border color

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

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

This div border color is #8699C6.


Opacity

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

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

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

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

This text has shadow with #8699C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8699C6 on black background.


Color preview on white background

This text has color #8699C6 on white background.



Black color preview on #8699C6 background

This text has black color on #8699C6 background.


White color preview on #8699C6 background

This text has white color on #8699C6 background.