COLOR #699899

HEX: #699899
RGB: (105,152,153)

Color info

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

RGB color model

#699899 color RGB value is (105,152,153).

  • red value is 105;
  • green value is 152;
  • blue value is 153.
RGB:
(105,152,153)
(41%,60%,60%)

RGB channels and saturation

R 105 of 255 = 41%
G 152 of 255 = 60%
B 153 of 255 = 60%

105
152
153

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

Portions of RGB colors in percentages

R + G + B =
105 + 152 + 153 = 410 (100%)
R 105 of 410 ~ 25.61%
G 152 of 410 ~ 37.07%
B 153 of 410 ~ 37.32%

%25.61
%37.07
%37.32

CMYK color model

#699899 color CMYK value is (31,1,0,40).

  • cyan value is 31.37%
  • magenta value is 0.65%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(31,1,0,40)
C31M1Y0K40 
(31%,1%,0%,40%)
(0.31/0.01/0.00/0.40)	

CMYK percentages

%31.37
%0.65
%0
%40

Codes

Color #699899 in popluar color models

699899
RGB105152153
HSL181°19.05%50.59%
HSB/HSV181°31.37%60.00%
CMYK31.37%0.65%0.00%
40.00%

Color #699899 in popluar number systems.

HEX699899
Decimal105152153
Binary11010011001100010011001
Octal151230231

Shades and tints

Shades of #699899

#699899
(105,152,153)
#608B8C
(96,139,140)
#577E7F
(87,126,127)
#4E7172
(78,113,114)
#456465
(69,100,101)
#3C5758
(60,87,88)
#334A4B
(51,74,75)
#2A3D3E
(42,61,62)
#213031
(33,48,49)
#182324
(24,35,36)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #699899

#699899
(105,152,153)
#76A1A2
(118,161,162)
#83AAAB
(131,170,171)
#90B3B4
(144,179,180)
#9DBCBD
(157,188,189)
#AAC5C6
(170,197,198)
#B7CECF
(183,206,207)
#C4D7D8
(196,215,216)
#D1E0E1
(209,224,225)
#DEE9EA
(222,233,234)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699899 color. Also use rgb(105,152,153) instead hex code.

Text Font Color

.myTextColor { color: #699899; }

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

This text font color is #699899.


Background Color

.myBgColor { background-color: #699899; }

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

This div background color is #699899.


Border color

.myBorderColor { border: 1px solid #699899; }

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

This div border color is #699899.


Opacity

.myOpacity80 { color: #699899; opacity: 0.8; }

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

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

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

This text has shadow with #699899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699899 on black background.


Color preview on white background

This text has color #699899 on white background.



Black color preview on #699899 background

This text has black color on #699899 background.


White color preview on #699899 background

This text has white color on #699899 background.