COLOR #696978

HEX: #696978
RGB: (105,105,120)

Color info

#696978 contains red, green and blue colors in about the same proportion. Web safe color of #696978 is #666666 (or #666).

RGB color model

#696978 color RGB value is (105,105,120).

  • red value is 105;
  • green value is 105;
  • blue value is 120.
RGB:
(105,105,120)
(41%,41%,47%)

RGB channels and saturation

R 105 of 255 = 41%
G 105 of 255 = 41%
B 120 of 255 = 47%

105
105
120

R + G + B ~ 43%. #696978 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 105 + 120 = 330 (100%)
R 105 of 330 ~ 31.82%
G 105 of 330 ~ 31.82%
B 120 of 330 ~ 36.36%

%31.82
%31.82
%36.36

CMYK color model

#696978 color CMYK value is (13,13,0,53).

  • cyan value is 12.50%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(13,13,0,53)
C13M13Y0K53 
(13%,13%,0%,53%)
(0.13/0.13/0.00/0.53)	

CMYK percentages

%12.5
%12.5
%0
%52.94

Codes

Color #696978 in popluar color models

696978
RGB105105120
HSL240°6.67%44.12%
HSB/HSV240°12.50%47.06%
CMYK12.50%12.50%0.00%
52.94%

Color #696978 in popluar number systems.

HEX696978
Decimal105105120
Binary110100111010011111000
Octal151151170

Shades and tints

Shades of #696978

#696978
(105,105,120)
#60606E
(96,96,110)
#575764
(87,87,100)
#4E4E5A
(78,78,90)
#454550
(69,69,80)
#3C3C46
(60,60,70)
#33333C
(51,51,60)
#2A2A32
(42,42,50)
#212128
(33,33,40)
#18181E
(24,24,30)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #696978

#696978
(105,105,120)
#767684
(118,118,132)
#838390
(131,131,144)
#90909C
(144,144,156)
#9D9DA8
(157,157,168)
#AAAAB4
(170,170,180)
#B7B7C0
(183,183,192)
#C4C4CC
(196,196,204)
#D1D1D8
(209,209,216)
#DEDEE4
(222,222,228)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696978 color. Also use rgb(105,105,120) instead hex code.

Text Font Color

.myTextColor { color: #696978; }

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

This text font color is #696978.


Background Color

.myBgColor { background-color: #696978; }

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

This div background color is #696978.


Border color

.myBorderColor { border: 1px solid #696978; }

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

This div border color is #696978.


Opacity

.myOpacity80 { color: #696978; opacity: 0.8; }

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

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

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

This text has shadow with #696978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696978 on black background.


Color preview on white background

This text has color #696978 on white background.



Black color preview on #696978 background

This text has black color on #696978 background.


White color preview on #696978 background

This text has white color on #696978 background.