COLOR #699A7F

HEX: #699A7F
RGB: (105,154,127)

Color info

#699A7F contains red, green and blue colors in about the same proportion. Web safe color of #699A7F is #669966 (or #696).

RGB color model

#699A7F color RGB value is (105,154,127).

  • red value is 105;
  • green value is 154;
  • blue value is 127.
RGB:
(105,154,127)
(41%,60%,50%)

RGB channels and saturation

R 105 of 255 = 41%
G 154 of 255 = 60%
B 127 of 255 = 50%

105
154
127

R + G + B ~ 50%. #699A7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 154 + 127 = 386 (100%)
R 105 of 386 ~ 27.2%
G 154 of 386 ~ 39.9%
B 127 of 386 ~ 32.9%

%27.2
%39.9
%32.9

CMYK color model

#699A7F color CMYK value is (32,0,18,40).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 39.61%
CMYK:
(32,0,18,40)
C32M0Y18K40 
(32%,0%,18%,40%)
(0.32/0.00/0.18/0.40)	

CMYK percentages

%31.82
%0
%17.53
%39.61

Codes

Color #699A7F in popluar color models

699A7F
RGB105154127
HSL147°19.52%50.78%
HSB/HSV147°31.82%60.39%
CMYK31.82%0.00%17.53%
39.61%

Color #699A7F in popluar number systems.

HEX699A7F
Decimal105154127
Binary1101001100110101111111
Octal151232177

Shades and tints

Shades of #699A7F

#699A7F
(105,154,127)
#608C74
(96,140,116)
#577E69
(87,126,105)
#4E705E
(78,112,94)
#456253
(69,98,83)
#3C5448
(60,84,72)
#33463D
(51,70,61)
#2A3832
(42,56,50)
#212A27
(33,42,39)
#181C1C
(24,28,28)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #699A7F

#699A7F
(105,154,127)
#76A38A
(118,163,138)
#83AC95
(131,172,149)
#90B5A0
(144,181,160)
#9DBEAB
(157,190,171)
#AAC7B6
(170,199,182)
#B7D0C1
(183,208,193)
#C4D9CC
(196,217,204)
#D1E2D7
(209,226,215)
#DEEBE2
(222,235,226)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699A7F color. Also use rgb(105,154,127) instead hex code.

Text Font Color

.myTextColor { color: #699A7F; }

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

This text font color is #699A7F.


Background Color

.myBgColor { background-color: #699A7F; }

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

This div background color is #699A7F.


Border color

.myBorderColor { border: 1px solid #699A7F; }

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

This div border color is #699A7F.


Opacity

.myOpacity80 { color: #699A7F; opacity: 0.8; }

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

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

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

This text has shadow with #699A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699A7F on black background.


Color preview on white background

This text has color #699A7F on white background.



Black color preview on #699A7F background

This text has black color on #699A7F background.


White color preview on #699A7F background

This text has white color on #699A7F background.