COLOR #696E7A

HEX: #696E7A RGB: (105,110,122)

Color info

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

RGB color model

#696E7A color RGB value is (105,110,122).

RGB: (105,110,122) (41%, 43%, 48%)

RGB channels and saturation

R 105 of 255 = 41%
G 110 of 255 = 43%
B 122 of 255 = 48%

105
110
122

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

Portions of RGB colors in percentages

R + G + B = 105 + 110 + 122 = 337 (100%)
R 105 of 337 ~ 31.16%
G 110 of 337 ~ 32.64%
B 122 of 337 ~ 36.2'%

%31.16
%32.64
%36.2

CMYK color model

#696E7A color CMYK value is (14,10,0,52).

  • cyan value is 13.93%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (14,10,0,52)
C14M10Y0K52 (14%, 10%, 0%, 52%)
(0.14 / 0.10 / 0.00 / 0.52)

CMYK percentages

%13.93
%9.84
%0
%52.16

Codes

Color #696E7A in popluar color models

69 6E 7A
RGB 105 110 122
HSL 222° 7.49% 44.51%
HSB/HSV 222° 13.93% 47.84%
CMYK 13.93% 9.84% 0.00%
52.16%

Color #696E7A in popluar number systems.

HEX 69 6E 7A
Decimal 105 110 122
Binary 1101001 1101110 1111010
Octal 151 156 172

Shades and tints

Shades of #696E7A

#696E7A
(105,110,122)
#60646F
(96,100,111)
#575A64
(87,90,100)
#4E5059
(78,80,89)
#45464E
(69,70,78)
#3C3C43
(60,60,67)
#333238
(51,50,56)
#2A282D
(42,40,45)
#211E22
(33,30,34)
#181417
(24,20,23)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #696E7A

#696E7A
(105,110,122)
#767B86
(118,123,134)
#838892
(131,136,146)
#90959E
(144,149,158)
#9DA2AA
(157,162,170)
#AAAFB6
(170,175,182)
#B7BCC2
(183,188,194)
#C4C9CE
(196,201,206)
#D1D6DA
(209,214,218)
#DEE3E6
(222,227,230)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696E7A color. Also use rgb(105,110,122) instead hex code.

Text Font Color

.myTextColor { color: #696E7A; }

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

This text font color is #696E7A.

Background Color

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

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

This div background color is #696E7A.

Border color

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

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

This div border color is #696E7A.

Opacity

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

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

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

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

This text has shadow with #696E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696E7A.

Preview

Color preview on black background

This text has color #696E7A on black background.


Color preview on white background

This text has color #696E7A on white background.


Black color preview on #696E7A background

This text has black color on #696E7A background.


White color preview on #696E7A background

This text has white color on #696E7A background.


Related colors

Complementary color

Complementary color for #hex is #969185.


I love getcolorcode.com

Triadic colors

1 #7A696E and #6E7A69 with #696E7A are triadic colors.

2 #7A6E69 and #6E697A with #696E7A are triadic colors.