COLOR #429EC9

HEX: #429EC9
RGB: (66,158,201)

Color info

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

RGB color model

#429EC9 color RGB value is (66,158,201).

  • red value is 66;
  • green value is 158;
  • blue value is 201.
RGB:
(66,158,201)
(26%,62%,79%)

RGB channels and saturation

R 66 of 255 = 26%
G 158 of 255 = 62%
B 201 of 255 = 79%

66
158
201

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

Portions of RGB colors in percentages

R + G + B =
66 + 158 + 201 = 425 (100%)
R 66 of 425 ~ 15.53%
G 158 of 425 ~ 37.18%
B 201 of 425 ~ 47.29%

%15.53
%37.18
%47.29

CMYK color model

#429EC9 color CMYK value is (67,21,0,21).

  • cyan value is 67.16%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(67,21,0,21)
C67M21Y0K21 
(67%,21%,0%,21%)
(0.67/0.21/0.00/0.21)	

CMYK percentages

%67.16
%21.39
%0
%21.18

Codes

Color #429EC9 in popluar color models

429EC9
RGB66158201
HSL199°55.56%52.35%
HSB/HSV199°67.16%78.82%
CMYK67.16%21.39%0.00%
21.18%

Color #429EC9 in popluar number systems.

HEX429EC9
Decimal66158201
Binary10000101001111011001001
Octal102236311

Shades and tints

Shades of #429EC9

#429EC9
(66,158,201)
#3C90B7
(60,144,183)
#3682A5
(54,130,165)
#307493
(48,116,147)
#2A6681
(42,102,129)
#24586F
(36,88,111)
#1E4A5D
(30,74,93)
#183C4B
(24,60,75)
#122E39
(18,46,57)
#0C2027
(12,32,39)
#061215
(6,18,21)
#000000
(0,0,0)

Tints of #429EC9

#429EC9
(66,158,201)
#53A6CD
(83,166,205)
#64AED1
(100,174,209)
#75B6D5
(117,182,213)
#86BED9
(134,190,217)
#97C6DD
(151,198,221)
#A8CEE1
(168,206,225)
#B9D6E5
(185,214,229)
#CADEE9
(202,222,233)
#DBE6ED
(219,230,237)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429EC9 color. Also use rgb(66,158,201) instead hex code.

Text Font Color

.myTextColor { color: #429EC9; }

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

This text font color is #429EC9.


Background Color

.myBgColor { background-color: #429EC9; }

<div style="background-color:#429EC9">Inner text</div>

This div background color is #429EC9.


Border color

.myBorderColor { border: 1px solid #429EC9; }

<div style="border:3px solid #429EC9">Div</div>

This div border color is #429EC9.


Opacity

.myOpacity80 { color: #429EC9; opacity: 0.8; }

<p style="color:#429EC9;opacity:0.8;">80%</p>

Text with #429EC9 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 #429EC9;}

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

This text has shadow with #429EC9 color.

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

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

This text has shadow with #429EC9 primary color and red secondary color.


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

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

This text has shadow with #429EC9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429EC9 on black background.


Color preview on white background

This text has color #429EC9 on white background.



Black color preview on #429EC9 background

This text has black color on #429EC9 background.


White color preview on #429EC9 background

This text has white color on #429EC9 background.