COLOR #69CAB9

HEX: #69CAB9
RGB: (105,202,185)

Color info

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

RGB color model

#69CAB9 color RGB value is (105,202,185).

  • red value is 105;
  • green value is 202;
  • blue value is 185.
RGB:
(105,202,185)
(41%,79%,73%)

RGB channels and saturation

R 105 of 255 = 41%
G 202 of 255 = 79%
B 185 of 255 = 73%

105
202
185

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

Portions of RGB colors in percentages

R + G + B =
105 + 202 + 185 = 492 (100%)
R 105 of 492 ~ 21.34%
G 202 of 492 ~ 41.06%
B 185 of 492 ~ 37.6%

%21.34
%41.06
%37.6

CMYK color model

#69CAB9 color CMYK value is (48,0,8,21).

  • cyan value is 48.02%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 20.78%
CMYK:
(48,0,8,21)
C48M0Y8K21 
(48%,0%,8%,21%)
(0.48/0.00/0.08/0.21)	

CMYK percentages

%48.02
%0
%8.42
%20.78

Codes

Color #69CAB9 in popluar color models

69CAB9
RGB105202185
HSL169°47.78%60.20%
HSB/HSV169°48.02%79.22%
CMYK48.02%0.00%8.42%
20.78%

Color #69CAB9 in popluar number systems.

HEX69CAB9
Decimal105202185
Binary11010011100101010111001
Octal151312271

Shades and tints

Shades of #69CAB9

#69CAB9
(105,202,185)
#60B8A9
(96,184,169)
#57A699
(87,166,153)
#4E9489
(78,148,137)
#458279
(69,130,121)
#3C7069
(60,112,105)
#335E59
(51,94,89)
#2A4C49
(42,76,73)
#213A39
(33,58,57)
#182829
(24,40,41)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #69CAB9

#69CAB9
(105,202,185)
#76CEBF
(118,206,191)
#83D2C5
(131,210,197)
#90D6CB
(144,214,203)
#9DDAD1
(157,218,209)
#AADED7
(170,222,215)
#B7E2DD
(183,226,221)
#C4E6E3
(196,230,227)
#D1EAE9
(209,234,233)
#DEEEEF
(222,238,239)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69CAB9 color. Also use rgb(105,202,185) instead hex code.

Text Font Color

.myTextColor { color: #69CAB9; }

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

This text font color is #69CAB9.


Background Color

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

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

This div background color is #69CAB9.


Border color

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

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

This div border color is #69CAB9.


Opacity

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

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

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

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

This text has shadow with #69CAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69CAB9 on black background.


Color preview on white background

This text has color #69CAB9 on white background.



Black color preview on #69CAB9 background

This text has black color on #69CAB9 background.


White color preview on #69CAB9 background

This text has white color on #69CAB9 background.