COLOR #69A4B6

HEX: #69A4B6
RGB: (105,164,182)

Color info

#69A4B6 contains mainly green and blue colors. Web safe color of #69A4B6 is #6699CC (or #69C).

RGB color model

#69A4B6 color RGB value is (105,164,182).

  • red value is 105;
  • green value is 164;
  • blue value is 182.
RGB:
(105,164,182)
(41%,64%,71%)

RGB channels and saturation

R 105 of 255 = 41%
G 164 of 255 = 64%
B 182 of 255 = 71%

105
164
182

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

Portions of RGB colors in percentages

R + G + B =
105 + 164 + 182 = 451 (100%)
R 105 of 451 ~ 23.28%
G 164 of 451 ~ 36.36%
B 182 of 451 ~ 40.35%

%23.28
%36.36
%40.35

CMYK color model

#69A4B6 color CMYK value is (42,10,0,29).

  • cyan value is 42.31%
  • magenta value is 9.89%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(42,10,0,29)
C42M10Y0K29 
(42%,10%,0%,29%)
(0.42/0.10/0.00/0.29)	

CMYK percentages

%42.31
%9.89
%0
%28.63

Codes

Color #69A4B6 in popluar color models

69A4B6
RGB105164182
HSL194°34.53%56.27%
HSB/HSV194°42.31%71.37%
CMYK42.31%9.89%0.00%
28.63%

Color #69A4B6 in popluar number systems.

HEX69A4B6
Decimal105164182
Binary11010011010010010110110
Octal151244266

Shades and tints

Shades of #69A4B6

#69A4B6
(105,164,182)
#6096A6
(96,150,166)
#578896
(87,136,150)
#4E7A86
(78,122,134)
#456C76
(69,108,118)
#3C5E66
(60,94,102)
#335056
(51,80,86)
#2A4246
(42,66,70)
#213436
(33,52,54)
#182626
(24,38,38)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #69A4B6

#69A4B6
(105,164,182)
#76ACBC
(118,172,188)
#83B4C2
(131,180,194)
#90BCC8
(144,188,200)
#9DC4CE
(157,196,206)
#AACCD4
(170,204,212)
#B7D4DA
(183,212,218)
#C4DCE0
(196,220,224)
#D1E4E6
(209,228,230)
#DEECEC
(222,236,236)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A4B6 color. Also use rgb(105,164,182) instead hex code.

Text Font Color

.myTextColor { color: #69A4B6; }

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

This text font color is #69A4B6.


Background Color

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

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

This div background color is #69A4B6.


Border color

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

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

This div border color is #69A4B6.


Opacity

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

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

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

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

This text has shadow with #69A4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69A4B6 on black background.


Color preview on white background

This text has color #69A4B6 on white background.



Black color preview on #69A4B6 background

This text has black color on #69A4B6 background.


White color preview on #69A4B6 background

This text has white color on #69A4B6 background.