COLOR #69B18C

HEX: #69B18C
RGB: (105,177,140)

Color info

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

RGB color model

#69B18C color RGB value is (105,177,140).

  • red value is 105;
  • green value is 177;
  • blue value is 140.
RGB:
(105,177,140)
(41%,69%,55%)

RGB channels and saturation

R 105 of 255 = 41%
G 177 of 255 = 69%
B 140 of 255 = 55%

105
177
140

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

Portions of RGB colors in percentages

R + G + B =
105 + 177 + 140 = 422 (100%)
R 105 of 422 ~ 24.88%
G 177 of 422 ~ 41.94%
B 140 of 422 ~ 33.18%

%24.88
%41.94
%33.18

CMYK color model

#69B18C color CMYK value is (41,0,21,31).

  • cyan value is 40.68%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 30.59%
CMYK:
(41,0,21,31)
C41M0Y21K31 
(41%,0%,21%,31%)
(0.41/0.00/0.21/0.31)	

CMYK percentages

%40.68
%0
%20.9
%30.59

Codes

Color #69B18C in popluar color models

69B18C
RGB105177140
HSL149°31.58%55.29%
HSB/HSV149°40.68%69.41%
CMYK40.68%0.00%20.90%
30.59%

Color #69B18C in popluar number systems.

HEX69B18C
Decimal105177140
Binary11010011011000110001100
Octal151261214

Shades and tints

Shades of #69B18C

#69B18C
(105,177,140)
#60A180
(96,161,128)
#579174
(87,145,116)
#4E8168
(78,129,104)
#45715C
(69,113,92)
#3C6150
(60,97,80)
#335144
(51,81,68)
#2A4138
(42,65,56)
#21312C
(33,49,44)
#182120
(24,33,32)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #69B18C

#69B18C
(105,177,140)
#76B896
(118,184,150)
#83BFA0
(131,191,160)
#90C6AA
(144,198,170)
#9DCDB4
(157,205,180)
#AAD4BE
(170,212,190)
#B7DBC8
(183,219,200)
#C4E2D2
(196,226,210)
#D1E9DC
(209,233,220)
#DEF0E6
(222,240,230)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B18C color. Also use rgb(105,177,140) instead hex code.

Text Font Color

.myTextColor { color: #69B18C; }

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

This text font color is #69B18C.


Background Color

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

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

This div background color is #69B18C.


Border color

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

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

This div border color is #69B18C.


Opacity

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

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

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

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

This text has shadow with #69B18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B18C on black background.


Color preview on white background

This text has color #69B18C on white background.



Black color preview on #69B18C background

This text has black color on #69B18C background.


White color preview on #69B18C background

This text has white color on #69B18C background.