COLOR #1DB47E

HEX: #1DB47E RGB: (29,180,126)

Color info

#1DB47E contains mainly green and blue colors. Web safe color of #1DB47E is #33CC66 (or #3C6).

RGB color model

#1DB47E color RGB value is (29,180,126).

RGB: (29,180,126) (11%, 71%, 49%)

RGB channels and saturation

R 29 of 255 = 11%
G 180 of 255 = 71%
B 126 of 255 = 49%

29
180
126

R + G + B ~ 44%. #1DB47E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 29 + 180 + 126 = 335 (100%)
R 29 of 335 ~ 8.66%
G 180 of 335 ~ 53.73%
B 126 of 335 ~ 37.61'%

%53.73
%37.61

CMYK color model

#1DB47E color CMYK value is (84,0,30,29).

  • cyan value is 83.89%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 29.41%

CMYK: (84,0,30,29)
C84M0Y30K29 (84%, 0%, 30%, 29%)
(0.84 / 0.00 / 0.30 / 0.29)

CMYK percentages

%83.89
%0
%30
%29.41

Codes

Color #1DB47E in popluar color models

1D B4 7E
RGB 29 180 126
HSL 159° 72.25% 40.98%
HSB/HSV 159° 83.89% 70.59%
CMYK 83.89% 0.00% 30.00%
29.41%

Color #1DB47E in popluar number systems.

HEX 1D B4 7E
Decimal 29 180 126
Binary 11101 10110100 1111110
Octal 35 264 176

Shades and tints

Shades of #1DB47E

#1DB47E
(29,180,126)
#1BA473
(27,164,115)
#199468
(25,148,104)
#17845D
(23,132,93)
#157452
(21,116,82)
#136447
(19,100,71)
#11543C
(17,84,60)
#0F4431
(15,68,49)
#0D3426
(13,52,38)
#0B241B
(11,36,27)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #1DB47E

#1DB47E
(29,180,126)
#31BA89
(49,186,137)
#45C094
(69,192,148)
#59C69F
(89,198,159)
#6DCCAA
(109,204,170)
#81D2B5
(129,210,181)
#95D8C0
(149,216,192)
#A9DECB
(169,222,203)
#BDE4D6
(189,228,214)
#D1EAE1
(209,234,225)
#E5F0EC
(229,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DB47E color. Also use rgb(29,180,126) instead hex code.

Text Font Color

.myTextColor { color: #1DB47E; }

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

This text font color is #1DB47E.

Background Color

.myBgColor { background-color: #1DB47E; }

<div style="background-color:#1DB47E">Inner text</div>

This div background color is #1DB47E.

Border color

.myBorderColor { border: 1px solid #1DB47E; }

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

This div border color is #1DB47E.

Opacity

.myOpacity80 { color: #1DB47E; opacity: 0.8; }

<p style="color:#1DB47E;opacity:0.8;">80%</p>

Text with #1DB47E 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 #1DB47E;}

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

This text has shadow with #1DB47E color.


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

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

This text has shadow with #1DB47E primary color and red secondary color.


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

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

This text has shadow with #1DB47E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1DB47E.

Preview

Color preview on black background

This text has color #1DB47E on black background.


Color preview on white background

This text has color #1DB47E on white background.


Black color preview on #1DB47E background

This text has black color on #1DB47E background.


White color preview on #1DB47E background

This text has white color on #1DB47E background.


Related colors

Complementary color

Complementary color for #hex is #E24B81.


I love getcolorcode.com

Triadic colors

1 #7E1DB4 and #B47E1D with #1DB47E are triadic colors.

2 #7EB41D and #B41D7E with #1DB47E are triadic colors.