COLOR #00D1BB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
209
187

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

Portions of RGB colors in percentages

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

%52.78
%47.22

CMYK color model

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

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

CMYK percentages

%100
%0
%10.53
%18.04

Codes

Color #00D1BB in popluar color models

00D1BB
RGB0209187
HSL174°100.00%40.98%
HSB/HSV174°100.00%81.96%
CMYK100.00%0.00%10.53%
18.04%

Color #00D1BB in popluar number systems.

HEX00D1BB
Decimal0209187
Binary01101000110111011
Octal0321273

Shades and tints

Shades of #00D1BB

#00D1BB
(0,209,187)
#00BEAA
(0,190,170)
#00AB99
(0,171,153)
#009888
(0,152,136)
#008577
(0,133,119)
#007266
(0,114,102)
#005F55
(0,95,85)
#004C44
(0,76,68)
#003933
(0,57,51)
#002622
(0,38,34)
#001311
(0,19,17)
#000000
(0,0,0)

Tints of #00D1BB

#00D1BB
(0,209,187)
#17D5C1
(23,213,193)
#2ED9C7
(46,217,199)
#45DDCD
(69,221,205)
#5CE1D3
(92,225,211)
#73E5D9
(115,229,217)
#8AE9DF
(138,233,223)
#A1EDE5
(161,237,229)
#B8F1EB
(184,241,235)
#CFF5F1
(207,245,241)
#E6F9F7
(230,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00D1BB; }

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

This text font color is #00D1BB.


Background Color

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

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

This div background color is #00D1BB.


Border color

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

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

This div border color is #00D1BB.


Opacity

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

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

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

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

This text has shadow with #00D1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00D1BB on black background.


Color preview on white background

This text has color #00D1BB on white background.



Black color preview on #00D1BB background

This text has black color on #00D1BB background.


White color preview on #00D1BB background

This text has white color on #00D1BB background.