COLOR #1DB88E

HEX: #1DB88E RGB: (29,184,142)

Color info

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

RGB color model

#1DB88E color RGB value is (29,184,142).

RGB: (29,184,142) (11%, 72%, 56%)

RGB channels and saturation

R 29 of 255 = 11%
G 184 of 255 = 72%
B 142 of 255 = 56%

29
184
142

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

Portions of RGB colors in percentages

R + G + B = 29 + 184 + 142 = 355 (100%)
R 29 of 355 ~ 8.17%
G 184 of 355 ~ 51.83%
B 142 of 355 ~ 40'%

%51.83
%40

CMYK color model

#1DB88E color CMYK value is (84,0,23,28).

  • cyan value is 84.24%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 27.84%
CMYK: (84,0,23,28) C84M0Y23K28 (84%,0%,23%,28%) (0.84/0.00/0.23/0.28) 

CMYK percentages

%84.24
%0
%22.83
%27.84

Codes

Color #1DB88E in popluar color models

1D B8 8E
RGB 29 184 142
HSL 164° 72.77% 41.76%
HSB/HSV 164° 84.24% 72.16%
CMYK 84.24% 0.00% 22.83%
27.84%

Color #1DB88E in popluar number systems.

HEX 1D B8 8E
Decimal 29 184 142
Binary 11101 10111000 10001110
Octal 35 270 216

Shades and tints

Shades of #1DB88E

#1DB88E
(29,184,142)
#1BA882
(27,168,130)
#199876
(25,152,118)
#17886A
(23,136,106)
#15785E
(21,120,94)
#136852
(19,104,82)
#115846
(17,88,70)
#0F483A
(15,72,58)
#0D382E
(13,56,46)
#0B2822
(11,40,34)
#091816
(9,24,22)
#000000
(0,0,0)

Tints of #1DB88E

#1DB88E
(29,184,142)
#31BE98
(49,190,152)
#45C4A2
(69,196,162)
#59CAAC
(89,202,172)
#6DD0B6
(109,208,182)
#81D6C0
(129,214,192)
#95DCCA
(149,220,202)
#A9E2D4
(169,226,212)
#BDE8DE
(189,232,222)
#D1EEE8
(209,238,232)
#E5F4F2
(229,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DB88E color. Also use rgb(29,184,142) instead hex code.

Text Font Color

.myTextColor { color: #1DB88E; }

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

This text font color is #1DB88E.

Background Color

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

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

This div background color is #1DB88E.

Border color

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

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

This div border color is #1DB88E.

Opacity

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

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

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

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

This text has shadow with #1DB88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1DB88E.

Preview

Color preview on black background

This text has color #1DB88E on black background.


Color preview on white background

This text has color #1DB88E on white background.


Black color preview on #1DB88E background

This text has black color on #1DB88E background.


White color preview on #1DB88E background

This text has white color on #1DB88E background.


Related colors

Complementary color

Complementary color for #hex is #E24771.


I love getcolorcode.com

Triadic colors

1 #8E1DB8 and #B88E1D with #1DB88E are triadic colors.

2 #8EB81D and #B81D8E with #1DB88E are triadic colors.