COLOR #1DB7E9

HEX: #1DB7E9
RGB: (29,183,233)

Color info

#1DB7E9 contains mainly green and blue colors. Web safe color of #1DB7E9 is #33CCFF (or #3CF).

RGB color model

#1DB7E9 color RGB value is (29,183,233).

  • red value is 29;
  • green value is 183;
  • blue value is 233.
RGB:
(29,183,233)
(11%,72%,91%)

RGB channels and saturation

R 29 of 255 = 11%
G 183 of 255 = 72%
B 233 of 255 = 91%

29
183
233

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

Portions of RGB colors in percentages

R + G + B =
29 + 183 + 233 = 445 (100%)
R 29 of 445 ~ 6.52%
G 183 of 445 ~ 41.12%
B 233 of 445 ~ 52.36%

%41.12
%52.36

CMYK color model

#1DB7E9 color CMYK value is (88,21,0,9).

  • cyan value is 87.55%
  • magenta value is 21.46%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(88,21,0,9)
C88M21Y0K9 
(88%,21%,0%,9%)
(0.88/0.21/0.00/0.09)	

CMYK percentages

%87.55
%21.46
%0
%8.63

Codes

Color #1DB7E9 in popluar color models

1DB7E9
RGB29183233
HSL195°82.26%51.37%
HSB/HSV195°87.55%91.37%
CMYK87.55%21.46%0.00%
8.63%

Color #1DB7E9 in popluar number systems.

HEX1DB7E9
Decimal29183233
Binary111011011011111101001
Octal35267351

Shades and tints

Shades of #1DB7E9

#1DB7E9
(29,183,233)
#1BA7D4
(27,167,212)
#1997BF
(25,151,191)
#1787AA
(23,135,170)
#157795
(21,119,149)
#136780
(19,103,128)
#11576B
(17,87,107)
#0F4756
(15,71,86)
#0D3741
(13,55,65)
#0B272C
(11,39,44)
#091717
(9,23,23)
#000000
(0,0,0)

Tints of #1DB7E9

#1DB7E9
(29,183,233)
#31BDEB
(49,189,235)
#45C3ED
(69,195,237)
#59C9EF
(89,201,239)
#6DCFF1
(109,207,241)
#81D5F3
(129,213,243)
#95DBF5
(149,219,245)
#A9E1F7
(169,225,247)
#BDE7F9
(189,231,249)
#D1EDFB
(209,237,251)
#E5F3FD
(229,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DB7E9 color. Also use rgb(29,183,233) instead hex code.

Text Font Color

.myTextColor { color: #1DB7E9; }

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

This text font color is #1DB7E9.


Background Color

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

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

This div background color is #1DB7E9.


Border color

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

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

This div border color is #1DB7E9.


Opacity

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

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

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

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

This text has shadow with #1DB7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DB7E9 on black background.


Color preview on white background

This text has color #1DB7E9 on white background.



Black color preview on #1DB7E9 background

This text has black color on #1DB7E9 background.


White color preview on #1DB7E9 background

This text has white color on #1DB7E9 background.