COLOR #1DA699

HEX: #1DA699
RGB: (29,166,153)

Color info

#1DA699 contains mainly green and blue colors. Web safe color of #1DA699 is #339999 (or #399).

RGB color model

#1DA699 color RGB value is (29,166,153).

  • red value is 29;
  • green value is 166;
  • blue value is 153.
RGB:
(29,166,153)
(11%,65%,60%)

RGB channels and saturation

R 29 of 255 = 11%
G 166 of 255 = 65%
B 153 of 255 = 60%

29
166
153

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

Portions of RGB colors in percentages

R + G + B =
29 + 166 + 153 = 348 (100%)
R 29 of 348 ~ 8.33%
G 166 of 348 ~ 47.7%
B 153 of 348 ~ 43.97%

%47.7
%43.97

CMYK color model

#1DA699 color CMYK value is (83,0,8,35).

  • cyan value is 82.53%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(83,0,8,35)
C83M0Y8K35 
(83%,0%,8%,35%)
(0.83/0.00/0.08/0.35)	

CMYK percentages

%82.53
%0
%7.83
%34.9

Codes

Color #1DA699 in popluar color models

1DA699
RGB29166153
HSL174°70.26%38.24%
HSB/HSV174°82.53%65.10%
CMYK82.53%0.00%7.83%
34.90%

Color #1DA699 in popluar number systems.

HEX1DA699
Decimal29166153
Binary111011010011010011001
Octal35246231

Shades and tints

Shades of #1DA699

#1DA699
(29,166,153)
#1B978C
(27,151,140)
#19887F
(25,136,127)
#177972
(23,121,114)
#156A65
(21,106,101)
#135B58
(19,91,88)
#114C4B
(17,76,75)
#0F3D3E
(15,61,62)
#0D2E31
(13,46,49)
#0B1F24
(11,31,36)
#091017
(9,16,23)
#000000
(0,0,0)

Tints of #1DA699

#1DA699
(29,166,153)
#31AEA2
(49,174,162)
#45B6AB
(69,182,171)
#59BEB4
(89,190,180)
#6DC6BD
(109,198,189)
#81CEC6
(129,206,198)
#95D6CF
(149,214,207)
#A9DED8
(169,222,216)
#BDE6E1
(189,230,225)
#D1EEEA
(209,238,234)
#E5F6F3
(229,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DA699 color. Also use rgb(29,166,153) instead hex code.

Text Font Color

.myTextColor { color: #1DA699; }

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

This text font color is #1DA699.


Background Color

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

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

This div background color is #1DA699.


Border color

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

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

This div border color is #1DA699.


Opacity

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

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

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

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

This text has shadow with #1DA699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DA699 on black background.


Color preview on white background

This text has color #1DA699 on white background.



Black color preview on #1DA699 background

This text has black color on #1DA699 background.


White color preview on #1DA699 background

This text has white color on #1DA699 background.