COLOR #696B82

HEX: #696B82
RGB: (105,107,130)

Color info

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

RGB color model

#696B82 color RGB value is (105,107,130).

  • red value is 105;
  • green value is 107;
  • blue value is 130.
RGB:
(105,107,130)
(41%,42%,51%)

RGB channels and saturation

R 105 of 255 = 41%
G 107 of 255 = 42%
B 130 of 255 = 51%

105
107
130

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

Portions of RGB colors in percentages

R + G + B =
105 + 107 + 130 = 342 (100%)
R 105 of 342 ~ 30.7%
G 107 of 342 ~ 31.29%
B 130 of 342 ~ 38.01%

%30.7
%31.29
%38.01

CMYK color model

#696B82 color CMYK value is (19,18,0,49).

  • cyan value is 19.23%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(19,18,0,49)
C19M18Y0K49 
(19%,18%,0%,49%)
(0.19/0.18/0.00/0.49)	

CMYK percentages

%19.23
%17.69
%0
%49.02

Codes

Color #696B82 in popluar color models

696B82
RGB105107130
HSL235°10.64%46.08%
HSB/HSV235°19.23%50.98%
CMYK19.23%17.69%0.00%
49.02%

Color #696B82 in popluar number systems.

HEX696B82
Decimal105107130
Binary1101001110101110000010
Octal151153202

Shades and tints

Shades of #696B82

#696B82
(105,107,130)
#606277
(96,98,119)
#57596C
(87,89,108)
#4E5061
(78,80,97)
#454756
(69,71,86)
#3C3E4B
(60,62,75)
#333540
(51,53,64)
#2A2C35
(42,44,53)
#21232A
(33,35,42)
#181A1F
(24,26,31)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #696B82

#696B82
(105,107,130)
#76788D
(118,120,141)
#838598
(131,133,152)
#9092A3
(144,146,163)
#9D9FAE
(157,159,174)
#AAACB9
(170,172,185)
#B7B9C4
(183,185,196)
#C4C6CF
(196,198,207)
#D1D3DA
(209,211,218)
#DEE0E5
(222,224,229)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696B82 color. Also use rgb(105,107,130) instead hex code.

Text Font Color

.myTextColor { color: #696B82; }

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

This text font color is #696B82.


Background Color

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

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

This div background color is #696B82.


Border color

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

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

This div border color is #696B82.


Opacity

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

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

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

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

This text has shadow with #696B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696B82 on black background.


Color preview on white background

This text has color #696B82 on white background.



Black color preview on #696B82 background

This text has black color on #696B82 background.


White color preview on #696B82 background

This text has white color on #696B82 background.