COLOR #129CBE

HEX: #129CBE
RGB: (18,156,190)

Color info

#129CBE contains mainly green and blue colors. Web safe color of #129CBE is #0099CC (or #09C).

RGB color model

#129CBE color RGB value is (18,156,190).

  • red value is 18;
  • green value is 156;
  • blue value is 190.
RGB:
(18,156,190)
(7%,61%,75%)

RGB channels and saturation

R 18 of 255 = 7%
G 156 of 255 = 61%
B 190 of 255 = 75%

18
156
190

R + G + B ~ 48%. #129CBE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
18 + 156 + 190 = 364 (100%)
R 18 of 364 ~ 4.95%
G 156 of 364 ~ 42.86%
B 190 of 364 ~ 52.2%

%42.86
%52.2

CMYK color model

#129CBE color CMYK value is (91,18,0,25).

  • cyan value is 90.53%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(91,18,0,25)
C91M18Y0K25 
(91%,18%,0%,25%)
(0.91/0.18/0.00/0.25)	

CMYK percentages

%90.53
%17.89
%0
%25.49

Codes

Color #129CBE in popluar color models

129CBE
RGB18156190
HSL192°82.69%40.78%
HSB/HSV192°90.53%74.51%
CMYK90.53%17.89%0.00%
25.49%

Color #129CBE in popluar number systems.

HEX129CBE
Decimal18156190
Binary100101001110010111110
Octal22234276

Shades and tints

Shades of #129CBE

#129CBE
(18,156,190)
#118EAD
(17,142,173)
#10809C
(16,128,156)
#0F728B
(15,114,139)
#0E647A
(14,100,122)
#0D5669
(13,86,105)
#0C4858
(12,72,88)
#0B3A47
(11,58,71)
#0A2C36
(10,44,54)
#091E25
(9,30,37)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #129CBE

#129CBE
(18,156,190)
#27A5C3
(39,165,195)
#3CAEC8
(60,174,200)
#51B7CD
(81,183,205)
#66C0D2
(102,192,210)
#7BC9D7
(123,201,215)
#90D2DC
(144,210,220)
#A5DBE1
(165,219,225)
#BAE4E6
(186,228,230)
#CFEDEB
(207,237,235)
#E4F6F0
(228,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #129CBE color. Also use rgb(18,156,190) instead hex code.

Text Font Color

.myTextColor { color: #129CBE; }

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

This text font color is #129CBE.


Background Color

.myBgColor { background-color: #129CBE; }

<div style="background-color:#129CBE">Inner text</div>

This div background color is #129CBE.


Border color

.myBorderColor { border: 1px solid #129CBE; }

<div style="border:3px solid #129CBE">Div</div>

This div border color is #129CBE.


Opacity

.myOpacity80 { color: #129CBE; opacity: 0.8; }

<p style="color:#129CBE;opacity:0.8;">80%</p>

Text with #129CBE 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 #129CBE;}

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

This text has shadow with #129CBE color.

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

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

This text has shadow with #129CBE primary color and red secondary color.


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

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

This text has shadow with #129CBE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #129CBE on black background.


Color preview on white background

This text has color #129CBE on white background.



Black color preview on #129CBE background

This text has black color on #129CBE background.


White color preview on #129CBE background

This text has white color on #129CBE background.