COLOR #69BDC7

HEX: #69BDC7
RGB: (105,189,199)

Color info

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

RGB color model

#69BDC7 color RGB value is (105,189,199).

  • red value is 105;
  • green value is 189;
  • blue value is 199.
RGB:
(105,189,199)
(41%,74%,78%)

RGB channels and saturation

R 105 of 255 = 41%
G 189 of 255 = 74%
B 199 of 255 = 78%

105
189
199

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

Portions of RGB colors in percentages

R + G + B =
105 + 189 + 199 = 493 (100%)
R 105 of 493 ~ 21.3%
G 189 of 493 ~ 38.34%
B 199 of 493 ~ 40.37%

%21.3
%38.34
%40.37

CMYK color model

#69BDC7 color CMYK value is (47,5,0,22).

  • cyan value is 47.24%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(47,5,0,22)
C47M5Y0K22 
(47%,5%,0%,22%)
(0.47/0.05/0.00/0.22)	

CMYK percentages

%47.24
%5.03
%0
%21.96

Codes

Color #69BDC7 in popluar color models

69BDC7
RGB105189199
HSL186°45.63%59.61%
HSB/HSV186°47.24%78.04%
CMYK47.24%5.03%0.00%
21.96%

Color #69BDC7 in popluar number systems.

HEX69BDC7
Decimal105189199
Binary11010011011110111000111
Octal151275307

Shades and tints

Shades of #69BDC7

#69BDC7
(105,189,199)
#60ACB5
(96,172,181)
#579BA3
(87,155,163)
#4E8A91
(78,138,145)
#45797F
(69,121,127)
#3C686D
(60,104,109)
#33575B
(51,87,91)
#2A4649
(42,70,73)
#213537
(33,53,55)
#182425
(24,36,37)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #69BDC7

#69BDC7
(105,189,199)
#76C3CC
(118,195,204)
#83C9D1
(131,201,209)
#90CFD6
(144,207,214)
#9DD5DB
(157,213,219)
#AADBE0
(170,219,224)
#B7E1E5
(183,225,229)
#C4E7EA
(196,231,234)
#D1EDEF
(209,237,239)
#DEF3F4
(222,243,244)
#EBF9F9
(235,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69BDC7 color. Also use rgb(105,189,199) instead hex code.

Text Font Color

.myTextColor { color: #69BDC7; }

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

This text font color is #69BDC7.


Background Color

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

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

This div background color is #69BDC7.


Border color

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

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

This div border color is #69BDC7.


Opacity

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

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

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

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

This text has shadow with #69BDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69BDC7 on black background.


Color preview on white background

This text has color #69BDC7 on white background.



Black color preview on #69BDC7 background

This text has black color on #69BDC7 background.


White color preview on #69BDC7 background

This text has white color on #69BDC7 background.