COLOR #697292

HEX: #697292
RGB: (105,114,146)

Color info

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

RGB color model

#697292 color RGB value is (105,114,146).

  • red value is 105;
  • green value is 114;
  • blue value is 146.
RGB:
(105,114,146)
(41%,45%,57%)

RGB channels and saturation

R 105 of 255 = 41%
G 114 of 255 = 45%
B 146 of 255 = 57%

105
114
146

R + G + B ~ 48%. #697292 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 114 + 146 = 365 (100%)
R 105 of 365 ~ 28.77%
G 114 of 365 ~ 31.23%
B 146 of 365 ~ 40%

%28.77
%31.23
%40

CMYK color model

#697292 color CMYK value is (28,22,0,43).

  • cyan value is 28.08%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(28,22,0,43)
C28M22Y0K43 
(28%,22%,0%,43%)
(0.28/0.22/0.00/0.43)	

CMYK percentages

%28.08
%21.92
%0
%42.75

Codes

Color #697292 in popluar color models

697292
RGB105114146
HSL227°16.33%49.22%
HSB/HSV227°28.08%57.25%
CMYK28.08%21.92%0.00%
42.75%

Color #697292 in popluar number systems.

HEX697292
Decimal105114146
Binary1101001111001010010010
Octal151162222

Shades and tints

Shades of #697292

#697292
(105,114,146)
#606885
(96,104,133)
#575E78
(87,94,120)
#4E546B
(78,84,107)
#454A5E
(69,74,94)
#3C4051
(60,64,81)
#333644
(51,54,68)
#2A2C37
(42,44,55)
#21222A
(33,34,42)
#18181D
(24,24,29)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #697292

#697292
(105,114,146)
#767E9B
(118,126,155)
#838AA4
(131,138,164)
#9096AD
(144,150,173)
#9DA2B6
(157,162,182)
#AAAEBF
(170,174,191)
#B7BAC8
(183,186,200)
#C4C6D1
(196,198,209)
#D1D2DA
(209,210,218)
#DEDEE3
(222,222,227)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697292 color. Also use rgb(105,114,146) instead hex code.

Text Font Color

.myTextColor { color: #697292; }

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

This text font color is #697292.


Background Color

.myBgColor { background-color: #697292; }

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

This div background color is #697292.


Border color

.myBorderColor { border: 1px solid #697292; }

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

This div border color is #697292.


Opacity

.myOpacity80 { color: #697292; opacity: 0.8; }

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

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

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

This text has shadow with #697292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697292 on black background.


Color preview on white background

This text has color #697292 on white background.



Black color preview on #697292 background

This text has black color on #697292 background.


White color preview on #697292 background

This text has white color on #697292 background.