COLOR #6CBB95

HEX: #6CBB95
RGB: (108,187,149)

Color info

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

RGB color model

#6CBB95 color RGB value is (108,187,149).

  • red value is 108;
  • green value is 187;
  • blue value is 149.
RGB:
(108,187,149)
(42%,73%,58%)

RGB channels and saturation

R 108 of 255 = 42%
G 187 of 255 = 73%
B 149 of 255 = 58%

108
187
149

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

Portions of RGB colors in percentages

R + G + B =
108 + 187 + 149 = 444 (100%)
R 108 of 444 ~ 24.32%
G 187 of 444 ~ 42.12%
B 149 of 444 ~ 33.56%

%24.32
%42.12
%33.56

CMYK color model

#6CBB95 color CMYK value is (42,0,20,27).

  • cyan value is 42.25%
  • magenta value is 0.00%
  • yellow value is 20.32%
  • key color value is 26.67%
CMYK:
(42,0,20,27)
C42M0Y20K27 
(42%,0%,20%,27%)
(0.42/0.00/0.20/0.27)	

CMYK percentages

%42.25
%0
%20.32
%26.67

Codes

Color #6CBB95 in popluar color models

6CBB95
RGB108187149
HSL151°36.74%57.84%
HSB/HSV151°42.25%73.33%
CMYK42.25%0.00%20.32%
26.67%

Color #6CBB95 in popluar number systems.

HEX6CBB95
Decimal108187149
Binary11011001011101110010101
Octal154273225

Shades and tints

Shades of #6CBB95

#6CBB95
(108,187,149)
#63AA88
(99,170,136)
#5A997B
(90,153,123)
#51886E
(81,136,110)
#487761
(72,119,97)
#3F6654
(63,102,84)
#365547
(54,85,71)
#2D443A
(45,68,58)
#24332D
(36,51,45)
#1B2220
(27,34,32)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #6CBB95

#6CBB95
(108,187,149)
#79C19E
(121,193,158)
#86C7A7
(134,199,167)
#93CDB0
(147,205,176)
#A0D3B9
(160,211,185)
#ADD9C2
(173,217,194)
#BADFCB
(186,223,203)
#C7E5D4
(199,229,212)
#D4EBDD
(212,235,221)
#E1F1E6
(225,241,230)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CBB95 color. Also use rgb(108,187,149) instead hex code.

Text Font Color

.myTextColor { color: #6CBB95; }

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

This text font color is #6CBB95.


Background Color

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

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

This div background color is #6CBB95.


Border color

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

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

This div border color is #6CBB95.


Opacity

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

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

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

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

This text has shadow with #6CBB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CBB95 on black background.


Color preview on white background

This text has color #6CBB95 on white background.



Black color preview on #6CBB95 background

This text has black color on #6CBB95 background.


White color preview on #6CBB95 background

This text has white color on #6CBB95 background.