COLOR #1DE9B7

HEX: #1DE9B7
RGB: (29,233,183)

Color info

#1DE9B7 contains mainly green and blue colors. Web safe color of #1DE9B7 is #33FFCC (or #3FC).

RGB color model

#1DE9B7 color RGB value is (29,233,183).

  • red value is 29;
  • green value is 233;
  • blue value is 183.
RGB:
(29,233,183)
(11%,91%,72%)

RGB channels and saturation

R 29 of 255 = 11%
G 233 of 255 = 91%
B 183 of 255 = 72%

29
233
183

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

Portions of RGB colors in percentages

R + G + B =
29 + 233 + 183 = 445 (100%)
R 29 of 445 ~ 6.52%
G 233 of 445 ~ 52.36%
B 183 of 445 ~ 41.12%

%52.36
%41.12

CMYK color model

#1DE9B7 color CMYK value is (88,0,21,9).

  • cyan value is 87.55%
  • magenta value is 0.00%
  • yellow value is 21.46%
  • key color value is 8.63%
CMYK:
(88,0,21,9)
C88M0Y21K9 
(88%,0%,21%,9%)
(0.88/0.00/0.21/0.09)	

CMYK percentages

%87.55
%0
%21.46
%8.63

Codes

Color #1DE9B7 in popluar color models

1DE9B7
RGB29233183
HSL165°82.26%51.37%
HSB/HSV165°87.55%91.37%
CMYK87.55%0.00%21.46%
8.63%

Color #1DE9B7 in popluar number systems.

HEX1DE9B7
Decimal29233183
Binary111011110100110110111
Octal35351267

Shades and tints

Shades of #1DE9B7

#1DE9B7
(29,233,183)
#1BD4A7
(27,212,167)
#19BF97
(25,191,151)
#17AA87
(23,170,135)
#159577
(21,149,119)
#138067
(19,128,103)
#116B57
(17,107,87)
#0F5647
(15,86,71)
#0D4137
(13,65,55)
#0B2C27
(11,44,39)
#091717
(9,23,23)
#000000
(0,0,0)

Tints of #1DE9B7

#1DE9B7
(29,233,183)
#31EBBD
(49,235,189)
#45EDC3
(69,237,195)
#59EFC9
(89,239,201)
#6DF1CF
(109,241,207)
#81F3D5
(129,243,213)
#95F5DB
(149,245,219)
#A9F7E1
(169,247,225)
#BDF9E7
(189,249,231)
#D1FBED
(209,251,237)
#E5FDF3
(229,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DE9B7 color. Also use rgb(29,233,183) instead hex code.

Text Font Color

.myTextColor { color: #1DE9B7; }

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

This text font color is #1DE9B7.


Background Color

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

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

This div background color is #1DE9B7.


Border color

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

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

This div border color is #1DE9B7.


Opacity

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

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

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

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

This text has shadow with #1DE9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DE9B7 on black background.


Color preview on white background

This text has color #1DE9B7 on white background.



Black color preview on #1DE9B7 background

This text has black color on #1DE9B7 background.


White color preview on #1DE9B7 background

This text has white color on #1DE9B7 background.