COLOR #69AE71

HEX: #69AE71
RGB: (105,174,113)

Color info

#69AE71 contains mainly green color. Web safe color of #69AE71 is #669966 (or #696).

RGB color model

#69AE71 color RGB value is (105,174,113).

  • red value is 105;
  • green value is 174;
  • blue value is 113.
RGB:
(105,174,113)
(41%,68%,44%)

RGB channels and saturation

R 105 of 255 = 41%
G 174 of 255 = 68%
B 113 of 255 = 44%

105
174
113

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

Portions of RGB colors in percentages

R + G + B =
105 + 174 + 113 = 392 (100%)
R 105 of 392 ~ 26.79%
G 174 of 392 ~ 44.39%
B 113 of 392 ~ 28.83%

%26.79
%44.39
%28.83

CMYK color model

#69AE71 color CMYK value is (40,0,35,32).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 35.06%
  • key color value is 31.76%
CMYK:
(40,0,35,32)
C40M0Y35K32 
(40%,0%,35%,32%)
(0.40/0.00/0.35/0.32)	

CMYK percentages

%39.66
%0
%35.06
%31.76

Codes

Color #69AE71 in popluar color models

69AE71
RGB105174113
HSL127°29.87%54.71%
HSB/HSV127°39.66%68.24%
CMYK39.66%0.00%35.06%
31.76%

Color #69AE71 in popluar number systems.

HEX69AE71
Decimal105174113
Binary1101001101011101110001
Octal151256161

Shades and tints

Shades of #69AE71

#69AE71
(105,174,113)
#609F67
(96,159,103)
#57905D
(87,144,93)
#4E8153
(78,129,83)
#457249
(69,114,73)
#3C633F
(60,99,63)
#335435
(51,84,53)
#2A452B
(42,69,43)
#213621
(33,54,33)
#182717
(24,39,23)
#0F180D
(15,24,13)
#000000
(0,0,0)

Tints of #69AE71

#69AE71
(105,174,113)
#76B57D
(118,181,125)
#83BC89
(131,188,137)
#90C395
(144,195,149)
#9DCAA1
(157,202,161)
#AAD1AD
(170,209,173)
#B7D8B9
(183,216,185)
#C4DFC5
(196,223,197)
#D1E6D1
(209,230,209)
#DEEDDD
(222,237,221)
#EBF4E9
(235,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69AE71 color. Also use rgb(105,174,113) instead hex code.

Text Font Color

.myTextColor { color: #69AE71; }

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

This text font color is #69AE71.


Background Color

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

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

This div background color is #69AE71.


Border color

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

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

This div border color is #69AE71.


Opacity

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

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

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

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

This text has shadow with #69AE71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69AE71 on black background.


Color preview on white background

This text has color #69AE71 on white background.



Black color preview on #69AE71 background

This text has black color on #69AE71 background.


White color preview on #69AE71 background

This text has white color on #69AE71 background.