COLOR #69B48C

HEX: #69B48C
RGB: (105,180,140)

Color info

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

RGB color model

#69B48C color RGB value is (105,180,140).

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

RGB channels and saturation

R 105 of 255 = 41%
G 180 of 255 = 71%
B 140 of 255 = 55%

105
180
140

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

Portions of RGB colors in percentages

R + G + B =
105 + 180 + 140 = 425 (100%)
R 105 of 425 ~ 24.71%
G 180 of 425 ~ 42.35%
B 140 of 425 ~ 32.94%

%24.71
%42.35
%32.94

CMYK color model

#69B48C color CMYK value is (42,0,22,29).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 29.41%
CMYK:
(42,0,22,29)
C42M0Y22K29 
(42%,0%,22%,29%)
(0.42/0.00/0.22/0.29)	

CMYK percentages

%41.67
%0
%22.22
%29.41

Codes

Color #69B48C in popluar color models

69B48C
RGB105180140
HSL148°33.33%55.88%
HSB/HSV148°41.67%70.59%
CMYK41.67%0.00%22.22%
29.41%

Color #69B48C in popluar number systems.

HEX69B48C
Decimal105180140
Binary11010011011010010001100
Octal151264214

Shades and tints

Shades of #69B48C

#69B48C
(105,180,140)
#60A480
(96,164,128)
#579474
(87,148,116)
#4E8468
(78,132,104)
#45745C
(69,116,92)
#3C6450
(60,100,80)
#335444
(51,84,68)
#2A4438
(42,68,56)
#21342C
(33,52,44)
#182420
(24,36,32)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #69B48C

#69B48C
(105,180,140)
#76BA96
(118,186,150)
#83C0A0
(131,192,160)
#90C6AA
(144,198,170)
#9DCCB4
(157,204,180)
#AAD2BE
(170,210,190)
#B7D8C8
(183,216,200)
#C4DED2
(196,222,210)
#D1E4DC
(209,228,220)
#DEEAE6
(222,234,230)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69B48C; }

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

This text font color is #69B48C.


Background Color

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

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

This div background color is #69B48C.


Border color

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

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

This div border color is #69B48C.


Opacity

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

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

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

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

This text has shadow with #69B48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B48C on black background.


Color preview on white background

This text has color #69B48C on white background.



Black color preview on #69B48C background

This text has black color on #69B48C background.


White color preview on #69B48C background

This text has white color on #69B48C background.