COLOR #69BDA5

HEX: #69BDA5
RGB: (105,189,165)

Color info

#69BDA5 contains mainly green and blue colors. Web safe color of #69BDA5 is #66CC99 (or #6C9).

RGB color model

#69BDA5 color RGB value is (105,189,165).

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

RGB channels and saturation

R 105 of 255 = 41%
G 189 of 255 = 74%
B 165 of 255 = 65%

105
189
165

R + G + B ~ 60%. #69BDA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 189 + 165 = 459 (100%)
R 105 of 459 ~ 22.88%
G 189 of 459 ~ 41.18%
B 165 of 459 ~ 35.95%

%22.88
%41.18
%35.95

CMYK color model

#69BDA5 color CMYK value is (44,0,13,26).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 25.88%
CMYK:
(44,0,13,26)
C44M0Y13K26 
(44%,0%,13%,26%)
(0.44/0.00/0.13/0.26)	

CMYK percentages

%44.44
%0
%12.7
%25.88

Codes

Color #69BDA5 in popluar color models

69BDA5
RGB105189165
HSL163°38.89%57.65%
HSB/HSV163°44.44%74.12%
CMYK44.44%0.00%12.70%
25.88%

Color #69BDA5 in popluar number systems.

HEX69BDA5
Decimal105189165
Binary11010011011110110100101
Octal151275245

Shades and tints

Shades of #69BDA5

#69BDA5
(105,189,165)
#60AC96
(96,172,150)
#579B87
(87,155,135)
#4E8A78
(78,138,120)
#457969
(69,121,105)
#3C685A
(60,104,90)
#33574B
(51,87,75)
#2A463C
(42,70,60)
#21352D
(33,53,45)
#18241E
(24,36,30)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #69BDA5

#69BDA5
(105,189,165)
#76C3AD
(118,195,173)
#83C9B5
(131,201,181)
#90CFBD
(144,207,189)
#9DD5C5
(157,213,197)
#AADBCD
(170,219,205)
#B7E1D5
(183,225,213)
#C4E7DD
(196,231,221)
#D1EDE5
(209,237,229)
#DEF3ED
(222,243,237)
#EBF9F5
(235,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69BDA5; }

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

This text font color is #69BDA5.


Background Color

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

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

This div background color is #69BDA5.


Border color

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

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

This div border color is #69BDA5.


Opacity

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

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

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

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

This text has shadow with #69BDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69BDA5 on black background.


Color preview on white background

This text has color #69BDA5 on white background.



Black color preview on #69BDA5 background

This text has black color on #69BDA5 background.


White color preview on #69BDA5 background

This text has white color on #69BDA5 background.