COLOR #699C93

HEX: #699C93
RGB: (105,156,147)

Color info

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

RGB color model

#699C93 color RGB value is (105,156,147).

  • red value is 105;
  • green value is 156;
  • blue value is 147.
RGB:
(105,156,147)
(41%,61%,58%)

RGB channels and saturation

R 105 of 255 = 41%
G 156 of 255 = 61%
B 147 of 255 = 58%

105
156
147

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

Portions of RGB colors in percentages

R + G + B =
105 + 156 + 147 = 408 (100%)
R 105 of 408 ~ 25.74%
G 156 of 408 ~ 38.24%
B 147 of 408 ~ 36.03%

%25.74
%38.24
%36.03

CMYK color model

#699C93 color CMYK value is (33,0,6,39).

  • cyan value is 32.69%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 38.82%
CMYK:
(33,0,6,39)
C33M0Y6K39 
(33%,0%,6%,39%)
(0.33/0.00/0.06/0.39)	

CMYK percentages

%32.69
%0
%5.77
%38.82

Codes

Color #699C93 in popluar color models

699C93
RGB105156147
HSL169°20.48%51.18%
HSB/HSV169°32.69%61.18%
CMYK32.69%0.00%5.77%
38.82%

Color #699C93 in popluar number systems.

HEX699C93
Decimal105156147
Binary11010011001110010010011
Octal151234223

Shades and tints

Shades of #699C93

#699C93
(105,156,147)
#608E86
(96,142,134)
#578079
(87,128,121)
#4E726C
(78,114,108)
#45645F
(69,100,95)
#3C5652
(60,86,82)
#334845
(51,72,69)
#2A3A38
(42,58,56)
#212C2B
(33,44,43)
#181E1E
(24,30,30)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #699C93

#699C93
(105,156,147)
#76A59C
(118,165,156)
#83AEA5
(131,174,165)
#90B7AE
(144,183,174)
#9DC0B7
(157,192,183)
#AAC9C0
(170,201,192)
#B7D2C9
(183,210,201)
#C4DBD2
(196,219,210)
#D1E4DB
(209,228,219)
#DEEDE4
(222,237,228)
#EBF6ED
(235,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699C93 color. Also use rgb(105,156,147) instead hex code.

Text Font Color

.myTextColor { color: #699C93; }

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

This text font color is #699C93.


Background Color

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

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

This div background color is #699C93.


Border color

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

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

This div border color is #699C93.


Opacity

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

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

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

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

This text has shadow with #699C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699C93 on black background.


Color preview on white background

This text has color #699C93 on white background.



Black color preview on #699C93 background

This text has black color on #699C93 background.


White color preview on #699C93 background

This text has white color on #699C93 background.