COLOR #697D81

HEX: #697D81
RGB: (105,125,129)

Color info

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

RGB color model

#697D81 color RGB value is (105,125,129).

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

RGB channels and saturation

R 105 of 255 = 41%
G 125 of 255 = 49%
B 129 of 255 = 51%

105
125
129

R + G + B ~ 47%. #697D81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 125 + 129 = 359 (100%)
R 105 of 359 ~ 29.25%
G 125 of 359 ~ 34.82%
B 129 of 359 ~ 35.93%

%29.25
%34.82
%35.93

CMYK color model

#697D81 color CMYK value is (19,3,0,49).

  • cyan value is 18.60%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(19,3,0,49)
C19M3Y0K49 
(19%,3%,0%,49%)
(0.19/0.03/0.00/0.49)	

CMYK percentages

%18.6
%3.1
%0
%49.41

Codes

Color #697D81 in popluar color models

697D81
RGB105125129
HSL190°10.26%45.88%
HSB/HSV190°18.60%50.59%
CMYK18.60%3.10%0.00%
49.41%

Color #697D81 in popluar number systems.

HEX697D81
Decimal105125129
Binary1101001111110110000001
Octal151175201

Shades and tints

Shades of #697D81

#697D81
(105,125,129)
#607276
(96,114,118)
#57676B
(87,103,107)
#4E5C60
(78,92,96)
#455155
(69,81,85)
#3C464A
(60,70,74)
#333B3F
(51,59,63)
#2A3034
(42,48,52)
#212529
(33,37,41)
#181A1E
(24,26,30)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #697D81

#697D81
(105,125,129)
#76888C
(118,136,140)
#839397
(131,147,151)
#909EA2
(144,158,162)
#9DA9AD
(157,169,173)
#AAB4B8
(170,180,184)
#B7BFC3
(183,191,195)
#C4CACE
(196,202,206)
#D1D5D9
(209,213,217)
#DEE0E4
(222,224,228)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697D81; }

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

This text font color is #697D81.


Background Color

.myBgColor { background-color: #697D81; }

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

This div background color is #697D81.


Border color

.myBorderColor { border: 1px solid #697D81; }

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

This div border color is #697D81.


Opacity

.myOpacity80 { color: #697D81; opacity: 0.8; }

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

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

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

This text has shadow with #697D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697D81 on black background.


Color preview on white background

This text has color #697D81 on white background.



Black color preview on #697D81 background

This text has black color on #697D81 background.


White color preview on #697D81 background

This text has white color on #697D81 background.