COLOR #6987AC

HEX: #6987AC
RGB: (105,135,172)

Color info

#6987AC contains mainly green and blue colors. Web safe color of #6987AC is #669999 (or #699).

RGB color model

#6987AC color RGB value is (105,135,172).

  • red value is 105;
  • green value is 135;
  • blue value is 172.
RGB:
(105,135,172)
(41%,53%,67%)

RGB channels and saturation

R 105 of 255 = 41%
G 135 of 255 = 53%
B 172 of 255 = 67%

105
135
172

R + G + B ~ 54%. #6987AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 135 + 172 = 412 (100%)
R 105 of 412 ~ 25.49%
G 135 of 412 ~ 32.77%
B 172 of 412 ~ 41.75%

%25.49
%32.77
%41.75

CMYK color model

#6987AC color CMYK value is (39,22,0,33).

  • cyan value is 38.95%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(39,22,0,33)
C39M22Y0K33 
(39%,22%,0%,33%)
(0.39/0.22/0.00/0.33)	

CMYK percentages

%38.95
%21.51
%0
%32.55

Codes

Color #6987AC in popluar color models

6987AC
RGB105135172
HSL213°28.76%54.31%
HSB/HSV213°38.95%67.45%
CMYK38.95%21.51%0.00%
32.55%

Color #6987AC in popluar number systems.

HEX6987AC
Decimal105135172
Binary11010011000011110101100
Octal151207254

Shades and tints

Shades of #6987AC

#6987AC
(105,135,172)
#607B9D
(96,123,157)
#576F8E
(87,111,142)
#4E637F
(78,99,127)
#455770
(69,87,112)
#3C4B61
(60,75,97)
#333F52
(51,63,82)
#2A3343
(42,51,67)
#212734
(33,39,52)
#181B25
(24,27,37)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #6987AC

#6987AC
(105,135,172)
#7691B3
(118,145,179)
#839BBA
(131,155,186)
#90A5C1
(144,165,193)
#9DAFC8
(157,175,200)
#AAB9CF
(170,185,207)
#B7C3D6
(183,195,214)
#C4CDDD
(196,205,221)
#D1D7E4
(209,215,228)
#DEE1EB
(222,225,235)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6987AC color. Also use rgb(105,135,172) instead hex code.

Text Font Color

.myTextColor { color: #6987AC; }

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

This text font color is #6987AC.


Background Color

.myBgColor { background-color: #6987AC; }

<div style="background-color:#6987AC">Inner text</div>

This div background color is #6987AC.


Border color

.myBorderColor { border: 1px solid #6987AC; }

<div style="border:3px solid #6987AC">Div</div>

This div border color is #6987AC.


Opacity

.myOpacity80 { color: #6987AC; opacity: 0.8; }

<p style="color:#6987AC;opacity:0.8;">80%</p>

Text with #6987AC 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 #6987AC;}

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

This text has shadow with #6987AC color.

.textShadow {text-shadow: 3px 3px 1px #6987AC, 3px 3px 1px red;}

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

This text has shadow with #6987AC primary color and red secondary color.


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

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

This text has shadow with #6987AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6987AC on black background.


Color preview on white background

This text has color #6987AC on white background.



Black color preview on #6987AC background

This text has black color on #6987AC background.


White color preview on #6987AC background

This text has white color on #6987AC background.