COLOR #00BBD1

HEX: #00BBD1
RGB: (0,187,209)

Color info

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

RGB color model

#00BBD1 color RGB value is (0,187,209).

  • red value is 0;
  • green value is 187;
  • blue value is 209.
RGB:
(0,187,209)
(0%,73%,82%)

RGB channels and saturation

R 0 of 255 = 0%
G 187 of 255 = 73%
B 209 of 255 = 82%

0
187
209

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

Portions of RGB colors in percentages

R + G + B =
0 + 187 + 209 = 396 (100%)
R 0 of 396 ~ 0%
G 187 of 396 ~ 47.22%
B 209 of 396 ~ 52.78%

%47.22
%52.78

CMYK color model

#00BBD1 color CMYK value is (100,11,0,18).

  • cyan value is 100.00%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(100,11,0,18)
C100M11Y0K18 
(100%,11%,0%,18%)
(1.00/0.11/0.00/0.18)	

CMYK percentages

%100
%10.53
%0
%18.04

Codes

Color #00BBD1 in popluar color models

00BBD1
RGB0187209
HSL186°100.00%40.98%
HSB/HSV186°100.00%81.96%
CMYK100.00%10.53%0.00%
18.04%

Color #00BBD1 in popluar number systems.

HEX00BBD1
Decimal0187209
Binary01011101111010001
Octal0273321

Shades and tints

Shades of #00BBD1

#00BBD1
(0,187,209)
#00AABE
(0,170,190)
#0099AB
(0,153,171)
#008898
(0,136,152)
#007785
(0,119,133)
#006672
(0,102,114)
#00555F
(0,85,95)
#00444C
(0,68,76)
#003339
(0,51,57)
#002226
(0,34,38)
#001113
(0,17,19)
#000000
(0,0,0)

Tints of #00BBD1

#00BBD1
(0,187,209)
#17C1D5
(23,193,213)
#2EC7D9
(46,199,217)
#45CDDD
(69,205,221)
#5CD3E1
(92,211,225)
#73D9E5
(115,217,229)
#8ADFE9
(138,223,233)
#A1E5ED
(161,229,237)
#B8EBF1
(184,235,241)
#CFF1F5
(207,241,245)
#E6F7F9
(230,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00BBD1 color. Also use rgb(0,187,209) instead hex code.

Text Font Color

.myTextColor { color: #00BBD1; }

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

This text font color is #00BBD1.


Background Color

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

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

This div background color is #00BBD1.


Border color

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

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

This div border color is #00BBD1.


Opacity

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

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

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

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

This text has shadow with #00BBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BBD1 on black background.


Color preview on white background

This text has color #00BBD1 on white background.



Black color preview on #00BBD1 background

This text has black color on #00BBD1 background.


White color preview on #00BBD1 background

This text has white color on #00BBD1 background.