COLOR #69B1E7

HEX: #69B1E7
RGB: (105,177,231)

Color info

#69B1E7 contains mainly green and blue colors. Web safe color of #69B1E7 is #6699FF (or #69F).

RGB color model

#69B1E7 color RGB value is (105,177,231).

  • red value is 105;
  • green value is 177;
  • blue value is 231.
RGB:
(105,177,231)
(41%,69%,91%)

RGB channels and saturation

R 105 of 255 = 41%
G 177 of 255 = 69%
B 231 of 255 = 91%

105
177
231

R + G + B ~ 67%. #69B1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 177 + 231 = 513 (100%)
R 105 of 513 ~ 20.47%
G 177 of 513 ~ 34.5%
B 231 of 513 ~ 45.03%

%20.47
%34.5
%45.03

CMYK color model

#69B1E7 color CMYK value is (55,23,0,9).

  • cyan value is 54.55%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(55,23,0,9)
C55M23Y0K9 
(55%,23%,0%,9%)
(0.55/0.23/0.00/0.09)	

CMYK percentages

%54.55
%23.38
%0
%9.41

Codes

Color #69B1E7 in popluar color models

69B1E7
RGB105177231
HSL206°72.41%65.88%
HSB/HSV206°54.55%90.59%
CMYK54.55%23.38%0.00%
9.41%

Color #69B1E7 in popluar number systems.

HEX69B1E7
Decimal105177231
Binary11010011011000111100111
Octal151261347

Shades and tints

Shades of #69B1E7

#69B1E7
(105,177,231)
#60A1D2
(96,161,210)
#5791BD
(87,145,189)
#4E81A8
(78,129,168)
#457193
(69,113,147)
#3C617E
(60,97,126)
#335169
(51,81,105)
#2A4154
(42,65,84)
#21313F
(33,49,63)
#18212A
(24,33,42)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #69B1E7

#69B1E7
(105,177,231)
#76B8E9
(118,184,233)
#83BFEB
(131,191,235)
#90C6ED
(144,198,237)
#9DCDEF
(157,205,239)
#AAD4F1
(170,212,241)
#B7DBF3
(183,219,243)
#C4E2F5
(196,226,245)
#D1E9F7
(209,233,247)
#DEF0F9
(222,240,249)
#EBF7FB
(235,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B1E7 color. Also use rgb(105,177,231) instead hex code.

Text Font Color

.myTextColor { color: #69B1E7; }

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

This text font color is #69B1E7.


Background Color

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

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

This div background color is #69B1E7.


Border color

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

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

This div border color is #69B1E7.


Opacity

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

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

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

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

This text has shadow with #69B1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B1E7 on black background.


Color preview on white background

This text has color #69B1E7 on white background.



Black color preview on #69B1E7 background

This text has black color on #69B1E7 background.


White color preview on #69B1E7 background

This text has white color on #69B1E7 background.