COLOR #429ACF

HEX: #429ACF
RGB: (66,154,207)

Color info

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

RGB color model

#429ACF color RGB value is (66,154,207).

  • red value is 66;
  • green value is 154;
  • blue value is 207.
RGB:
(66,154,207)
(26%,60%,81%)

RGB channels and saturation

R 66 of 255 = 26%
G 154 of 255 = 60%
B 207 of 255 = 81%

66
154
207

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

Portions of RGB colors in percentages

R + G + B =
66 + 154 + 207 = 427 (100%)
R 66 of 427 ~ 15.46%
G 154 of 427 ~ 36.07%
B 207 of 427 ~ 48.48%

%15.46
%36.07
%48.48

CMYK color model

#429ACF color CMYK value is (68,26,0,19).

  • cyan value is 68.12%
  • magenta value is 25.60%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(68,26,0,19)
C68M26Y0K19 
(68%,26%,0%,19%)
(0.68/0.26/0.00/0.19)	

CMYK percentages

%68.12
%25.6
%0
%18.82

Codes

Color #429ACF in popluar color models

429ACF
RGB66154207
HSL203°59.49%53.53%
HSB/HSV203°68.12%81.18%
CMYK68.12%25.60%0.00%
18.82%

Color #429ACF in popluar number systems.

HEX429ACF
Decimal66154207
Binary10000101001101011001111
Octal102232317

Shades and tints

Shades of #429ACF

#429ACF
(66,154,207)
#3C8CBD
(60,140,189)
#367EAB
(54,126,171)
#307099
(48,112,153)
#2A6287
(42,98,135)
#245475
(36,84,117)
#1E4663
(30,70,99)
#183851
(24,56,81)
#122A3F
(18,42,63)
#0C1C2D
(12,28,45)
#060E1B
(6,14,27)
#000000
(0,0,0)

Tints of #429ACF

#429ACF
(66,154,207)
#53A3D3
(83,163,211)
#64ACD7
(100,172,215)
#75B5DB
(117,181,219)
#86BEDF
(134,190,223)
#97C7E3
(151,199,227)
#A8D0E7
(168,208,231)
#B9D9EB
(185,217,235)
#CAE2EF
(202,226,239)
#DBEBF3
(219,235,243)
#ECF4F7
(236,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429ACF color. Also use rgb(66,154,207) instead hex code.

Text Font Color

.myTextColor { color: #429ACF; }

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

This text font color is #429ACF.


Background Color

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

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

This div background color is #429ACF.


Border color

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

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

This div border color is #429ACF.


Opacity

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

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

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

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

This text has shadow with #429ACF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429ACF on black background.


Color preview on white background

This text has color #429ACF on white background.



Black color preview on #429ACF background

This text has black color on #429ACF background.


White color preview on #429ACF background

This text has white color on #429ACF background.