COLOR #4BDCA7

HEX: #4BDCA7
RGB: (75,220,167)

Color info

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

RGB color model

#4BDCA7 color RGB value is (75,220,167).

  • red value is 75;
  • green value is 220;
  • blue value is 167.
RGB:
(75,220,167)
(29%,86%,65%)

RGB channels and saturation

R 75 of 255 = 29%
G 220 of 255 = 86%
B 167 of 255 = 65%

75
220
167

R + G + B ~ 60%. #4BDCA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 220 + 167 = 462 (100%)
R 75 of 462 ~ 16.23%
G 220 of 462 ~ 47.62%
B 167 of 462 ~ 36.15%

%16.23
%47.62
%36.15

CMYK color model

#4BDCA7 color CMYK value is (66,0,24,14).

  • cyan value is 65.91%
  • magenta value is 0.00%
  • yellow value is 24.09%
  • key color value is 13.73%
CMYK:
(66,0,24,14)
C66M0Y24K14 
(66%,0%,24%,14%)
(0.66/0.00/0.24/0.14)	

CMYK percentages

%65.91
%0
%24.09
%13.73

Codes

Color #4BDCA7 in popluar color models

4BDCA7
RGB75220167
HSL158°67.44%57.84%
HSB/HSV158°65.91%86.27%
CMYK65.91%0.00%24.09%
13.73%

Color #4BDCA7 in popluar number systems.

HEX4BDCA7
Decimal75220167
Binary10010111101110010100111
Octal113334247

Shades and tints

Shades of #4BDCA7

#4BDCA7
(75,220,167)
#45C898
(69,200,152)
#3FB489
(63,180,137)
#39A07A
(57,160,122)
#338C6B
(51,140,107)
#2D785C
(45,120,92)
#27644D
(39,100,77)
#21503E
(33,80,62)
#1B3C2F
(27,60,47)
#152820
(21,40,32)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #4BDCA7

#4BDCA7
(75,220,167)
#5BDFAF
(91,223,175)
#6BE2B7
(107,226,183)
#7BE5BF
(123,229,191)
#8BE8C7
(139,232,199)
#9BEBCF
(155,235,207)
#ABEED7
(171,238,215)
#BBF1DF
(187,241,223)
#CBF4E7
(203,244,231)
#DBF7EF
(219,247,239)
#EBFAF7
(235,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BDCA7 color. Also use rgb(75,220,167) instead hex code.

Text Font Color

.myTextColor { color: #4BDCA7; }

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

This text font color is #4BDCA7.


Background Color

.myBgColor { background-color: #4BDCA7; }

<div style="background-color:#4BDCA7">Inner text</div>

This div background color is #4BDCA7.


Border color

.myBorderColor { border: 1px solid #4BDCA7; }

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

This div border color is #4BDCA7.


Opacity

.myOpacity80 { color: #4BDCA7; opacity: 0.8; }

<p style="color:#4BDCA7;opacity:0.8;">80%</p>

Text with #4BDCA7 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 #4BDCA7;}

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

This text has shadow with #4BDCA7 color.

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

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

This text has shadow with #4BDCA7 primary color and red secondary color.


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

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

This text has shadow with #4BDCA7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BDCA7 on black background.


Color preview on white background

This text has color #4BDCA7 on white background.



Black color preview on #4BDCA7 background

This text has black color on #4BDCA7 background.


White color preview on #4BDCA7 background

This text has white color on #4BDCA7 background.