COLOR #0BD3CC

HEX: #0BD3CC
RGB: (11,211,204)

Color info

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

RGB color model

#0BD3CC color RGB value is (11,211,204).

  • red value is 11;
  • green value is 211;
  • blue value is 204.
RGB:
(11,211,204)
(4%,83%,80%)

RGB channels and saturation

R 11 of 255 = 4%
G 211 of 255 = 83%
B 204 of 255 = 80%

11
211
204

R + G + B ~ 56%. #0BD3CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
11 + 211 + 204 = 426 (100%)
R 11 of 426 ~ 2.58%
G 211 of 426 ~ 49.53%
B 204 of 426 ~ 47.89%

%49.53
%47.89

CMYK color model

#0BD3CC color CMYK value is (95,0,3,17).

  • cyan value is 94.79%
  • magenta value is 0.00%
  • yellow value is 3.32%
  • key color value is 17.25%
CMYK:
(95,0,3,17)
C95M0Y3K17 
(95%,0%,3%,17%)
(0.95/0.00/0.03/0.17)	

CMYK percentages

%94.79
%0
%3.32
%17.25

Codes

Color #0BD3CC in popluar color models

0BD3CC
RGB11211204
HSL178°90.09%43.53%
HSB/HSV178°94.79%82.75%
CMYK94.79%0.00%3.32%
17.25%

Color #0BD3CC in popluar number systems.

HEX0BD3CC
Decimal11211204
Binary10111101001111001100
Octal13323314

Shades and tints

Shades of #0BD3CC

#0BD3CC
(11,211,204)
#0AC0BA
(10,192,186)
#09ADA8
(9,173,168)
#089A96
(8,154,150)
#078784
(7,135,132)
#067472
(6,116,114)
#056160
(5,97,96)
#044E4E
(4,78,78)
#033B3C
(3,59,60)
#02282A
(2,40,42)
#011518
(1,21,24)
#000000
(0,0,0)

Tints of #0BD3CC

#0BD3CC
(11,211,204)
#21D7D0
(33,215,208)
#37DBD4
(55,219,212)
#4DDFD8
(77,223,216)
#63E3DC
(99,227,220)
#79E7E0
(121,231,224)
#8FEBE4
(143,235,228)
#A5EFE8
(165,239,232)
#BBF3EC
(187,243,236)
#D1F7F0
(209,247,240)
#E7FBF4
(231,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BD3CC color. Also use rgb(11,211,204) instead hex code.

Text Font Color

.myTextColor { color: #0BD3CC; }

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

This text font color is #0BD3CC.


Background Color

.myBgColor { background-color: #0BD3CC; }

<div style="background-color:#0BD3CC">Inner text</div>

This div background color is #0BD3CC.


Border color

.myBorderColor { border: 1px solid #0BD3CC; }

<div style="border:3px solid #0BD3CC">Div</div>

This div border color is #0BD3CC.


Opacity

.myOpacity80 { color: #0BD3CC; opacity: 0.8; }

<p style="color:#0BD3CC;opacity:0.8;">80%</p>

Text with #0BD3CC 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 #0BD3CC;}

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

This text has shadow with #0BD3CC color.

.textShadow {text-shadow: 3px 3px 1px #0BD3CC, 3px 3px 1px red;}

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

This text has shadow with #0BD3CC primary color and red secondary color.


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

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

This text has shadow with #0BD3CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BD3CC on black background.


Color preview on white background

This text has color #0BD3CC on white background.



Black color preview on #0BD3CC background

This text has black color on #0BD3CC background.


White color preview on #0BD3CC background

This text has white color on #0BD3CC background.