COLOR #1DB7E4

HEX: #1DB7E4
RGB: (29,183,228)

Color info

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

RGB color model

#1DB7E4 color RGB value is (29,183,228).

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

RGB channels and saturation

R 29 of 255 = 11%
G 183 of 255 = 72%
B 228 of 255 = 89%

29
183
228

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

Portions of RGB colors in percentages

R + G + B =
29 + 183 + 228 = 440 (100%)
R 29 of 440 ~ 6.59%
G 183 of 440 ~ 41.59%
B 228 of 440 ~ 51.82%

%41.59
%51.82

CMYK color model

#1DB7E4 color CMYK value is (87,20,0,11).

  • cyan value is 87.28%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(87,20,0,11)
C87M20Y0K11 
(87%,20%,0%,11%)
(0.87/0.20/0.00/0.11)	

CMYK percentages

%87.28
%19.74
%0
%10.59

Codes

Color #1DB7E4 in popluar color models

1DB7E4
RGB29183228
HSL194°78.66%50.39%
HSB/HSV194°87.28%89.41%
CMYK87.28%19.74%0.00%
10.59%

Color #1DB7E4 in popluar number systems.

HEX1DB7E4
Decimal29183228
Binary111011011011111100100
Octal35267344

Shades and tints

Shades of #1DB7E4

#1DB7E4
(29,183,228)
#1BA7D0
(27,167,208)
#1997BC
(25,151,188)
#1787A8
(23,135,168)
#157794
(21,119,148)
#136780
(19,103,128)
#11576C
(17,87,108)
#0F4758
(15,71,88)
#0D3744
(13,55,68)
#0B2730
(11,39,48)
#09171C
(9,23,28)
#000000
(0,0,0)

Tints of #1DB7E4

#1DB7E4
(29,183,228)
#31BDE6
(49,189,230)
#45C3E8
(69,195,232)
#59C9EA
(89,201,234)
#6DCFEC
(109,207,236)
#81D5EE
(129,213,238)
#95DBF0
(149,219,240)
#A9E1F2
(169,225,242)
#BDE7F4
(189,231,244)
#D1EDF6
(209,237,246)
#E5F3F8
(229,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1DB7E4; }

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

This text font color is #1DB7E4.


Background Color

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

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

This div background color is #1DB7E4.


Border color

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

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

This div border color is #1DB7E4.


Opacity

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

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

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

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

This text has shadow with #1DB7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DB7E4 on black background.


Color preview on white background

This text has color #1DB7E4 on white background.



Black color preview on #1DB7E4 background

This text has black color on #1DB7E4 background.


White color preview on #1DB7E4 background

This text has white color on #1DB7E4 background.