COLOR #699485

HEX: #699485
RGB: (105,148,133)

Color info

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

RGB color model

#699485 color RGB value is (105,148,133).

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

RGB channels and saturation

R 105 of 255 = 41%
G 148 of 255 = 58%
B 133 of 255 = 52%

105
148
133

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

Portions of RGB colors in percentages

R + G + B =
105 + 148 + 133 = 386 (100%)
R 105 of 386 ~ 27.2%
G 148 of 386 ~ 38.34%
B 133 of 386 ~ 34.46%

%27.2
%38.34
%34.46

CMYK color model

#699485 color CMYK value is (29,0,10,42).

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 10.14%
  • key color value is 41.96%
CMYK:
(29,0,10,42)
C29M0Y10K42 
(29%,0%,10%,42%)
(0.29/0.00/0.10/0.42)	

CMYK percentages

%29.05
%0
%10.14
%41.96

Codes

Color #699485 in popluar color models

699485
RGB105148133
HSL159°17.00%49.61%
HSB/HSV159°29.05%58.04%
CMYK29.05%0.00%10.14%
41.96%

Color #699485 in popluar number systems.

HEX699485
Decimal105148133
Binary11010011001010010000101
Octal151224205

Shades and tints

Shades of #699485

#699485
(105,148,133)
#608779
(96,135,121)
#577A6D
(87,122,109)
#4E6D61
(78,109,97)
#456055
(69,96,85)
#3C5349
(60,83,73)
#33463D
(51,70,61)
#2A3931
(42,57,49)
#212C25
(33,44,37)
#181F19
(24,31,25)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #699485

#699485
(105,148,133)
#769D90
(118,157,144)
#83A69B
(131,166,155)
#90AFA6
(144,175,166)
#9DB8B1
(157,184,177)
#AAC1BC
(170,193,188)
#B7CAC7
(183,202,199)
#C4D3D2
(196,211,210)
#D1DCDD
(209,220,221)
#DEE5E8
(222,229,232)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699485; }

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

This text font color is #699485.


Background Color

.myBgColor { background-color: #699485; }

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

This div background color is #699485.


Border color

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

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

This div border color is #699485.


Opacity

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

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

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

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

This text has shadow with #699485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699485 on black background.


Color preview on white background

This text has color #699485 on white background.



Black color preview on #699485 background

This text has black color on #699485 background.


White color preview on #699485 background

This text has white color on #699485 background.