COLOR #69A598

HEX: #69A598
RGB: (105,165,152)

Color info

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

RGB color model

#69A598 color RGB value is (105,165,152).

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

RGB channels and saturation

R 105 of 255 = 41%
G 165 of 255 = 65%
B 152 of 255 = 60%

105
165
152

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

Portions of RGB colors in percentages

R + G + B =
105 + 165 + 152 = 422 (100%)
R 105 of 422 ~ 24.88%
G 165 of 422 ~ 39.1%
B 152 of 422 ~ 36.02%

%24.88
%39.1
%36.02

CMYK color model

#69A598 color CMYK value is (36,0,8,35).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 35.29%
CMYK:
(36,0,8,35)
C36M0Y8K35 
(36%,0%,8%,35%)
(0.36/0.00/0.08/0.35)	

CMYK percentages

%36.36
%0
%7.88
%35.29

Codes

Color #69A598 in popluar color models

69A598
RGB105165152
HSL167°25.00%52.94%
HSB/HSV167°36.36%64.71%
CMYK36.36%0.00%7.88%
35.29%

Color #69A598 in popluar number systems.

HEX69A598
Decimal105165152
Binary11010011010010110011000
Octal151245230

Shades and tints

Shades of #69A598

#69A598
(105,165,152)
#60968B
(96,150,139)
#57877E
(87,135,126)
#4E7871
(78,120,113)
#456964
(69,105,100)
#3C5A57
(60,90,87)
#334B4A
(51,75,74)
#2A3C3D
(42,60,61)
#212D30
(33,45,48)
#181E23
(24,30,35)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #69A598

#69A598
(105,165,152)
#76ADA1
(118,173,161)
#83B5AA
(131,181,170)
#90BDB3
(144,189,179)
#9DC5BC
(157,197,188)
#AACDC5
(170,205,197)
#B7D5CE
(183,213,206)
#C4DDD7
(196,221,215)
#D1E5E0
(209,229,224)
#DEEDE9
(222,237,233)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69A598; }

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

This text font color is #69A598.


Background Color

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

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

This div background color is #69A598.


Border color

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

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

This div border color is #69A598.


Opacity

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

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

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

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

This text has shadow with #69A598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69A598 on black background.


Color preview on white background

This text has color #69A598 on white background.



Black color preview on #69A598 background

This text has black color on #69A598 background.


White color preview on #69A598 background

This text has white color on #69A598 background.