COLOR #70B5BD

HEX: #70B5BD RGB: (112,181,189)

Color info

#70B5BD contains mainly green and blue colors. Web safe color of #70B5BD is #66CCCC (or #6CC).

RGB color model

#70B5BD color RGB value is (112,181,189).

RGB: (112,181,189) (44%, 71%, 74%)

RGB channels and saturation

R 112 of 255 = 44%
G 181 of 255 = 71%
B 189 of 255 = 74%

112
181
189

R + G + B ~ 63%. #70B5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 181 + 189 = 482 (100%)
R 112 of 482 ~ 23.24%
G 181 of 482 ~ 37.55%
B 189 of 482 ~ 39.21'%

%23.24
%37.55
%39.21

CMYK color model

#70B5BD color CMYK value is (41,4,0,26).

  • cyan value is 40.74%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (41,4,0,26) C41M4Y0K26 (41%,4%,0%,26%) (0.41/0.04/0.00/0.26) 

CMYK percentages

%40.74
%4.23
%0
%25.88

Codes

Color #70B5BD in popluar color models

70 B5 BD
RGB 112 181 189
HSL 186° 36.84% 59.02%
HSB/HSV 186° 40.74% 74.12%
CMYK 40.74% 4.23% 0.00%
25.88%

Color #70B5BD in popluar number systems.

HEX 70 B5 BD
Decimal 112 181 189
Binary 1110000 10110101 10111101
Octal 160 265 275

Shades and tints

Shades of #70B5BD

#70B5BD
(112,181,189)
#66A5AC
(102,165,172)
#5C959B
(92,149,155)
#52858A
(82,133,138)
#487579
(72,117,121)
#3E6568
(62,101,104)
#345557
(52,85,87)
#2A4546
(42,69,70)
#203535
(32,53,53)
#162524
(22,37,36)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #70B5BD

#70B5BD
(112,181,189)
#7DBBC3
(125,187,195)
#8AC1C9
(138,193,201)
#97C7CF
(151,199,207)
#A4CDD5
(164,205,213)
#B1D3DB
(177,211,219)
#BED9E1
(190,217,225)
#CBDFE7
(203,223,231)
#D8E5ED
(216,229,237)
#E5EBF3
(229,235,243)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B5BD; }

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

This text font color is #70B5BD.

Background Color

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

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

This div background color is #70B5BD.

Border color

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

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

This div border color is #70B5BD.

Opacity

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

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

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

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

This text has shadow with #70B5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70B5BD.

Preview

Color preview on black background

This text has color #70B5BD on black background.


Color preview on white background

This text has color #70B5BD on white background.


Black color preview on #70B5BD background

This text has black color on #70B5BD background.


White color preview on #70B5BD background

This text has white color on #70B5BD background.


Related colors

Complementary color

Complementary color for #hex is #8F4A42.


I love getcolorcode.com

Triadic colors

1 #BD70B5 and #B5BD70 with #70B5BD are triadic colors.

2 #BDB570 and #B570BD with #70B5BD are triadic colors.