COLOR #3CBCA7

HEX: #3CBCA7
RGB: (60,188,167)

Color info

#3CBCA7 contains mainly green and blue colors. Web safe color of #3CBCA7 is #33CC99 (or #3C9).

RGB color model

#3CBCA7 color RGB value is (60,188,167).

  • red value is 60;
  • green value is 188;
  • blue value is 167.
RGB:
(60,188,167)
(24%,74%,65%)

RGB channels and saturation

R 60 of 255 = 24%
G 188 of 255 = 74%
B 167 of 255 = 65%

60
188
167

R + G + B ~ 54%. #3CBCA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
60 + 188 + 167 = 415 (100%)
R 60 of 415 ~ 14.46%
G 188 of 415 ~ 45.3%
B 167 of 415 ~ 40.24%

%14.46
%45.3
%40.24

CMYK color model

#3CBCA7 color CMYK value is (68,0,11,26).

  • cyan value is 68.09%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(68,0,11,26)
C68M0Y11K26 
(68%,0%,11%,26%)
(0.68/0.00/0.11/0.26)	

CMYK percentages

%68.09
%0
%11.17
%26.27

Codes

Color #3CBCA7 in popluar color models

3CBCA7
RGB60188167
HSL170°51.61%48.63%
HSB/HSV170°68.09%73.73%
CMYK68.09%0.00%11.17%
26.27%

Color #3CBCA7 in popluar number systems.

HEX3CBCA7
Decimal60188167
Binary1111001011110010100111
Octal74274247

Shades and tints

Shades of #3CBCA7

#3CBCA7
(60,188,167)
#37AB98
(55,171,152)
#329A89
(50,154,137)
#2D897A
(45,137,122)
#28786B
(40,120,107)
#23675C
(35,103,92)
#1E564D
(30,86,77)
#19453E
(25,69,62)
#14342F
(20,52,47)
#0F2320
(15,35,32)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #3CBCA7

#3CBCA7
(60,188,167)
#4DC2AF
(77,194,175)
#5EC8B7
(94,200,183)
#6FCEBF
(111,206,191)
#80D4C7
(128,212,199)
#91DACF
(145,218,207)
#A2E0D7
(162,224,215)
#B3E6DF
(179,230,223)
#C4ECE7
(196,236,231)
#D5F2EF
(213,242,239)
#E6F8F7
(230,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CBCA7 color. Also use rgb(60,188,167) instead hex code.

Text Font Color

.myTextColor { color: #3CBCA7; }

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

This text font color is #3CBCA7.


Background Color

.myBgColor { background-color: #3CBCA7; }

<div style="background-color:#3CBCA7">Inner text</div>

This div background color is #3CBCA7.


Border color

.myBorderColor { border: 1px solid #3CBCA7; }

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

This div border color is #3CBCA7.


Opacity

.myOpacity80 { color: #3CBCA7; opacity: 0.8; }

<p style="color:#3CBCA7;opacity:0.8;">80%</p>

Text with #3CBCA7 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 #3CBCA7;}

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

This text has shadow with #3CBCA7 color.

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

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

This text has shadow with #3CBCA7 primary color and red secondary color.


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

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

This text has shadow with #3CBCA7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CBCA7 on black background.


Color preview on white background

This text has color #3CBCA7 on white background.



Black color preview on #3CBCA7 background

This text has black color on #3CBCA7 background.


White color preview on #3CBCA7 background

This text has white color on #3CBCA7 background.