COLOR #69A2B5

HEX: #69A2B5
RGB: (105,162,181)

Color info

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

RGB color model

#69A2B5 color RGB value is (105,162,181).

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

RGB channels and saturation

R 105 of 255 = 41%
G 162 of 255 = 64%
B 181 of 255 = 71%

105
162
181

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

Portions of RGB colors in percentages

R + G + B =
105 + 162 + 181 = 448 (100%)
R 105 of 448 ~ 23.44%
G 162 of 448 ~ 36.16%
B 181 of 448 ~ 40.4%

%23.44
%36.16
%40.4

CMYK color model

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

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

CMYK percentages

%41.99
%10.5
%0
%29.02

Codes

Color #69A2B5 in popluar color models

69A2B5
RGB105162181
HSL195°33.93%56.08%
HSB/HSV195°41.99%70.98%
CMYK41.99%10.50%0.00%
29.02%

Color #69A2B5 in popluar number systems.

HEX69A2B5
Decimal105162181
Binary11010011010001010110101
Octal151242265

Shades and tints

Shades of #69A2B5

#69A2B5
(105,162,181)
#6094A5
(96,148,165)
#578695
(87,134,149)
#4E7885
(78,120,133)
#456A75
(69,106,117)
#3C5C65
(60,92,101)
#334E55
(51,78,85)
#2A4045
(42,64,69)
#213235
(33,50,53)
#182425
(24,36,37)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #69A2B5

#69A2B5
(105,162,181)
#76AABB
(118,170,187)
#83B2C1
(131,178,193)
#90BAC7
(144,186,199)
#9DC2CD
(157,194,205)
#AACAD3
(170,202,211)
#B7D2D9
(183,210,217)
#C4DADF
(196,218,223)
#D1E2E5
(209,226,229)
#DEEAEB
(222,234,235)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A2B5 color. Also use rgb(105,162,181) instead hex code.

Text Font Color

.myTextColor { color: #69A2B5; }

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

This text font color is #69A2B5.


Background Color

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

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

This div background color is #69A2B5.


Border color

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

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

This div border color is #69A2B5.


Opacity

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

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

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

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

This text has shadow with #69A2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69A2B5 on black background.


Color preview on white background

This text has color #69A2B5 on white background.



Black color preview on #69A2B5 background

This text has black color on #69A2B5 background.


White color preview on #69A2B5 background

This text has white color on #69A2B5 background.