COLOR #69A596

HEX: #69A596
RGB: (105,165,150)

Color info

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

RGB color model

#69A596 color RGB value is (105,165,150).

  • red value is 105;
  • green value is 165;
  • blue value is 150.
RGB:
(105,165,150)
(41%,65%,59%)

RGB channels and saturation

R 105 of 255 = 41%
G 165 of 255 = 65%
B 150 of 255 = 59%

105
165
150

R + G + B ~ 55%. #69A596 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 165 + 150 = 420 (100%)
R 105 of 420 ~ 25%
G 165 of 420 ~ 39.29%
B 150 of 420 ~ 35.71%

%25
%39.29
%35.71

CMYK color model

#69A596 color CMYK value is (36,0,9,35).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(36,0,9,35)
C36M0Y9K35 
(36%,0%,9%,35%)
(0.36/0.00/0.09/0.35)	

CMYK percentages

%36.36
%0
%9.09
%35.29

Codes

Color #69A596 in popluar color models

69A596
RGB105165150
HSL165°25.00%52.94%
HSB/HSV165°36.36%64.71%
CMYK36.36%0.00%9.09%
35.29%

Color #69A596 in popluar number systems.

HEX69A596
Decimal105165150
Binary11010011010010110010110
Octal151245226

Shades and tints

Shades of #69A596

#69A596
(105,165,150)
#609689
(96,150,137)
#57877C
(87,135,124)
#4E786F
(78,120,111)
#456962
(69,105,98)
#3C5A55
(60,90,85)
#334B48
(51,75,72)
#2A3C3B
(42,60,59)
#212D2E
(33,45,46)
#181E21
(24,30,33)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #69A596

#69A596
(105,165,150)
#76AD9F
(118,173,159)
#83B5A8
(131,181,168)
#90BDB1
(144,189,177)
#9DC5BA
(157,197,186)
#AACDC3
(170,205,195)
#B7D5CC
(183,213,204)
#C4DDD5
(196,221,213)
#D1E5DE
(209,229,222)
#DEEDE7
(222,237,231)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A596 color. Also use rgb(105,165,150) instead hex code.

Text Font Color

.myTextColor { color: #69A596; }

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

This text font color is #69A596.


Background Color

.myBgColor { background-color: #69A596; }

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

This div background color is #69A596.


Border color

.myBorderColor { border: 1px solid #69A596; }

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

This div border color is #69A596.


Opacity

.myOpacity80 { color: #69A596; opacity: 0.8; }

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

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

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

This text has shadow with #69A596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69A596 on black background.


Color preview on white background

This text has color #69A596 on white background.



Black color preview on #69A596 background

This text has black color on #69A596 background.


White color preview on #69A596 background

This text has white color on #69A596 background.