COLOR #6C9E83

HEX: #6C9E83
RGB: (108,158,131)

Color info

#6C9E83 contains red, green and blue colors in about the same proportion. Web safe color of #6C9E83 is #669999 (or #699).

RGB color model

#6C9E83 color RGB value is (108,158,131).

  • red value is 108;
  • green value is 158;
  • blue value is 131.
RGB:
(108,158,131)
(42%,62%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 158 of 255 = 62%
B 131 of 255 = 51%

108
158
131

R + G + B ~ 52%. #6C9E83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 158 + 131 = 397 (100%)
R 108 of 397 ~ 27.2%
G 158 of 397 ~ 39.8%
B 131 of 397 ~ 33%

%27.2
%39.8
%33

CMYK color model

#6C9E83 color CMYK value is (32,0,17,38).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 38.04%
CMYK:
(32,0,17,38)
C32M0Y17K38 
(32%,0%,17%,38%)
(0.32/0.00/0.17/0.38)	

CMYK percentages

%31.65
%0
%17.09
%38.04

Codes

Color #6C9E83 in popluar color models

6C9E83
RGB108158131
HSL148°20.49%52.16%
HSB/HSV148°31.65%61.96%
CMYK31.65%0.00%17.09%
38.04%

Color #6C9E83 in popluar number systems.

HEX6C9E83
Decimal108158131
Binary11011001001111010000011
Octal154236203

Shades and tints

Shades of #6C9E83

#6C9E83
(108,158,131)
#639078
(99,144,120)
#5A826D
(90,130,109)
#517462
(81,116,98)
#486657
(72,102,87)
#3F584C
(63,88,76)
#364A41
(54,74,65)
#2D3C36
(45,60,54)
#242E2B
(36,46,43)
#1B2020
(27,32,32)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #6C9E83

#6C9E83
(108,158,131)
#79A68E
(121,166,142)
#86AE99
(134,174,153)
#93B6A4
(147,182,164)
#A0BEAF
(160,190,175)
#ADC6BA
(173,198,186)
#BACEC5
(186,206,197)
#C7D6D0
(199,214,208)
#D4DEDB
(212,222,219)
#E1E6E6
(225,230,230)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9E83 color. Also use rgb(108,158,131) instead hex code.

Text Font Color

.myTextColor { color: #6C9E83; }

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

This text font color is #6C9E83.


Background Color

.myBgColor { background-color: #6C9E83; }

<div style="background-color:#6C9E83">Inner text</div>

This div background color is #6C9E83.


Border color

.myBorderColor { border: 1px solid #6C9E83; }

<div style="border:3px solid #6C9E83">Div</div>

This div border color is #6C9E83.


Opacity

.myOpacity80 { color: #6C9E83; opacity: 0.8; }

<p style="color:#6C9E83;opacity:0.8;">80%</p>

Text with #6C9E83 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 #6C9E83;}

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

This text has shadow with #6C9E83 color.

.textShadow {text-shadow: 3px 3px 1px #6C9E83, 3px 3px 1px red;}

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

This text has shadow with #6C9E83 primary color and red secondary color.


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

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

This text has shadow with #6C9E83 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9E83 on black background.


Color preview on white background

This text has color #6C9E83 on white background.



Black color preview on #6C9E83 background

This text has black color on #6C9E83 background.


White color preview on #6C9E83 background

This text has white color on #6C9E83 background.