COLOR #29A6DC

HEX: #29A6DC
RGB: (41,166,220)

Color info

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

RGB color model

#29A6DC color RGB value is (41,166,220).

  • red value is 41;
  • green value is 166;
  • blue value is 220.
RGB:
(41,166,220)
(16%,65%,86%)

RGB channels and saturation

R 41 of 255 = 16%
G 166 of 255 = 65%
B 220 of 255 = 86%

41
166
220

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

Portions of RGB colors in percentages

R + G + B =
41 + 166 + 220 = 427 (100%)
R 41 of 427 ~ 9.6%
G 166 of 427 ~ 38.88%
B 220 of 427 ~ 51.52%

%9.6
%38.88
%51.52

CMYK color model

#29A6DC color CMYK value is (81,25,0,14).

  • cyan value is 81.36%
  • magenta value is 24.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(81,25,0,14)
C81M25Y0K14 
(81%,25%,0%,14%)
(0.81/0.25/0.00/0.14)	

CMYK percentages

%81.36
%24.55
%0
%13.73

Codes

Color #29A6DC in popluar color models

29A6DC
RGB41166220
HSL198°71.89%51.18%
HSB/HSV198°81.36%86.27%
CMYK81.36%24.55%0.00%
13.73%

Color #29A6DC in popluar number systems.

HEX29A6DC
Decimal41166220
Binary1010011010011011011100
Octal51246334

Shades and tints

Shades of #29A6DC

#29A6DC
(41,166,220)
#2697C8
(38,151,200)
#2388B4
(35,136,180)
#2079A0
(32,121,160)
#1D6A8C
(29,106,140)
#1A5B78
(26,91,120)
#174C64
(23,76,100)
#143D50
(20,61,80)
#112E3C
(17,46,60)
#0E1F28
(14,31,40)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #29A6DC

#29A6DC
(41,166,220)
#3CAEDF
(60,174,223)
#4FB6E2
(79,182,226)
#62BEE5
(98,190,229)
#75C6E8
(117,198,232)
#88CEEB
(136,206,235)
#9BD6EE
(155,214,238)
#AEDEF1
(174,222,241)
#C1E6F4
(193,230,244)
#D4EEF7
(212,238,247)
#E7F6FA
(231,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29A6DC color. Also use rgb(41,166,220) instead hex code.

Text Font Color

.myTextColor { color: #29A6DC; }

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

This text font color is #29A6DC.


Background Color

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

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

This div background color is #29A6DC.


Border color

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

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

This div border color is #29A6DC.


Opacity

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

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

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

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

This text has shadow with #29A6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29A6DC on black background.


Color preview on white background

This text has color #29A6DC on white background.



Black color preview on #29A6DC background

This text has black color on #29A6DC background.


White color preview on #29A6DC background

This text has white color on #29A6DC background.