COLOR #699BA7

HEX: #699BA7 RGB: (105,155,167)

Color info

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

RGB color model

#699BA7 color RGB value is (105,155,167).

RGB: (105,155,167) (41%, 61%, 65%)

RGB channels and saturation

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

105
155
167

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

Portions of RGB colors in percentages

R + G + B = 105 + 155 + 167 = 427 (100%)
R 105 of 427 ~ 24.59%
G 155 of 427 ~ 36.3%
B 167 of 427 ~ 39.11'%

%24.59
%36.3
%39.11

CMYK color model

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

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

CMYK percentages

%37.13
%7.19
%0
%34.51

Codes

Color #699BA7 in popluar color models

69 9B A7
RGB 105 155 167
HSL 192° 26.05% 53.33%
HSB/HSV 192° 37.13% 65.49%
CMYK 37.13% 7.19% 0.00%
34.51%

Color #699BA7 in popluar number systems.

HEX 69 9B A7
Decimal 105 155 167
Binary 1101001 10011011 10100111
Octal 151 233 247

Shades and tints

Shades of #699BA7

#699BA7
(105,155,167)
#608D98
(96,141,152)
#577F89
(87,127,137)
#4E717A
(78,113,122)
#45636B
(69,99,107)
#3C555C
(60,85,92)
#33474D
(51,71,77)
#2A393E
(42,57,62)
#212B2F
(33,43,47)
#181D20
(24,29,32)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #699BA7

#699BA7
(105,155,167)
#76A4AF
(118,164,175)
#83ADB7
(131,173,183)
#90B6BF
(144,182,191)
#9DBFC7
(157,191,199)
#AAC8CF
(170,200,207)
#B7D1D7
(183,209,215)
#C4DADF
(196,218,223)
#D1E3E7
(209,227,231)
#DEECEF
(222,236,239)
#EBF5F7
(235,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699BA7; }

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

This text font color is #699BA7.

Background Color

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

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

This div background color is #699BA7.

Border color

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

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

This div border color is #699BA7.

Opacity

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

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

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

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

This text has shadow with #699BA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #699BA7.

Preview

Color preview on black background

This text has color #699BA7 on black background.


Color preview on white background

This text has color #699BA7 on white background.


Black color preview on #699BA7 background

This text has black color on #699BA7 background.


White color preview on #699BA7 background

This text has white color on #699BA7 background.


Related colors

Complementary color

Complementary color for #hex is #966458.


I love getcolorcode.com

Triadic colors

1 #A7699B and #9BA769 with #699BA7 are triadic colors.

2 #A79B69 and #9B69A7 with #699BA7 are triadic colors.