COLOR #696E84

HEX: #696E84
RGB: (105,110,132)

Color info

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

RGB color model

#696E84 color RGB value is (105,110,132).

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

RGB channels and saturation

R 105 of 255 = 41%
G 110 of 255 = 43%
B 132 of 255 = 52%

105
110
132

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

Portions of RGB colors in percentages

R + G + B =
105 + 110 + 132 = 347 (100%)
R 105 of 347 ~ 30.26%
G 110 of 347 ~ 31.7%
B 132 of 347 ~ 38.04%

%30.26
%31.7
%38.04

CMYK color model

#696E84 color CMYK value is (20,17,0,48).

  • cyan value is 20.45%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(20,17,0,48)
C20M17Y0K48 
(20%,17%,0%,48%)
(0.20/0.17/0.00/0.48)	

CMYK percentages

%20.45
%16.67
%0
%48.24

Codes

Color #696E84 in popluar color models

696E84
RGB105110132
HSL229°11.39%46.47%
HSB/HSV229°20.45%51.76%
CMYK20.45%16.67%0.00%
48.24%

Color #696E84 in popluar number systems.

HEX696E84
Decimal105110132
Binary1101001110111010000100
Octal151156204

Shades and tints

Shades of #696E84

#696E84
(105,110,132)
#606478
(96,100,120)
#575A6C
(87,90,108)
#4E5060
(78,80,96)
#454654
(69,70,84)
#3C3C48
(60,60,72)
#33323C
(51,50,60)
#2A2830
(42,40,48)
#211E24
(33,30,36)
#181418
(24,20,24)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #696E84

#696E84
(105,110,132)
#767B8F
(118,123,143)
#83889A
(131,136,154)
#9095A5
(144,149,165)
#9DA2B0
(157,162,176)
#AAAFBB
(170,175,187)
#B7BCC6
(183,188,198)
#C4C9D1
(196,201,209)
#D1D6DC
(209,214,220)
#DEE3E7
(222,227,231)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696E84; }

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

This text font color is #696E84.


Background Color

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

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

This div background color is #696E84.


Border color

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

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

This div border color is #696E84.


Opacity

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

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

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

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

This text has shadow with #696E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696E84 on black background.


Color preview on white background

This text has color #696E84 on white background.



Black color preview on #696E84 background

This text has black color on #696E84 background.


White color preview on #696E84 background

This text has white color on #696E84 background.