COLOR #1DCAA9

HEX: #1DCAA9
RGB: (29,202,169)

Color info

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

RGB color model

#1DCAA9 color RGB value is (29,202,169).

  • red value is 29;
  • green value is 202;
  • blue value is 169.
RGB:
(29,202,169)
(11%,79%,66%)

RGB channels and saturation

R 29 of 255 = 11%
G 202 of 255 = 79%
B 169 of 255 = 66%

29
202
169

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

Portions of RGB colors in percentages

R + G + B =
29 + 202 + 169 = 400 (100%)
R 29 of 400 ~ 7.25%
G 202 of 400 ~ 50.5%
B 169 of 400 ~ 42.25%

%50.5
%42.25

CMYK color model

#1DCAA9 color CMYK value is (86,0,16,21).

  • cyan value is 85.64%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 20.78%
CMYK:
(86,0,16,21)
C86M0Y16K21 
(86%,0%,16%,21%)
(0.86/0.00/0.16/0.21)	

CMYK percentages

%85.64
%0
%16.34
%20.78

Codes

Color #1DCAA9 in popluar color models

1DCAA9
RGB29202169
HSL169°74.89%45.29%
HSB/HSV169°85.64%79.22%
CMYK85.64%0.00%16.34%
20.78%

Color #1DCAA9 in popluar number systems.

HEX1DCAA9
Decimal29202169
Binary111011100101010101001
Octal35312251

Shades and tints

Shades of #1DCAA9

#1DCAA9
(29,202,169)
#1BB89A
(27,184,154)
#19A68B
(25,166,139)
#17947C
(23,148,124)
#15826D
(21,130,109)
#13705E
(19,112,94)
#115E4F
(17,94,79)
#0F4C40
(15,76,64)
#0D3A31
(13,58,49)
#0B2822
(11,40,34)
#091613
(9,22,19)
#000000
(0,0,0)

Tints of #1DCAA9

#1DCAA9
(29,202,169)
#31CEB0
(49,206,176)
#45D2B7
(69,210,183)
#59D6BE
(89,214,190)
#6DDAC5
(109,218,197)
#81DECC
(129,222,204)
#95E2D3
(149,226,211)
#A9E6DA
(169,230,218)
#BDEAE1
(189,234,225)
#D1EEE8
(209,238,232)
#E5F2EF
(229,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DCAA9 color. Also use rgb(29,202,169) instead hex code.

Text Font Color

.myTextColor { color: #1DCAA9; }

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

This text font color is #1DCAA9.


Background Color

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

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

This div background color is #1DCAA9.


Border color

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

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

This div border color is #1DCAA9.


Opacity

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

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

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

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

This text has shadow with #1DCAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DCAA9 on black background.


Color preview on white background

This text has color #1DCAA9 on white background.



Black color preview on #1DCAA9 background

This text has black color on #1DCAA9 background.


White color preview on #1DCAA9 background

This text has white color on #1DCAA9 background.