COLOR #699985

HEX: #699985
RGB: (105,153,133)

Color info

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

RGB color model

#699985 color RGB value is (105,153,133).

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

RGB channels and saturation

R 105 of 255 = 41%
G 153 of 255 = 60%
B 133 of 255 = 52%

105
153
133

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

Portions of RGB colors in percentages

R + G + B =
105 + 153 + 133 = 391 (100%)
R 105 of 391 ~ 26.85%
G 153 of 391 ~ 39.13%
B 133 of 391 ~ 34.02%

%26.85
%39.13
%34.02

CMYK color model

#699985 color CMYK value is (31,0,13,40).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 40.00%
CMYK:
(31,0,13,40)
C31M0Y13K40 
(31%,0%,13%,40%)
(0.31/0.00/0.13/0.40)	

CMYK percentages

%31.37
%0
%13.07
%40

Codes

Color #699985 in popluar color models

699985
RGB105153133
HSL155°19.05%50.59%
HSB/HSV155°31.37%60.00%
CMYK31.37%0.00%13.07%
40.00%

Color #699985 in popluar number systems.

HEX699985
Decimal105153133
Binary11010011001100110000101
Octal151231205

Shades and tints

Shades of #699985

#699985
(105,153,133)
#608C79
(96,140,121)
#577F6D
(87,127,109)
#4E7261
(78,114,97)
#456555
(69,101,85)
#3C5849
(60,88,73)
#334B3D
(51,75,61)
#2A3E31
(42,62,49)
#213125
(33,49,37)
#182419
(24,36,25)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #699985

#699985
(105,153,133)
#76A290
(118,162,144)
#83AB9B
(131,171,155)
#90B4A6
(144,180,166)
#9DBDB1
(157,189,177)
#AAC6BC
(170,198,188)
#B7CFC7
(183,207,199)
#C4D8D2
(196,216,210)
#D1E1DD
(209,225,221)
#DEEAE8
(222,234,232)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699985; }

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

This text font color is #699985.


Background Color

.myBgColor { background-color: #699985; }

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

This div background color is #699985.


Border color

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

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

This div border color is #699985.


Opacity

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

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

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

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

This text has shadow with #699985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699985 on black background.


Color preview on white background

This text has color #699985 on white background.



Black color preview on #699985 background

This text has black color on #699985 background.


White color preview on #699985 background

This text has white color on #699985 background.