COLOR #699F85

HEX: #699F85
RGB: (105,159,133)

Color info

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

RGB color model

#699F85 color RGB value is (105,159,133).

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

RGB channels and saturation

R 105 of 255 = 41%
G 159 of 255 = 62%
B 133 of 255 = 52%

105
159
133

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

Portions of RGB colors in percentages

R + G + B =
105 + 159 + 133 = 397 (100%)
R 105 of 397 ~ 26.45%
G 159 of 397 ~ 40.05%
B 133 of 397 ~ 33.5%

%26.45
%40.05
%33.5

CMYK color model

#699F85 color CMYK value is (34,0,16,38).

  • cyan value is 33.96%
  • magenta value is 0.00%
  • yellow value is 16.35%
  • key color value is 37.65%
CMYK:
(34,0,16,38)
C34M0Y16K38 
(34%,0%,16%,38%)
(0.34/0.00/0.16/0.38)	

CMYK percentages

%33.96
%0
%16.35
%37.65

Codes

Color #699F85 in popluar color models

699F85
RGB105159133
HSL151°21.95%51.76%
HSB/HSV151°33.96%62.35%
CMYK33.96%0.00%16.35%
37.65%

Color #699F85 in popluar number systems.

HEX699F85
Decimal105159133
Binary11010011001111110000101
Octal151237205

Shades and tints

Shades of #699F85

#699F85
(105,159,133)
#609179
(96,145,121)
#57836D
(87,131,109)
#4E7561
(78,117,97)
#456755
(69,103,85)
#3C5949
(60,89,73)
#334B3D
(51,75,61)
#2A3D31
(42,61,49)
#212F25
(33,47,37)
#182119
(24,33,25)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #699F85

#699F85
(105,159,133)
#76A790
(118,167,144)
#83AF9B
(131,175,155)
#90B7A6
(144,183,166)
#9DBFB1
(157,191,177)
#AAC7BC
(170,199,188)
#B7CFC7
(183,207,199)
#C4D7D2
(196,215,210)
#D1DFDD
(209,223,221)
#DEE7E8
(222,231,232)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699F85; }

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

This text font color is #699F85.


Background Color

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

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

This div background color is #699F85.


Border color

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

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

This div border color is #699F85.


Opacity

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

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

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

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

This text has shadow with #699F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699F85 on black background.


Color preview on white background

This text has color #699F85 on white background.



Black color preview on #699F85 background

This text has black color on #699F85 background.


White color preview on #699F85 background

This text has white color on #699F85 background.