COLOR #1DACC9

HEX: #1DACC9
RGB: (29,172,201)

Color info

#1DACC9 contains mainly green and blue colors. Web safe color of #1DACC9 is #3399CC (or #39C).

RGB color model

#1DACC9 color RGB value is (29,172,201).

  • red value is 29;
  • green value is 172;
  • blue value is 201.
RGB:
(29,172,201)
(11%,67%,79%)

RGB channels and saturation

R 29 of 255 = 11%
G 172 of 255 = 67%
B 201 of 255 = 79%

29
172
201

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

Portions of RGB colors in percentages

R + G + B =
29 + 172 + 201 = 402 (100%)
R 29 of 402 ~ 7.21%
G 172 of 402 ~ 42.79%
B 201 of 402 ~ 50%

%42.79
%50

CMYK color model

#1DACC9 color CMYK value is (86,14,0,21).

  • cyan value is 85.57%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(86,14,0,21)
C86M14Y0K21 
(86%,14%,0%,21%)
(0.86/0.14/0.00/0.21)	

CMYK percentages

%85.57
%14.43
%0
%21.18

Codes

Color #1DACC9 in popluar color models

1DACC9
RGB29172201
HSL190°74.78%45.10%
HSB/HSV190°85.57%78.82%
CMYK85.57%14.43%0.00%
21.18%

Color #1DACC9 in popluar number systems.

HEX1DACC9
Decimal29172201
Binary111011010110011001001
Octal35254311

Shades and tints

Shades of #1DACC9

#1DACC9
(29,172,201)
#1B9DB7
(27,157,183)
#198EA5
(25,142,165)
#177F93
(23,127,147)
#157081
(21,112,129)
#13616F
(19,97,111)
#11525D
(17,82,93)
#0F434B
(15,67,75)
#0D3439
(13,52,57)
#0B2527
(11,37,39)
#091615
(9,22,21)
#000000
(0,0,0)

Tints of #1DACC9

#1DACC9
(29,172,201)
#31B3CD
(49,179,205)
#45BAD1
(69,186,209)
#59C1D5
(89,193,213)
#6DC8D9
(109,200,217)
#81CFDD
(129,207,221)
#95D6E1
(149,214,225)
#A9DDE5
(169,221,229)
#BDE4E9
(189,228,233)
#D1EBED
(209,235,237)
#E5F2F1
(229,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DACC9 color. Also use rgb(29,172,201) instead hex code.

Text Font Color

.myTextColor { color: #1DACC9; }

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

This text font color is #1DACC9.


Background Color

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

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

This div background color is #1DACC9.


Border color

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

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

This div border color is #1DACC9.


Opacity

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

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

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

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

This text has shadow with #1DACC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DACC9 on black background.


Color preview on white background

This text has color #1DACC9 on white background.



Black color preview on #1DACC9 background

This text has black color on #1DACC9 background.


White color preview on #1DACC9 background

This text has white color on #1DACC9 background.