COLOR #469C85

HEX: #469C85
RGB: (70,156,133)

Color info

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

RGB color model

#469C85 color RGB value is (70,156,133).

  • red value is 70;
  • green value is 156;
  • blue value is 133.
RGB:
(70,156,133)
(27%,61%,52%)

RGB channels and saturation

R 70 of 255 = 27%
G 156 of 255 = 61%
B 133 of 255 = 52%

70
156
133

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

Portions of RGB colors in percentages

R + G + B =
70 + 156 + 133 = 359 (100%)
R 70 of 359 ~ 19.5%
G 156 of 359 ~ 43.45%
B 133 of 359 ~ 37.05%

%19.5
%43.45
%37.05

CMYK color model

#469C85 color CMYK value is (55,0,15,39).

  • cyan value is 55.13%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 38.82%
CMYK:
(55,0,15,39)
C55M0Y15K39 
(55%,0%,15%,39%)
(0.55/0.00/0.15/0.39)	

CMYK percentages

%55.13
%0
%14.74
%38.82

Codes

Color #469C85 in popluar color models

469C85
RGB70156133
HSL164°38.05%44.31%
HSB/HSV164°55.13%61.18%
CMYK55.13%0.00%14.74%
38.82%

Color #469C85 in popluar number systems.

HEX469C85
Decimal70156133
Binary10001101001110010000101
Octal106234205

Shades and tints

Shades of #469C85

#469C85
(70,156,133)
#408E79
(64,142,121)
#3A806D
(58,128,109)
#347261
(52,114,97)
#2E6455
(46,100,85)
#285649
(40,86,73)
#22483D
(34,72,61)
#1C3A31
(28,58,49)
#162C25
(22,44,37)
#101E19
(16,30,25)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #469C85

#469C85
(70,156,133)
#56A590
(86,165,144)
#66AE9B
(102,174,155)
#76B7A6
(118,183,166)
#86C0B1
(134,192,177)
#96C9BC
(150,201,188)
#A6D2C7
(166,210,199)
#B6DBD2
(182,219,210)
#C6E4DD
(198,228,221)
#D6EDE8
(214,237,232)
#E6F6F3
(230,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469C85 color. Also use rgb(70,156,133) instead hex code.

Text Font Color

.myTextColor { color: #469C85; }

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

This text font color is #469C85.


Background Color

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

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

This div background color is #469C85.


Border color

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

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

This div border color is #469C85.


Opacity

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

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

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

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

This text has shadow with #469C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469C85 on black background.


Color preview on white background

This text has color #469C85 on white background.



Black color preview on #469C85 background

This text has black color on #469C85 background.


White color preview on #469C85 background

This text has white color on #469C85 background.