COLOR #69BDA7

HEX: #69BDA7
RGB: (105,189,167)

Color info

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

RGB color model

#69BDA7 color RGB value is (105,189,167).

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

RGB channels and saturation

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

105
189
167

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

Portions of RGB colors in percentages

R + G + B =
105 + 189 + 167 = 461 (100%)
R 105 of 461 ~ 22.78%
G 189 of 461 ~ 41%
B 167 of 461 ~ 36.23%

%22.78
%41
%36.23

CMYK color model

#69BDA7 color CMYK value is (44,0,12,26).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 25.88%
CMYK:
(44,0,12,26)
C44M0Y12K26 
(44%,0%,12%,26%)
(0.44/0.00/0.12/0.26)	

CMYK percentages

%44.44
%0
%11.64
%25.88

Codes

Color #69BDA7 in popluar color models

69BDA7
RGB105189167
HSL164°38.89%57.65%
HSB/HSV164°44.44%74.12%
CMYK44.44%0.00%11.64%
25.88%

Color #69BDA7 in popluar number systems.

HEX69BDA7
Decimal105189167
Binary11010011011110110100111
Octal151275247

Shades and tints

Shades of #69BDA7

#69BDA7
(105,189,167)
#60AC98
(96,172,152)
#579B89
(87,155,137)
#4E8A7A
(78,138,122)
#45796B
(69,121,107)
#3C685C
(60,104,92)
#33574D
(51,87,77)
#2A463E
(42,70,62)
#21352F
(33,53,47)
#182420
(24,36,32)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #69BDA7

#69BDA7
(105,189,167)
#76C3AF
(118,195,175)
#83C9B7
(131,201,183)
#90CFBF
(144,207,191)
#9DD5C7
(157,213,199)
#AADBCF
(170,219,207)
#B7E1D7
(183,225,215)
#C4E7DF
(196,231,223)
#D1EDE7
(209,237,231)
#DEF3EF
(222,243,239)
#EBF9F7
(235,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69BDA7; }

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

This text font color is #69BDA7.


Background Color

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

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

This div background color is #69BDA7.


Border color

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

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

This div border color is #69BDA7.


Opacity

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

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

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

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

This text has shadow with #69BDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69BDA7 on black background.


Color preview on white background

This text has color #69BDA7 on white background.



Black color preview on #69BDA7 background

This text has black color on #69BDA7 background.


White color preview on #69BDA7 background

This text has white color on #69BDA7 background.