COLOR #69B6CC

HEX: #69B6CC
RGB: (105,182,204)

Color info

#69B6CC contains mainly green and blue colors. Web safe color of #69B6CC is #66CCCC (or #6CC).

RGB color model

#69B6CC color RGB value is (105,182,204).

  • red value is 105;
  • green value is 182;
  • blue value is 204.
RGB:
(105,182,204)
(41%,71%,80%)

RGB channels and saturation

R 105 of 255 = 41%
G 182 of 255 = 71%
B 204 of 255 = 80%

105
182
204

R + G + B ~ 64%. #69B6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 182 + 204 = 491 (100%)
R 105 of 491 ~ 21.38%
G 182 of 491 ~ 37.07%
B 204 of 491 ~ 41.55%

%21.38
%37.07
%41.55

CMYK color model

#69B6CC color CMYK value is (49,11,0,20).

  • cyan value is 48.53%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(49,11,0,20)
C49M11Y0K20 
(49%,11%,0%,20%)
(0.49/0.11/0.00/0.20)	

CMYK percentages

%48.53
%10.78
%0
%20

Codes

Color #69B6CC in popluar color models

69B6CC
RGB105182204
HSL193°49.25%60.59%
HSB/HSV193°48.53%80.00%
CMYK48.53%10.78%0.00%
20.00%

Color #69B6CC in popluar number systems.

HEX69B6CC
Decimal105182204
Binary11010011011011011001100
Octal151266314

Shades and tints

Shades of #69B6CC

#69B6CC
(105,182,204)
#60A6BA
(96,166,186)
#5796A8
(87,150,168)
#4E8696
(78,134,150)
#457684
(69,118,132)
#3C6672
(60,102,114)
#335660
(51,86,96)
#2A464E
(42,70,78)
#21363C
(33,54,60)
#18262A
(24,38,42)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #69B6CC

#69B6CC
(105,182,204)
#76BCD0
(118,188,208)
#83C2D4
(131,194,212)
#90C8D8
(144,200,216)
#9DCEDC
(157,206,220)
#AAD4E0
(170,212,224)
#B7DAE4
(183,218,228)
#C4E0E8
(196,224,232)
#D1E6EC
(209,230,236)
#DEECF0
(222,236,240)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B6CC color. Also use rgb(105,182,204) instead hex code.

Text Font Color

.myTextColor { color: #69B6CC; }

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

This text font color is #69B6CC.


Background Color

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

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

This div background color is #69B6CC.


Border color

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

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

This div border color is #69B6CC.


Opacity

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

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

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

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

This text has shadow with #69B6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B6CC on black background.


Color preview on white background

This text has color #69B6CC on white background.



Black color preview on #69B6CC background

This text has black color on #69B6CC background.


White color preview on #69B6CC background

This text has white color on #69B6CC background.