COLOR #696C84

HEX: #696C84
RGB: (105,108,132)

Color info

#696C84 contains red, green and blue colors in about the same proportion. Web safe color of #696C84 is #666699 (or #669).

RGB color model

#696C84 color RGB value is (105,108,132).

  • red value is 105;
  • green value is 108;
  • blue value is 132.
RGB:
(105,108,132)
(41%,42%,52%)

RGB channels and saturation

R 105 of 255 = 41%
G 108 of 255 = 42%
B 132 of 255 = 52%

105
108
132

R + G + B ~ 45%. #696C84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 108 + 132 = 345 (100%)
R 105 of 345 ~ 30.43%
G 108 of 345 ~ 31.3%
B 132 of 345 ~ 38.26%

%30.43
%31.3
%38.26

CMYK color model

#696C84 color CMYK value is (20,18,0,48).

  • cyan value is 20.45%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(20,18,0,48)
C20M18Y0K48 
(20%,18%,0%,48%)
(0.20/0.18/0.00/0.48)	

CMYK percentages

%20.45
%18.18
%0
%48.24

Codes

Color #696C84 in popluar color models

696C84
RGB105108132
HSL233°11.39%46.47%
HSB/HSV233°20.45%51.76%
CMYK20.45%18.18%0.00%
48.24%

Color #696C84 in popluar number systems.

HEX696C84
Decimal105108132
Binary1101001110110010000100
Octal151154204

Shades and tints

Shades of #696C84

#696C84
(105,108,132)
#606378
(96,99,120)
#575A6C
(87,90,108)
#4E5160
(78,81,96)
#454854
(69,72,84)
#3C3F48
(60,63,72)
#33363C
(51,54,60)
#2A2D30
(42,45,48)
#212424
(33,36,36)
#181B18
(24,27,24)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #696C84

#696C84
(105,108,132)
#76798F
(118,121,143)
#83869A
(131,134,154)
#9093A5
(144,147,165)
#9DA0B0
(157,160,176)
#AAADBB
(170,173,187)
#B7BAC6
(183,186,198)
#C4C7D1
(196,199,209)
#D1D4DC
(209,212,220)
#DEE1E7
(222,225,231)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696C84 color. Also use rgb(105,108,132) instead hex code.

Text Font Color

.myTextColor { color: #696C84; }

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

This text font color is #696C84.


Background Color

.myBgColor { background-color: #696C84; }

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

This div background color is #696C84.


Border color

.myBorderColor { border: 1px solid #696C84; }

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

This div border color is #696C84.


Opacity

.myOpacity80 { color: #696C84; opacity: 0.8; }

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

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

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

This text has shadow with #696C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696C84 on black background.


Color preview on white background

This text has color #696C84 on white background.



Black color preview on #696C84 background

This text has black color on #696C84 background.


White color preview on #696C84 background

This text has white color on #696C84 background.