COLOR #69B897

HEX: #69B897
RGB: (105,184,151)

Color info

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

RGB color model

#69B897 color RGB value is (105,184,151).

  • red value is 105;
  • green value is 184;
  • blue value is 151.
RGB:
(105,184,151)
(41%,72%,59%)

RGB channels and saturation

R 105 of 255 = 41%
G 184 of 255 = 72%
B 151 of 255 = 59%

105
184
151

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

Portions of RGB colors in percentages

R + G + B =
105 + 184 + 151 = 440 (100%)
R 105 of 440 ~ 23.86%
G 184 of 440 ~ 41.82%
B 151 of 440 ~ 34.32%

%23.86
%41.82
%34.32

CMYK color model

#69B897 color CMYK value is (43,0,18,28).

  • cyan value is 42.93%
  • magenta value is 0.00%
  • yellow value is 17.93%
  • key color value is 27.84%
CMYK:
(43,0,18,28)
C43M0Y18K28 
(43%,0%,18%,28%)
(0.43/0.00/0.18/0.28)	

CMYK percentages

%42.93
%0
%17.93
%27.84

Codes

Color #69B897 in popluar color models

69B897
RGB105184151
HSL155°35.75%56.67%
HSB/HSV155°42.93%72.16%
CMYK42.93%0.00%17.93%
27.84%

Color #69B897 in popluar number systems.

HEX69B897
Decimal105184151
Binary11010011011100010010111
Octal151270227

Shades and tints

Shades of #69B897

#69B897
(105,184,151)
#60A88A
(96,168,138)
#57987D
(87,152,125)
#4E8870
(78,136,112)
#457863
(69,120,99)
#3C6856
(60,104,86)
#335849
(51,88,73)
#2A483C
(42,72,60)
#21382F
(33,56,47)
#182822
(24,40,34)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #69B897

#69B897
(105,184,151)
#76BEA0
(118,190,160)
#83C4A9
(131,196,169)
#90CAB2
(144,202,178)
#9DD0BB
(157,208,187)
#AAD6C4
(170,214,196)
#B7DCCD
(183,220,205)
#C4E2D6
(196,226,214)
#D1E8DF
(209,232,223)
#DEEEE8
(222,238,232)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B897 color. Also use rgb(105,184,151) instead hex code.

Text Font Color

.myTextColor { color: #69B897; }

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

This text font color is #69B897.


Background Color

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

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

This div background color is #69B897.


Border color

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

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

This div border color is #69B897.


Opacity

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

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

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

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

This text has shadow with #69B897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B897 on black background.


Color preview on white background

This text has color #69B897 on white background.



Black color preview on #69B897 background

This text has black color on #69B897 background.


White color preview on #69B897 background

This text has white color on #69B897 background.