COLOR #69A6CB

HEX: #69A6CB
RGB: (105,166,203)

Color info

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

RGB color model

#69A6CB color RGB value is (105,166,203).

  • red value is 105;
  • green value is 166;
  • blue value is 203.
RGB:
(105,166,203)
(41%,65%,80%)

RGB channels and saturation

R 105 of 255 = 41%
G 166 of 255 = 65%
B 203 of 255 = 80%

105
166
203

R + G + B ~ 62%. #69A6CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 166 + 203 = 474 (100%)
R 105 of 474 ~ 22.15%
G 166 of 474 ~ 35.02%
B 203 of 474 ~ 42.83%

%22.15
%35.02
%42.83

CMYK color model

#69A6CB color CMYK value is (48,18,0,20).

  • cyan value is 48.28%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(48,18,0,20)
C48M18Y0K20 
(48%,18%,0%,20%)
(0.48/0.18/0.00/0.20)	

CMYK percentages

%48.28
%18.23
%0
%20.39

Codes

Color #69A6CB in popluar color models

69A6CB
RGB105166203
HSL203°48.51%60.39%
HSB/HSV203°48.28%79.61%
CMYK48.28%18.23%0.00%
20.39%

Color #69A6CB in popluar number systems.

HEX69A6CB
Decimal105166203
Binary11010011010011011001011
Octal151246313

Shades and tints

Shades of #69A6CB

#69A6CB
(105,166,203)
#6097B9
(96,151,185)
#5788A7
(87,136,167)
#4E7995
(78,121,149)
#456A83
(69,106,131)
#3C5B71
(60,91,113)
#334C5F
(51,76,95)
#2A3D4D
(42,61,77)
#212E3B
(33,46,59)
#181F29
(24,31,41)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #69A6CB

#69A6CB
(105,166,203)
#76AECF
(118,174,207)
#83B6D3
(131,182,211)
#90BED7
(144,190,215)
#9DC6DB
(157,198,219)
#AACEDF
(170,206,223)
#B7D6E3
(183,214,227)
#C4DEE7
(196,222,231)
#D1E6EB
(209,230,235)
#DEEEEF
(222,238,239)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A6CB color. Also use rgb(105,166,203) instead hex code.

Text Font Color

.myTextColor { color: #69A6CB; }

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

This text font color is #69A6CB.


Background Color

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

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

This div background color is #69A6CB.


Border color

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

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

This div border color is #69A6CB.


Opacity

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

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

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

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

This text has shadow with #69A6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69A6CB on black background.


Color preview on white background

This text has color #69A6CB on white background.



Black color preview on #69A6CB background

This text has black color on #69A6CB background.


White color preview on #69A6CB background

This text has white color on #69A6CB background.