COLOR #699DA8

HEX: #699DA8
RGB: (105,157,168)

Color info

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

RGB color model

#699DA8 color RGB value is (105,157,168).

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

RGB channels and saturation

R 105 of 255 = 41%
G 157 of 255 = 62%
B 168 of 255 = 66%

105
157
168

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

Portions of RGB colors in percentages

R + G + B =
105 + 157 + 168 = 430 (100%)
R 105 of 430 ~ 24.42%
G 157 of 430 ~ 36.51%
B 168 of 430 ~ 39.07%

%24.42
%36.51
%39.07

CMYK color model

#699DA8 color CMYK value is (38,7,0,34).

  • cyan value is 37.50%
  • magenta value is 6.55%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(38,7,0,34)
C38M7Y0K34 
(38%,7%,0%,34%)
(0.38/0.07/0.00/0.34)	

CMYK percentages

%37.5
%6.55
%0
%34.12

Codes

Color #699DA8 in popluar color models

699DA8
RGB105157168
HSL190°26.58%53.53%
HSB/HSV190°37.50%65.88%
CMYK37.50%6.55%0.00%
34.12%

Color #699DA8 in popluar number systems.

HEX699DA8
Decimal105157168
Binary11010011001110110101000
Octal151235250

Shades and tints

Shades of #699DA8

#699DA8
(105,157,168)
#608F99
(96,143,153)
#57818A
(87,129,138)
#4E737B
(78,115,123)
#45656C
(69,101,108)
#3C575D
(60,87,93)
#33494E
(51,73,78)
#2A3B3F
(42,59,63)
#212D30
(33,45,48)
#181F21
(24,31,33)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #699DA8

#699DA8
(105,157,168)
#76A5AF
(118,165,175)
#83ADB6
(131,173,182)
#90B5BD
(144,181,189)
#9DBDC4
(157,189,196)
#AAC5CB
(170,197,203)
#B7CDD2
(183,205,210)
#C4D5D9
(196,213,217)
#D1DDE0
(209,221,224)
#DEE5E7
(222,229,231)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699DA8; }

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

This text font color is #699DA8.


Background Color

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

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

This div background color is #699DA8.


Border color

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

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

This div border color is #699DA8.


Opacity

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

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

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

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

This text has shadow with #699DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699DA8 on black background.


Color preview on white background

This text has color #699DA8 on white background.



Black color preview on #699DA8 background

This text has black color on #699DA8 background.


White color preview on #699DA8 background

This text has white color on #699DA8 background.