COLOR #699F8F

HEX: #699F8F
RGB: (105,159,143)

Color info

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

RGB color model

#699F8F color RGB value is (105,159,143).

  • red value is 105;
  • green value is 159;
  • blue value is 143.
RGB:
(105,159,143)
(41%,62%,56%)

RGB channels and saturation

R 105 of 255 = 41%
G 159 of 255 = 62%
B 143 of 255 = 56%

105
159
143

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

Portions of RGB colors in percentages

R + G + B =
105 + 159 + 143 = 407 (100%)
R 105 of 407 ~ 25.8%
G 159 of 407 ~ 39.07%
B 143 of 407 ~ 35.14%

%25.8
%39.07
%35.14

CMYK color model

#699F8F color CMYK value is (34,0,10,38).

  • cyan value is 33.96%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 37.65%
CMYK:
(34,0,10,38)
C34M0Y10K38 
(34%,0%,10%,38%)
(0.34/0.00/0.10/0.38)	

CMYK percentages

%33.96
%0
%10.06
%37.65

Codes

Color #699F8F in popluar color models

699F8F
RGB105159143
HSL162°21.95%51.76%
HSB/HSV162°33.96%62.35%
CMYK33.96%0.00%10.06%
37.65%

Color #699F8F in popluar number systems.

HEX699F8F
Decimal105159143
Binary11010011001111110001111
Octal151237217

Shades and tints

Shades of #699F8F

#699F8F
(105,159,143)
#609182
(96,145,130)
#578375
(87,131,117)
#4E7568
(78,117,104)
#45675B
(69,103,91)
#3C594E
(60,89,78)
#334B41
(51,75,65)
#2A3D34
(42,61,52)
#212F27
(33,47,39)
#18211A
(24,33,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #699F8F

#699F8F
(105,159,143)
#76A799
(118,167,153)
#83AFA3
(131,175,163)
#90B7AD
(144,183,173)
#9DBFB7
(157,191,183)
#AAC7C1
(170,199,193)
#B7CFCB
(183,207,203)
#C4D7D5
(196,215,213)
#D1DFDF
(209,223,223)
#DEE7E9
(222,231,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699F8F color. Also use rgb(105,159,143) instead hex code.

Text Font Color

.myTextColor { color: #699F8F; }

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

This text font color is #699F8F.


Background Color

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

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

This div background color is #699F8F.


Border color

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

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

This div border color is #699F8F.


Opacity

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

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

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

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

This text has shadow with #699F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699F8F on black background.


Color preview on white background

This text has color #699F8F on white background.



Black color preview on #699F8F background

This text has black color on #699F8F background.


White color preview on #699F8F background

This text has white color on #699F8F background.