COLOR #69B0CD

HEX: #69B0CD
RGB: (105,176,205)

Color info

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

RGB color model

#69B0CD color RGB value is (105,176,205).

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

RGB channels and saturation

R 105 of 255 = 41%
G 176 of 255 = 69%
B 205 of 255 = 80%

105
176
205

R + G + B ~ 63%. #69B0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 176 + 205 = 486 (100%)
R 105 of 486 ~ 21.6%
G 176 of 486 ~ 36.21%
B 205 of 486 ~ 42.18%

%21.6
%36.21
%42.18

CMYK color model

#69B0CD color CMYK value is (49,14,0,20).

  • cyan value is 48.78%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(49,14,0,20)
C49M14Y0K20 
(49%,14%,0%,20%)
(0.49/0.14/0.00/0.20)	

CMYK percentages

%48.78
%14.15
%0
%19.61

Codes

Color #69B0CD in popluar color models

69B0CD
RGB105176205
HSL197°50.00%60.78%
HSB/HSV197°48.78%80.39%
CMYK48.78%14.15%0.00%
19.61%

Color #69B0CD in popluar number systems.

HEX69B0CD
Decimal105176205
Binary11010011011000011001101
Octal151260315

Shades and tints

Shades of #69B0CD

#69B0CD
(105,176,205)
#60A0BB
(96,160,187)
#5790A9
(87,144,169)
#4E8097
(78,128,151)
#457085
(69,112,133)
#3C6073
(60,96,115)
#335061
(51,80,97)
#2A404F
(42,64,79)
#21303D
(33,48,61)
#18202B
(24,32,43)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #69B0CD

#69B0CD
(105,176,205)
#76B7D1
(118,183,209)
#83BED5
(131,190,213)
#90C5D9
(144,197,217)
#9DCCDD
(157,204,221)
#AAD3E1
(170,211,225)
#B7DAE5
(183,218,229)
#C4E1E9
(196,225,233)
#D1E8ED
(209,232,237)
#DEEFF1
(222,239,241)
#EBF6F5
(235,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69B0CD; }

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

This text font color is #69B0CD.


Background Color

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

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

This div background color is #69B0CD.


Border color

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

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

This div border color is #69B0CD.


Opacity

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

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

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

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

This text has shadow with #69B0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B0CD on black background.


Color preview on white background

This text has color #69B0CD on white background.



Black color preview on #69B0CD background

This text has black color on #69B0CD background.


White color preview on #69B0CD background

This text has white color on #69B0CD background.