COLOR #696F78

HEX: #696F78 RGB: (105,111,120)

Color info

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

RGB color model

#696F78 color RGB value is (105,111,120).

RGB: (105,111,120) (41%, 44%, 47%)

RGB channels and saturation

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

105
111
120

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

Portions of RGB colors in percentages

R + G + B = 105 + 111 + 120 = 336 (100%)
R 105 of 336 ~ 31.25%
G 111 of 336 ~ 33.04%
B 120 of 336 ~ 35.71'%

%31.25
%33.04
%35.71

CMYK color model

#696F78 color CMYK value is (13,8,0,53).

  • cyan value is 12.50%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (13,8,0,53)
C13M8Y0K53 (13%, 8%, 0%, 53%)
(0.13 / 0.08 / 0.00 / 0.53)

CMYK percentages

%12.5
%7.5
%0
%52.94

Codes

Color #696F78 in popluar color models

69 6F 78
RGB 105 111 120
HSL 216° 6.67% 44.12%
HSB/HSV 216° 12.50% 47.06%
CMYK 12.50% 7.50% 0.00%
52.94%

Color #696F78 in popluar number systems.

HEX 69 6F 78
Decimal 105 111 120
Binary 1101001 1101111 1111000
Octal 151 157 170

Shades and tints

Shades of #696F78

#696F78
(105,111,120)
#60656E
(96,101,110)
#575B64
(87,91,100)
#4E515A
(78,81,90)
#454750
(69,71,80)
#3C3D46
(60,61,70)
#33333C
(51,51,60)
#2A2932
(42,41,50)
#211F28
(33,31,40)
#18151E
(24,21,30)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #696F78

#696F78
(105,111,120)
#767C84
(118,124,132)
#838990
(131,137,144)
#90969C
(144,150,156)
#9DA3A8
(157,163,168)
#AAB0B4
(170,176,180)
#B7BDC0
(183,189,192)
#C4CACC
(196,202,204)
#D1D7D8
(209,215,216)
#DEE4E4
(222,228,228)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696F78; }

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

This text font color is #696F78.

Background Color

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

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

This div background color is #696F78.

Border color

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

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

This div border color is #696F78.

Opacity

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

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

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

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

This text has shadow with #696F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696F78.

Preview

Color preview on black background

This text has color #696F78 on black background.


Color preview on white background

This text has color #696F78 on white background.


Black color preview on #696F78 background

This text has black color on #696F78 background.


White color preview on #696F78 background

This text has white color on #696F78 background.


Related colors

Complementary color

Complementary color for #hex is #969087.


I love getcolorcode.com

Triadic colors

1 #78696F and #6F7869 with #696F78 are triadic colors.

2 #786F69 and #6F6978 with #696F78 are triadic colors.