COLOR #69AF88

HEX: #69AF88 RGB: (105,175,136)

Color info

#69AF88 contains mainly green and blue colors. Web safe color of #69AF88 is #669999 (or #699).

RGB color model

#69AF88 color RGB value is (105,175,136).

RGB: (105,175,136) (41%, 69%, 53%)

RGB channels and saturation

R 105 of 255 = 41%
G 175 of 255 = 69%
B 136 of 255 = 53%

105
175
136

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

Portions of RGB colors in percentages

R + G + B = 105 + 175 + 136 = 416 (100%)
R 105 of 416 ~ 25.24%
G 175 of 416 ~ 42.07%
B 136 of 416 ~ 32.69'%

%25.24
%42.07
%32.69

CMYK color model

#69AF88 color CMYK value is (40,0,22,31).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 31.37%

CMYK: (40,0,22,31)
C40M0Y22K31 (40%, 0%, 22%, 31%)
(0.40 / 0.00 / 0.22 / 0.31)

CMYK percentages

%40
%0
%22.29
%31.37

Codes

Color #69AF88 in popluar color models

69 AF 88
RGB 105 175 136
HSL 147° 30.43% 54.90%
HSB/HSV 147° 40.00% 68.63%
CMYK 40.00% 0.00% 22.29%
31.37%

Color #69AF88 in popluar number systems.

HEX 69 AF 88
Decimal 105 175 136
Binary 1101001 10101111 10001000
Octal 151 257 210

Shades and tints

Shades of #69AF88

#69AF88
(105,175,136)
#60A07C
(96,160,124)
#579170
(87,145,112)
#4E8264
(78,130,100)
#457358
(69,115,88)
#3C644C
(60,100,76)
#335540
(51,85,64)
#2A4634
(42,70,52)
#213728
(33,55,40)
#18281C
(24,40,28)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #69AF88

#69AF88
(105,175,136)
#76B692
(118,182,146)
#83BD9C
(131,189,156)
#90C4A6
(144,196,166)
#9DCBB0
(157,203,176)
#AAD2BA
(170,210,186)
#B7D9C4
(183,217,196)
#C4E0CE
(196,224,206)
#D1E7D8
(209,231,216)
#DEEEE2
(222,238,226)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69AF88 color. Also use rgb(105,175,136) instead hex code.

Text Font Color

.myTextColor { color: #69AF88; }

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

This text font color is #69AF88.

Background Color

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

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

This div background color is #69AF88.

Border color

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

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

This div border color is #69AF88.

Opacity

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

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

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

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

This text has shadow with #69AF88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69AF88.

Preview

Color preview on black background

This text has color #69AF88 on black background.


Color preview on white background

This text has color #69AF88 on white background.


Black color preview on #69AF88 background

This text has black color on #69AF88 background.


White color preview on #69AF88 background

This text has white color on #69AF88 background.


Related colors

Complementary color

Complementary color for #hex is #965077.


I love getcolorcode.com

Triadic colors

1 #8869AF and #AF8869 with #69AF88 are triadic colors.

2 #88AF69 and #AF6988 with #69AF88 are triadic colors.