COLOR #699D96

HEX: #699D96
RGB: (105,157,150)

Color info

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

RGB color model

#699D96 color RGB value is (105,157,150).

  • red value is 105;
  • green value is 157;
  • blue value is 150.
RGB:
(105,157,150)
(41%,62%,59%)

RGB channels and saturation

R 105 of 255 = 41%
G 157 of 255 = 62%
B 150 of 255 = 59%

105
157
150

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

Portions of RGB colors in percentages

R + G + B =
105 + 157 + 150 = 412 (100%)
R 105 of 412 ~ 25.49%
G 157 of 412 ~ 38.11%
B 150 of 412 ~ 36.41%

%25.49
%38.11
%36.41

CMYK color model

#699D96 color CMYK value is (33,0,4,38).

  • cyan value is 33.12%
  • magenta value is 0.00%
  • yellow value is 4.46%
  • key color value is 38.43%
CMYK:
(33,0,4,38)
C33M0Y4K38 
(33%,0%,4%,38%)
(0.33/0.00/0.04/0.38)	

CMYK percentages

%33.12
%0
%4.46
%38.43

Codes

Color #699D96 in popluar color models

699D96
RGB105157150
HSL172°20.97%51.37%
HSB/HSV172°33.12%61.57%
CMYK33.12%0.00%4.46%
38.43%

Color #699D96 in popluar number systems.

HEX699D96
Decimal105157150
Binary11010011001110110010110
Octal151235226

Shades and tints

Shades of #699D96

#699D96
(105,157,150)
#608F89
(96,143,137)
#57817C
(87,129,124)
#4E736F
(78,115,111)
#456562
(69,101,98)
#3C5755
(60,87,85)
#334948
(51,73,72)
#2A3B3B
(42,59,59)
#212D2E
(33,45,46)
#181F21
(24,31,33)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #699D96

#699D96
(105,157,150)
#76A59F
(118,165,159)
#83ADA8
(131,173,168)
#90B5B1
(144,181,177)
#9DBDBA
(157,189,186)
#AAC5C3
(170,197,195)
#B7CDCC
(183,205,204)
#C4D5D5
(196,213,213)
#D1DDDE
(209,221,222)
#DEE5E7
(222,229,231)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699D96 color. Also use rgb(105,157,150) instead hex code.

Text Font Color

.myTextColor { color: #699D96; }

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

This text font color is #699D96.


Background Color

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

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

This div background color is #699D96.


Border color

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

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

This div border color is #699D96.


Opacity

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

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

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

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

This text has shadow with #699D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699D96 on black background.


Color preview on white background

This text has color #699D96 on white background.



Black color preview on #699D96 background

This text has black color on #699D96 background.


White color preview on #699D96 background

This text has white color on #699D96 background.