COLOR #69B0DC

HEX: #69B0DC
RGB: (105,176,220)

Color info

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

RGB color model

#69B0DC color RGB value is (105,176,220).

  • red value is 105;
  • green value is 176;
  • blue value is 220.
RGB:
(105,176,220)
(41%,69%,86%)

RGB channels and saturation

R 105 of 255 = 41%
G 176 of 255 = 69%
B 220 of 255 = 86%

105
176
220

R + G + B ~ 65%. #69B0DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 176 + 220 = 501 (100%)
R 105 of 501 ~ 20.96%
G 176 of 501 ~ 35.13%
B 220 of 501 ~ 43.91%

%20.96
%35.13
%43.91

CMYK color model

#69B0DC color CMYK value is (52,20,0,14).

  • cyan value is 52.27%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(52,20,0,14)
C52M20Y0K14 
(52%,20%,0%,14%)
(0.52/0.20/0.00/0.14)	

CMYK percentages

%52.27
%20
%0
%13.73

Codes

Color #69B0DC in popluar color models

69B0DC
RGB105176220
HSL203°62.16%63.73%
HSB/HSV203°52.27%86.27%
CMYK52.27%20.00%0.00%
13.73%

Color #69B0DC in popluar number systems.

HEX69B0DC
Decimal105176220
Binary11010011011000011011100
Octal151260334

Shades and tints

Shades of #69B0DC

#69B0DC
(105,176,220)
#60A0C8
(96,160,200)
#5790B4
(87,144,180)
#4E80A0
(78,128,160)
#45708C
(69,112,140)
#3C6078
(60,96,120)
#335064
(51,80,100)
#2A4050
(42,64,80)
#21303C
(33,48,60)
#182028
(24,32,40)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #69B0DC

#69B0DC
(105,176,220)
#76B7DF
(118,183,223)
#83BEE2
(131,190,226)
#90C5E5
(144,197,229)
#9DCCE8
(157,204,232)
#AAD3EB
(170,211,235)
#B7DAEE
(183,218,238)
#C4E1F1
(196,225,241)
#D1E8F4
(209,232,244)
#DEEFF7
(222,239,247)
#EBF6FA
(235,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B0DC color. Also use rgb(105,176,220) instead hex code.

Text Font Color

.myTextColor { color: #69B0DC; }

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

This text font color is #69B0DC.


Background Color

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

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

This div background color is #69B0DC.


Border color

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

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

This div border color is #69B0DC.


Opacity

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

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

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

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

This text has shadow with #69B0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B0DC on black background.


Color preview on white background

This text has color #69B0DC on white background.



Black color preview on #69B0DC background

This text has black color on #69B0DC background.


White color preview on #69B0DC background

This text has white color on #69B0DC background.