COLOR #697881

HEX: #697881
RGB: (105,120,129)

Color info

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

RGB color model

#697881 color RGB value is (105,120,129).

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

RGB channels and saturation

R 105 of 255 = 41%
G 120 of 255 = 47%
B 129 of 255 = 51%

105
120
129

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

Portions of RGB colors in percentages

R + G + B =
105 + 120 + 129 = 354 (100%)
R 105 of 354 ~ 29.66%
G 120 of 354 ~ 33.9%
B 129 of 354 ~ 36.44%

%29.66
%33.9
%36.44

CMYK color model

#697881 color CMYK value is (19,7,0,49).

  • cyan value is 18.60%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(19,7,0,49)
C19M7Y0K49 
(19%,7%,0%,49%)
(0.19/0.07/0.00/0.49)	

CMYK percentages

%18.6
%6.98
%0
%49.41

Codes

Color #697881 in popluar color models

697881
RGB105120129
HSL203°10.26%45.88%
HSB/HSV203°18.60%50.59%
CMYK18.60%6.98%0.00%
49.41%

Color #697881 in popluar number systems.

HEX697881
Decimal105120129
Binary1101001111100010000001
Octal151170201

Shades and tints

Shades of #697881

#697881
(105,120,129)
#606E76
(96,110,118)
#57646B
(87,100,107)
#4E5A60
(78,90,96)
#455055
(69,80,85)
#3C464A
(60,70,74)
#333C3F
(51,60,63)
#2A3234
(42,50,52)
#212829
(33,40,41)
#181E1E
(24,30,30)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #697881

#697881
(105,120,129)
#76848C
(118,132,140)
#839097
(131,144,151)
#909CA2
(144,156,162)
#9DA8AD
(157,168,173)
#AAB4B8
(170,180,184)
#B7C0C3
(183,192,195)
#C4CCCE
(196,204,206)
#D1D8D9
(209,216,217)
#DEE4E4
(222,228,228)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697881; }

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

This text font color is #697881.


Background Color

.myBgColor { background-color: #697881; }

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

This div background color is #697881.


Border color

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

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

This div border color is #697881.


Opacity

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

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

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

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

This text has shadow with #697881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697881 on black background.


Color preview on white background

This text has color #697881 on white background.



Black color preview on #697881 background

This text has black color on #697881 background.


White color preview on #697881 background

This text has white color on #697881 background.