COLOR #696B78

HEX: #696B78
RGB: (105,107,120)

Color info

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

RGB color model

#696B78 color RGB value is (105,107,120).

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

RGB channels and saturation

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

105
107
120

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

Portions of RGB colors in percentages

R + G + B =
105 + 107 + 120 = 332 (100%)
R 105 of 332 ~ 31.63%
G 107 of 332 ~ 32.23%
B 120 of 332 ~ 36.14%

%31.63
%32.23
%36.14

CMYK color model

#696B78 color CMYK value is (13,11,0,53).

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

CMYK percentages

%12.5
%10.83
%0
%52.94

Codes

Color #696B78 in popluar color models

696B78
RGB105107120
HSL232°6.67%44.12%
HSB/HSV232°12.50%47.06%
CMYK12.50%10.83%0.00%
52.94%

Color #696B78 in popluar number systems.

HEX696B78
Decimal105107120
Binary110100111010111111000
Octal151153170

Shades and tints

Shades of #696B78

#696B78
(105,107,120)
#60626E
(96,98,110)
#575964
(87,89,100)
#4E505A
(78,80,90)
#454750
(69,71,80)
#3C3E46
(60,62,70)
#33353C
(51,53,60)
#2A2C32
(42,44,50)
#212328
(33,35,40)
#181A1E
(24,26,30)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #696B78

#696B78
(105,107,120)
#767884
(118,120,132)
#838590
(131,133,144)
#90929C
(144,146,156)
#9D9FA8
(157,159,168)
#AAACB4
(170,172,180)
#B7B9C0
(183,185,192)
#C4C6CC
(196,198,204)
#D1D3D8
(209,211,216)
#DEE0E4
(222,224,228)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696B78; }

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

This text font color is #696B78.


Background Color

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

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

This div background color is #696B78.


Border color

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

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

This div border color is #696B78.


Opacity

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

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

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

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

This text has shadow with #696B78 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #696B78 on black background.


Color preview on white background

This text has color #696B78 on white background.



Black color preview on #696B78 background

This text has black color on #696B78 background.


White color preview on #696B78 background

This text has white color on #696B78 background.