COLOR #469E8B

HEX: #469E8B
RGB: (70,158,139)

Color info

#469E8B contains mainly green and blue colors. Web safe color of #469E8B is #339999 (or #399).

RGB color model

#469E8B color RGB value is (70,158,139).

  • red value is 70;
  • green value is 158;
  • blue value is 139.
RGB:
(70,158,139)
(27%,62%,55%)

RGB channels and saturation

R 70 of 255 = 27%
G 158 of 255 = 62%
B 139 of 255 = 55%

70
158
139

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

Portions of RGB colors in percentages

R + G + B =
70 + 158 + 139 = 367 (100%)
R 70 of 367 ~ 19.07%
G 158 of 367 ~ 43.05%
B 139 of 367 ~ 37.87%

%19.07
%43.05
%37.87

CMYK color model

#469E8B color CMYK value is (56,0,12,38).

  • cyan value is 55.70%
  • magenta value is 0.00%
  • yellow value is 12.03%
  • key color value is 38.04%
CMYK:
(56,0,12,38)
C56M0Y12K38 
(56%,0%,12%,38%)
(0.56/0.00/0.12/0.38)	

CMYK percentages

%55.7
%0
%12.03
%38.04

Codes

Color #469E8B in popluar color models

469E8B
RGB70158139
HSL167°38.60%44.71%
HSB/HSV167°55.70%61.96%
CMYK55.70%0.00%12.03%
38.04%

Color #469E8B in popluar number systems.

HEX469E8B
Decimal70158139
Binary10001101001111010001011
Octal106236213

Shades and tints

Shades of #469E8B

#469E8B
(70,158,139)
#40907F
(64,144,127)
#3A8273
(58,130,115)
#347467
(52,116,103)
#2E665B
(46,102,91)
#28584F
(40,88,79)
#224A43
(34,74,67)
#1C3C37
(28,60,55)
#162E2B
(22,46,43)
#10201F
(16,32,31)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #469E8B

#469E8B
(70,158,139)
#56A695
(86,166,149)
#66AE9F
(102,174,159)
#76B6A9
(118,182,169)
#86BEB3
(134,190,179)
#96C6BD
(150,198,189)
#A6CEC7
(166,206,199)
#B6D6D1
(182,214,209)
#C6DEDB
(198,222,219)
#D6E6E5
(214,230,229)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469E8B color. Also use rgb(70,158,139) instead hex code.

Text Font Color

.myTextColor { color: #469E8B; }

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

This text font color is #469E8B.


Background Color

.myBgColor { background-color: #469E8B; }

<div style="background-color:#469E8B">Inner text</div>

This div background color is #469E8B.


Border color

.myBorderColor { border: 1px solid #469E8B; }

<div style="border:3px solid #469E8B">Div</div>

This div border color is #469E8B.


Opacity

.myOpacity80 { color: #469E8B; opacity: 0.8; }

<p style="color:#469E8B;opacity:0.8;">80%</p>

Text with #469E8B 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 #469E8B;}

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

This text has shadow with #469E8B color.

.textShadow {text-shadow: 3px 3px 1px #469E8B, 3px 3px 1px red;}

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

This text has shadow with #469E8B primary color and red secondary color.


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

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

This text has shadow with #469E8B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469E8B on black background.


Color preview on white background

This text has color #469E8B on white background.



Black color preview on #469E8B background

This text has black color on #469E8B background.


White color preview on #469E8B background

This text has white color on #469E8B background.