COLOR #29ABDE

HEX: #29ABDE
RGB: (41,171,222)

Color info

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

RGB color model

#29ABDE color RGB value is (41,171,222).

  • red value is 41;
  • green value is 171;
  • blue value is 222.
RGB:
(41,171,222)
(16%,67%,87%)

RGB channels and saturation

R 41 of 255 = 16%
G 171 of 255 = 67%
B 222 of 255 = 87%

41
171
222

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

Portions of RGB colors in percentages

R + G + B =
41 + 171 + 222 = 434 (100%)
R 41 of 434 ~ 9.45%
G 171 of 434 ~ 39.4%
B 222 of 434 ~ 51.15%

%39.4
%51.15

CMYK color model

#29ABDE color CMYK value is (82,23,0,13).

  • cyan value is 81.53%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(82,23,0,13)
C82M23Y0K13 
(82%,23%,0%,13%)
(0.82/0.23/0.00/0.13)	

CMYK percentages

%81.53
%22.97
%0
%12.94

Codes

Color #29ABDE in popluar color models

29ABDE
RGB41171222
HSL197°73.28%51.57%
HSB/HSV197°81.53%87.06%
CMYK81.53%22.97%0.00%
12.94%

Color #29ABDE in popluar number systems.

HEX29ABDE
Decimal41171222
Binary1010011010101111011110
Octal51253336

Shades and tints

Shades of #29ABDE

#29ABDE
(41,171,222)
#269CCA
(38,156,202)
#238DB6
(35,141,182)
#207EA2
(32,126,162)
#1D6F8E
(29,111,142)
#1A607A
(26,96,122)
#175166
(23,81,102)
#144252
(20,66,82)
#11333E
(17,51,62)
#0E242A
(14,36,42)
#0B1516
(11,21,22)
#000000
(0,0,0)

Tints of #29ABDE

#29ABDE
(41,171,222)
#3CB2E1
(60,178,225)
#4FB9E4
(79,185,228)
#62C0E7
(98,192,231)
#75C7EA
(117,199,234)
#88CEED
(136,206,237)
#9BD5F0
(155,213,240)
#AEDCF3
(174,220,243)
#C1E3F6
(193,227,246)
#D4EAF9
(212,234,249)
#E7F1FC
(231,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29ABDE color. Also use rgb(41,171,222) instead hex code.

Text Font Color

.myTextColor { color: #29ABDE; }

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

This text font color is #29ABDE.


Background Color

.myBgColor { background-color: #29ABDE; }

<div style="background-color:#29ABDE">Inner text</div>

This div background color is #29ABDE.


Border color

.myBorderColor { border: 1px solid #29ABDE; }

<div style="border:3px solid #29ABDE">Div</div>

This div border color is #29ABDE.


Opacity

.myOpacity80 { color: #29ABDE; opacity: 0.8; }

<p style="color:#29ABDE;opacity:0.8;">80%</p>

Text with #29ABDE 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 #29ABDE;}

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

This text has shadow with #29ABDE color.

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

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

This text has shadow with #29ABDE primary color and red secondary color.


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

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

This text has shadow with #29ABDE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29ABDE on black background.


Color preview on white background

This text has color #29ABDE on white background.



Black color preview on #29ABDE background

This text has black color on #29ABDE background.


White color preview on #29ABDE background

This text has white color on #29ABDE background.