COLOR #69B699

HEX: #69B699
RGB: (105,182,153)

Color info

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

RGB color model

#69B699 color RGB value is (105,182,153).

  • red value is 105;
  • green value is 182;
  • blue value is 153.
RGB:
(105,182,153)
(41%,71%,60%)

RGB channels and saturation

R 105 of 255 = 41%
G 182 of 255 = 71%
B 153 of 255 = 60%

105
182
153

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

Portions of RGB colors in percentages

R + G + B =
105 + 182 + 153 = 440 (100%)
R 105 of 440 ~ 23.86%
G 182 of 440 ~ 41.36%
B 153 of 440 ~ 34.77%

%23.86
%41.36
%34.77

CMYK color model

#69B699 color CMYK value is (42,0,16,29).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 28.63%
CMYK:
(42,0,16,29)
C42M0Y16K29 
(42%,0%,16%,29%)
(0.42/0.00/0.16/0.29)	

CMYK percentages

%42.31
%0
%15.93
%28.63

Codes

Color #69B699 in popluar color models

69B699
RGB105182153
HSL157°34.53%56.27%
HSB/HSV157°42.31%71.37%
CMYK42.31%0.00%15.93%
28.63%

Color #69B699 in popluar number systems.

HEX69B699
Decimal105182153
Binary11010011011011010011001
Octal151266231

Shades and tints

Shades of #69B699

#69B699
(105,182,153)
#60A68C
(96,166,140)
#57967F
(87,150,127)
#4E8672
(78,134,114)
#457665
(69,118,101)
#3C6658
(60,102,88)
#33564B
(51,86,75)
#2A463E
(42,70,62)
#213631
(33,54,49)
#182624
(24,38,36)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #69B699

#69B699
(105,182,153)
#76BCA2
(118,188,162)
#83C2AB
(131,194,171)
#90C8B4
(144,200,180)
#9DCEBD
(157,206,189)
#AAD4C6
(170,212,198)
#B7DACF
(183,218,207)
#C4E0D8
(196,224,216)
#D1E6E1
(209,230,225)
#DEECEA
(222,236,234)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B699 color. Also use rgb(105,182,153) instead hex code.

Text Font Color

.myTextColor { color: #69B699; }

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

This text font color is #69B699.


Background Color

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

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

This div background color is #69B699.


Border color

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

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

This div border color is #69B699.


Opacity

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

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

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

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

This text has shadow with #69B699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B699 on black background.


Color preview on white background

This text has color #69B699 on white background.



Black color preview on #69B699 background

This text has black color on #69B699 background.


White color preview on #69B699 background

This text has white color on #69B699 background.