COLOR #69BDA9

HEX: #69BDA9 RGB: (105,189,169)

Color info

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

RGB color model

#69BDA9 color RGB value is (105,189,169).

RGB: (105,189,169) (41%, 74%, 66%)

RGB channels and saturation

R 105 of 255 = 41%
G 189 of 255 = 74%
B 169 of 255 = 66%

105
189
169

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

Portions of RGB colors in percentages

R + G + B = 105 + 189 + 169 = 463 (100%)
R 105 of 463 ~ 22.68%
G 189 of 463 ~ 40.82%
B 169 of 463 ~ 36.5'%

%22.68
%40.82
%36.5

CMYK color model

#69BDA9 color CMYK value is (44,0,11,26).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 25.88%

CMYK: (44,0,11,26)
C44M0Y11K26 (44%, 0%, 11%, 26%)
(0.44 / 0.00 / 0.11 / 0.26)

CMYK percentages

%44.44
%0
%10.58
%25.88

Codes

Color #69BDA9 in popluar color models

69 BD A9
RGB 105 189 169
HSL 166° 38.89% 57.65%
HSB/HSV 166° 44.44% 74.12%
CMYK 44.44% 0.00% 10.58%
25.88%

Color #69BDA9 in popluar number systems.

HEX 69 BD A9
Decimal 105 189 169
Binary 1101001 10111101 10101001
Octal 151 275 251

Shades and tints

Shades of #69BDA9

#69BDA9
(105,189,169)
#60AC9A
(96,172,154)
#579B8B
(87,155,139)
#4E8A7C
(78,138,124)
#45796D
(69,121,109)
#3C685E
(60,104,94)
#33574F
(51,87,79)
#2A4640
(42,70,64)
#213531
(33,53,49)
#182422
(24,36,34)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #69BDA9

#69BDA9
(105,189,169)
#76C3B0
(118,195,176)
#83C9B7
(131,201,183)
#90CFBE
(144,207,190)
#9DD5C5
(157,213,197)
#AADBCC
(170,219,204)
#B7E1D3
(183,225,211)
#C4E7DA
(196,231,218)
#D1EDE1
(209,237,225)
#DEF3E8
(222,243,232)
#EBF9EF
(235,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69BDA9; }

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

This text font color is #69BDA9.

Background Color

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

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

This div background color is #69BDA9.

Border color

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

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

This div border color is #69BDA9.

Opacity

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

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

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

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

This text has shadow with #69BDA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69BDA9.

Preview

Color preview on black background

This text has color #69BDA9 on black background.


Color preview on white background

This text has color #69BDA9 on white background.


Black color preview on #69BDA9 background

This text has black color on #69BDA9 background.


White color preview on #69BDA9 background

This text has white color on #69BDA9 background.


Related colors

Complementary color

Complementary color for #hex is #964256.


I love getcolorcode.com

Triadic colors

1 #A969BD and #BDA969 with #69BDA9 are triadic colors.

2 #A9BD69 and #BD69A9 with #69BDA9 are triadic colors.