COLOR #00B7CE

HEX: #00B7CE
RGB: (0,183,206)

Color info

#00B7CE contains only green and blue colors. Web safe color of #00B7CE is #00CCCC (or #0CC).

RGB color model

#00B7CE color RGB value is (0,183,206).

  • red value is 0;
  • green value is 183;
  • blue value is 206.
RGB:
(0,183,206)
(0%,72%,81%)

RGB channels and saturation

R 0 of 255 = 0%
G 183 of 255 = 72%
B 206 of 255 = 81%

0
183
206

R + G + B ~ 51%. #00B7CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 183 + 206 = 389 (100%)
R 0 of 389 ~ 0%
G 183 of 389 ~ 47.04%
B 206 of 389 ~ 52.96%

%47.04
%52.96

CMYK color model

#00B7CE color CMYK value is (100,11,0,19).

  • cyan value is 100.00%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(100,11,0,19)
C100M11Y0K19 
(100%,11%,0%,19%)
(1.00/0.11/0.00/0.19)	

CMYK percentages

%100
%11.17
%0
%19.22

Codes

Color #00B7CE in popluar color models

00B7CE
RGB0183206
HSL187°100.00%40.39%
HSB/HSV187°100.00%80.78%
CMYK100.00%11.17%0.00%
19.22%

Color #00B7CE in popluar number systems.

HEX00B7CE
Decimal0183206
Binary01011011111001110
Octal0267316

Shades and tints

Shades of #00B7CE

#00B7CE
(0,183,206)
#00A7BC
(0,167,188)
#0097AA
(0,151,170)
#008798
(0,135,152)
#007786
(0,119,134)
#006774
(0,103,116)
#005762
(0,87,98)
#004750
(0,71,80)
#00373E
(0,55,62)
#00272C
(0,39,44)
#00171A
(0,23,26)
#000000
(0,0,0)

Tints of #00B7CE

#00B7CE
(0,183,206)
#17BDD2
(23,189,210)
#2EC3D6
(46,195,214)
#45C9DA
(69,201,218)
#5CCFDE
(92,207,222)
#73D5E2
(115,213,226)
#8ADBE6
(138,219,230)
#A1E1EA
(161,225,234)
#B8E7EE
(184,231,238)
#CFEDF2
(207,237,242)
#E6F3F6
(230,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00B7CE color. Also use rgb(0,183,206) instead hex code.

Text Font Color

.myTextColor { color: #00B7CE; }

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

This text font color is #00B7CE.


Background Color

.myBgColor { background-color: #00B7CE; }

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

This div background color is #00B7CE.


Border color

.myBorderColor { border: 1px solid #00B7CE; }

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

This div border color is #00B7CE.


Opacity

.myOpacity80 { color: #00B7CE; opacity: 0.8; }

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

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

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

This text has shadow with #00B7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00B7CE on black background.


Color preview on white background

This text has color #00B7CE on white background.



Black color preview on #00B7CE background

This text has black color on #00B7CE background.


White color preview on #00B7CE background

This text has white color on #00B7CE background.