COLOR #1DBADC

HEX: #1DBADC
RGB: (29,186,220)

Color info

#1DBADC contains mainly green and blue colors. Web safe color of #1DBADC is #33CCCC (or #3CC).

RGB color model

#1DBADC color RGB value is (29,186,220).

  • red value is 29;
  • green value is 186;
  • blue value is 220.
RGB:
(29,186,220)
(11%,73%,86%)

RGB channels and saturation

R 29 of 255 = 11%
G 186 of 255 = 73%
B 220 of 255 = 86%

29
186
220

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

Portions of RGB colors in percentages

R + G + B =
29 + 186 + 220 = 435 (100%)
R 29 of 435 ~ 6.67%
G 186 of 435 ~ 42.76%
B 220 of 435 ~ 50.57%

%42.76
%50.57

CMYK color model

#1DBADC color CMYK value is (87,15,0,14).

  • cyan value is 86.82%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(87,15,0,14)
C87M15Y0K14 
(87%,15%,0%,14%)
(0.87/0.15/0.00/0.14)	

CMYK percentages

%86.82
%15.45
%0
%13.73

Codes

Color #1DBADC in popluar color models

1DBADC
RGB29186220
HSL191°76.71%48.82%
HSB/HSV191°86.82%86.27%
CMYK86.82%15.45%0.00%
13.73%

Color #1DBADC in popluar number systems.

HEX1DBADC
Decimal29186220
Binary111011011101011011100
Octal35272334

Shades and tints

Shades of #1DBADC

#1DBADC
(29,186,220)
#1BAAC8
(27,170,200)
#199AB4
(25,154,180)
#178AA0
(23,138,160)
#157A8C
(21,122,140)
#136A78
(19,106,120)
#115A64
(17,90,100)
#0F4A50
(15,74,80)
#0D3A3C
(13,58,60)
#0B2A28
(11,42,40)
#091A14
(9,26,20)
#000000
(0,0,0)

Tints of #1DBADC

#1DBADC
(29,186,220)
#31C0DF
(49,192,223)
#45C6E2
(69,198,226)
#59CCE5
(89,204,229)
#6DD2E8
(109,210,232)
#81D8EB
(129,216,235)
#95DEEE
(149,222,238)
#A9E4F1
(169,228,241)
#BDEAF4
(189,234,244)
#D1F0F7
(209,240,247)
#E5F6FA
(229,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DBADC color. Also use rgb(29,186,220) instead hex code.

Text Font Color

.myTextColor { color: #1DBADC; }

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

This text font color is #1DBADC.


Background Color

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

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

This div background color is #1DBADC.


Border color

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

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

This div border color is #1DBADC.


Opacity

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

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

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

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

This text has shadow with #1DBADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DBADC on black background.


Color preview on white background

This text has color #1DBADC on white background.



Black color preview on #1DBADC background

This text has black color on #1DBADC background.


White color preview on #1DBADC background

This text has white color on #1DBADC background.