COLOR #69B28F

HEX: #69B28F
RGB: (105,178,143)

Color info

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

RGB color model

#69B28F color RGB value is (105,178,143).

  • red value is 105;
  • green value is 178;
  • blue value is 143.
RGB:
(105,178,143)
(41%,70%,56%)

RGB channels and saturation

R 105 of 255 = 41%
G 178 of 255 = 70%
B 143 of 255 = 56%

105
178
143

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

Portions of RGB colors in percentages

R + G + B =
105 + 178 + 143 = 426 (100%)
R 105 of 426 ~ 24.65%
G 178 of 426 ~ 41.78%
B 143 of 426 ~ 33.57%

%24.65
%41.78
%33.57

CMYK color model

#69B28F color CMYK value is (41,0,20,30).

  • cyan value is 41.01%
  • magenta value is 0.00%
  • yellow value is 19.66%
  • key color value is 30.20%
CMYK:
(41,0,20,30)
C41M0Y20K30 
(41%,0%,20%,30%)
(0.41/0.00/0.20/0.30)	

CMYK percentages

%41.01
%0
%19.66
%30.2

Codes

Color #69B28F in popluar color models

69B28F
RGB105178143
HSL151°32.16%55.49%
HSB/HSV151°41.01%69.80%
CMYK41.01%0.00%19.66%
30.20%

Color #69B28F in popluar number systems.

HEX69B28F
Decimal105178143
Binary11010011011001010001111
Octal151262217

Shades and tints

Shades of #69B28F

#69B28F
(105,178,143)
#60A282
(96,162,130)
#579275
(87,146,117)
#4E8268
(78,130,104)
#45725B
(69,114,91)
#3C624E
(60,98,78)
#335241
(51,82,65)
#2A4234
(42,66,52)
#213227
(33,50,39)
#18221A
(24,34,26)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #69B28F

#69B28F
(105,178,143)
#76B999
(118,185,153)
#83C0A3
(131,192,163)
#90C7AD
(144,199,173)
#9DCEB7
(157,206,183)
#AAD5C1
(170,213,193)
#B7DCCB
(183,220,203)
#C4E3D5
(196,227,213)
#D1EADF
(209,234,223)
#DEF1E9
(222,241,233)
#EBF8F3
(235,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B28F color. Also use rgb(105,178,143) instead hex code.

Text Font Color

.myTextColor { color: #69B28F; }

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

This text font color is #69B28F.


Background Color

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

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

This div background color is #69B28F.


Border color

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

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

This div border color is #69B28F.


Opacity

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

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

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

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

This text has shadow with #69B28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B28F on black background.


Color preview on white background

This text has color #69B28F on white background.



Black color preview on #69B28F background

This text has black color on #69B28F background.


White color preview on #69B28F background

This text has white color on #69B28F background.