COLOR #699BA6

HEX: #699BA6
RGB: (105,155,166)

Color info

#699BA6 contains mainly green and blue colors. Web safe color of #699BA6 is #669999 (or #699).

RGB color model

#699BA6 color RGB value is (105,155,166).

  • red value is 105;
  • green value is 155;
  • blue value is 166.
RGB:
(105,155,166)
(41%,61%,65%)

RGB channels and saturation

R 105 of 255 = 41%
G 155 of 255 = 61%
B 166 of 255 = 65%

105
155
166

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

Portions of RGB colors in percentages

R + G + B =
105 + 155 + 166 = 426 (100%)
R 105 of 426 ~ 24.65%
G 155 of 426 ~ 36.38%
B 166 of 426 ~ 38.97%

%24.65
%36.38
%38.97

CMYK color model

#699BA6 color CMYK value is (37,7,0,35).

  • cyan value is 36.75%
  • magenta value is 6.63%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(37,7,0,35)
C37M7Y0K35 
(37%,7%,0%,35%)
(0.37/0.07/0.00/0.35)	

CMYK percentages

%36.75
%6.63
%0
%34.9

Codes

Color #699BA6 in popluar color models

699BA6
RGB105155166
HSL191°25.52%53.14%
HSB/HSV191°36.75%65.10%
CMYK36.75%6.63%0.00%
34.90%

Color #699BA6 in popluar number systems.

HEX699BA6
Decimal105155166
Binary11010011001101110100110
Octal151233246

Shades and tints

Shades of #699BA6

#699BA6
(105,155,166)
#608D97
(96,141,151)
#577F88
(87,127,136)
#4E7179
(78,113,121)
#45636A
(69,99,106)
#3C555B
(60,85,91)
#33474C
(51,71,76)
#2A393D
(42,57,61)
#212B2E
(33,43,46)
#181D1F
(24,29,31)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #699BA6

#699BA6
(105,155,166)
#76A4AE
(118,164,174)
#83ADB6
(131,173,182)
#90B6BE
(144,182,190)
#9DBFC6
(157,191,198)
#AAC8CE
(170,200,206)
#B7D1D6
(183,209,214)
#C4DADE
(196,218,222)
#D1E3E6
(209,227,230)
#DEECEE
(222,236,238)
#EBF5F6
(235,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699BA6 color. Also use rgb(105,155,166) instead hex code.

Text Font Color

.myTextColor { color: #699BA6; }

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

This text font color is #699BA6.


Background Color

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

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

This div background color is #699BA6.


Border color

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

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

This div border color is #699BA6.


Opacity

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

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

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

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

This text has shadow with #699BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699BA6 on black background.


Color preview on white background

This text has color #699BA6 on white background.



Black color preview on #699BA6 background

This text has black color on #699BA6 background.


White color preview on #699BA6 background

This text has white color on #699BA6 background.