COLOR #70BDA9

HEX: #70BDA9
RGB: (112,189,169)

Color info

#70BDA9 contains mainly green and blue colors. Web safe color of #70BDA9 is #66CC99 (or #6C9).

RGB color model

#70BDA9 color RGB value is (112,189,169).

  • red value is 112;
  • green value is 189;
  • blue value is 169.
RGB:
(112,189,169)
(44%,74%,66%)

RGB channels and saturation

R 112 of 255 = 44%
G 189 of 255 = 74%
B 169 of 255 = 66%

112
189
169

R + G + B ~ 61%. #70BDA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 189 + 169 = 470 (100%)
R 112 of 470 ~ 23.83%
G 189 of 470 ~ 40.21%
B 169 of 470 ~ 35.96%

%23.83
%40.21
%35.96

CMYK color model

#70BDA9 color CMYK value is (41,0,11,26).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 25.88%
CMYK:
(41,0,11,26)
C41M0Y11K26 
(41%,0%,11%,26%)
(0.41/0.00/0.11/0.26)	

CMYK percentages

%40.74
%0
%10.58
%25.88

Codes

Color #70BDA9 in popluar color models

70BDA9
RGB112189169
HSL164°36.84%59.02%
HSB/HSV164°40.74%74.12%
CMYK40.74%0.00%10.58%
25.88%

Color #70BDA9 in popluar number systems.

HEX70BDA9
Decimal112189169
Binary11100001011110110101001
Octal160275251

Shades and tints

Shades of #70BDA9

#70BDA9
(112,189,169)
#66AC9A
(102,172,154)
#5C9B8B
(92,155,139)
#528A7C
(82,138,124)
#48796D
(72,121,109)
#3E685E
(62,104,94)
#34574F
(52,87,79)
#2A4640
(42,70,64)
#203531
(32,53,49)
#162422
(22,36,34)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #70BDA9

#70BDA9
(112,189,169)
#7DC3B0
(125,195,176)
#8AC9B7
(138,201,183)
#97CFBE
(151,207,190)
#A4D5C5
(164,213,197)
#B1DBCC
(177,219,204)
#BEE1D3
(190,225,211)
#CBE7DA
(203,231,218)
#D8EDE1
(216,237,225)
#E5F3E8
(229,243,232)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BDA9 color. Also use rgb(112,189,169) instead hex code.

Text Font Color

.myTextColor { color: #70BDA9; }

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

This text font color is #70BDA9.


Background Color

.myBgColor { background-color: #70BDA9; }

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

This div background color is #70BDA9.


Border color

.myBorderColor { border: 1px solid #70BDA9; }

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

This div border color is #70BDA9.


Opacity

.myOpacity80 { color: #70BDA9; opacity: 0.8; }

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

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

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

This text has shadow with #70BDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70BDA9 on black background.


Color preview on white background

This text has color #70BDA9 on white background.



Black color preview on #70BDA9 background

This text has black color on #70BDA9 background.


White color preview on #70BDA9 background

This text has white color on #70BDA9 background.