COLOR #468687

HEX: #468687
RGB: (70,134,135)

Color info

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

RGB color model

#468687 color RGB value is (70,134,135).

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

RGB channels and saturation

R 70 of 255 = 27%
G 134 of 255 = 53%
B 135 of 255 = 53%

70
134
135

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

Portions of RGB colors in percentages

R + G + B =
70 + 134 + 135 = 339 (100%)
R 70 of 339 ~ 20.65%
G 134 of 339 ~ 39.53%
B 135 of 339 ~ 39.82%

%20.65
%39.53
%39.82

CMYK color model

#468687 color CMYK value is (48,1,0,47).

  • cyan value is 48.15%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(48,1,0,47)
C48M1Y0K47 
(48%,1%,0%,47%)
(0.48/0.01/0.00/0.47)	

CMYK percentages

%48.15
%0.74
%0
%47.06

Codes

Color #468687 in popluar color models

468687
RGB70134135
HSL181°31.71%40.20%
HSB/HSV181°48.15%52.94%
CMYK48.15%0.74%0.00%
47.06%

Color #468687 in popluar number systems.

HEX468687
Decimal70134135
Binary10001101000011010000111
Octal106206207

Shades and tints

Shades of #468687

#468687
(70,134,135)
#407A7B
(64,122,123)
#3A6E6F
(58,110,111)
#346263
(52,98,99)
#2E5657
(46,86,87)
#284A4B
(40,74,75)
#223E3F
(34,62,63)
#1C3233
(28,50,51)
#162627
(22,38,39)
#101A1B
(16,26,27)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #468687

#468687
(70,134,135)
#569191
(86,145,145)
#669C9B
(102,156,155)
#76A7A5
(118,167,165)
#86B2AF
(134,178,175)
#96BDB9
(150,189,185)
#A6C8C3
(166,200,195)
#B6D3CD
(182,211,205)
#C6DED7
(198,222,215)
#D6E9E1
(214,233,225)
#E6F4EB
(230,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468687; }

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

This text font color is #468687.


Background Color

.myBgColor { background-color: #468687; }

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

This div background color is #468687.


Border color

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

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

This div border color is #468687.


Opacity

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

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

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

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

This text has shadow with #468687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468687 on black background.


Color preview on white background

This text has color #468687 on white background.



Black color preview on #468687 background

This text has black color on #468687 background.


White color preview on #468687 background

This text has white color on #468687 background.