COLOR #1DAF7E

HEX: #1DAF7E
RGB: (29,175,126)

Color info

#1DAF7E contains mainly green and blue colors. Web safe color of #1DAF7E is #339966 (or #396).

RGB color model

#1DAF7E color RGB value is (29,175,126).

  • red value is 29;
  • green value is 175;
  • blue value is 126.
RGB:
(29,175,126)
(11%,69%,49%)

RGB channels and saturation

R 29 of 255 = 11%
G 175 of 255 = 69%
B 126 of 255 = 49%

29
175
126

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

Portions of RGB colors in percentages

R + G + B =
29 + 175 + 126 = 330 (100%)
R 29 of 330 ~ 8.79%
G 175 of 330 ~ 53.03%
B 126 of 330 ~ 38.18%

%53.03
%38.18

CMYK color model

#1DAF7E color CMYK value is (83,0,28,31).

  • cyan value is 83.43%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 31.37%
CMYK:
(83,0,28,31)
C83M0Y28K31 
(83%,0%,28%,31%)
(0.83/0.00/0.28/0.31)	

CMYK percentages

%83.43
%0
%28
%31.37

Codes

Color #1DAF7E in popluar color models

1DAF7E
RGB29175126
HSL160°71.57%40.00%
HSB/HSV160°83.43%68.63%
CMYK83.43%0.00%28.00%
31.37%

Color #1DAF7E in popluar number systems.

HEX1DAF7E
Decimal29175126
Binary11101101011111111110
Octal35257176

Shades and tints

Shades of #1DAF7E

#1DAF7E
(29,175,126)
#1BA073
(27,160,115)
#199168
(25,145,104)
#17825D
(23,130,93)
#157352
(21,115,82)
#136447
(19,100,71)
#11553C
(17,85,60)
#0F4631
(15,70,49)
#0D3726
(13,55,38)
#0B281B
(11,40,27)
#091910
(9,25,16)
#000000
(0,0,0)

Tints of #1DAF7E

#1DAF7E
(29,175,126)
#31B689
(49,182,137)
#45BD94
(69,189,148)
#59C49F
(89,196,159)
#6DCBAA
(109,203,170)
#81D2B5
(129,210,181)
#95D9C0
(149,217,192)
#A9E0CB
(169,224,203)
#BDE7D6
(189,231,214)
#D1EEE1
(209,238,225)
#E5F5EC
(229,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1DAF7E; }

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

This text font color is #1DAF7E.


Background Color

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

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

This div background color is #1DAF7E.


Border color

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

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

This div border color is #1DAF7E.


Opacity

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

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

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

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

This text has shadow with #1DAF7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DAF7E on black background.


Color preview on white background

This text has color #1DAF7E on white background.



Black color preview on #1DAF7E background

This text has black color on #1DAF7E background.


White color preview on #1DAF7E background

This text has white color on #1DAF7E background.