COLOR #468697

HEX: #468697
RGB: (70,134,151)

Color info

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

RGB color model

#468697 color RGB value is (70,134,151).

  • red value is 70;
  • green value is 134;
  • blue value is 151.
RGB:
(70,134,151)
(27%,53%,59%)

RGB channels and saturation

R 70 of 255 = 27%
G 134 of 255 = 53%
B 151 of 255 = 59%

70
134
151

R + G + B ~ 46%. #468697 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 134 + 151 = 355 (100%)
R 70 of 355 ~ 19.72%
G 134 of 355 ~ 37.75%
B 151 of 355 ~ 42.54%

%19.72
%37.75
%42.54

CMYK color model

#468697 color CMYK value is (54,11,0,41).

  • cyan value is 53.64%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(54,11,0,41)
C54M11Y0K41 
(54%,11%,0%,41%)
(0.54/0.11/0.00/0.41)	

CMYK percentages

%53.64
%11.26
%0
%40.78

Codes

Color #468697 in popluar color models

468697
RGB70134151
HSL193°36.65%43.33%
HSB/HSV193°53.64%59.22%
CMYK53.64%11.26%0.00%
40.78%

Color #468697 in popluar number systems.

HEX468697
Decimal70134151
Binary10001101000011010010111
Octal106206227

Shades and tints

Shades of #468697

#468697
(70,134,151)
#407A8A
(64,122,138)
#3A6E7D
(58,110,125)
#346270
(52,98,112)
#2E5663
(46,86,99)
#284A56
(40,74,86)
#223E49
(34,62,73)
#1C323C
(28,50,60)
#16262F
(22,38,47)
#101A22
(16,26,34)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #468697

#468697
(70,134,151)
#5691A0
(86,145,160)
#669CA9
(102,156,169)
#76A7B2
(118,167,178)
#86B2BB
(134,178,187)
#96BDC4
(150,189,196)
#A6C8CD
(166,200,205)
#B6D3D6
(182,211,214)
#C6DEDF
(198,222,223)
#D6E9E8
(214,233,232)
#E6F4F1
(230,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468697 color. Also use rgb(70,134,151) instead hex code.

Text Font Color

.myTextColor { color: #468697; }

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

This text font color is #468697.


Background Color

.myBgColor { background-color: #468697; }

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

This div background color is #468697.


Border color

.myBorderColor { border: 1px solid #468697; }

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

This div border color is #468697.


Opacity

.myOpacity80 { color: #468697; opacity: 0.8; }

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

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

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

This text has shadow with #468697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468697 on black background.


Color preview on white background

This text has color #468697 on white background.



Black color preview on #468697 background

This text has black color on #468697 background.


White color preview on #468697 background

This text has white color on #468697 background.