COLOR #0BE685

HEX: #0BE685
RGB: (11,230,133)

Color info

#0BE685 contains mainly green color. Web safe color of #0BE685 is #00CC99 (or #0C9).

RGB color model

#0BE685 color RGB value is (11,230,133).

  • red value is 11;
  • green value is 230;
  • blue value is 133.
RGB:
(11,230,133)
(4%,90%,52%)

RGB channels and saturation

R 11 of 255 = 4%
G 230 of 255 = 90%
B 133 of 255 = 52%

11
230
133

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

Portions of RGB colors in percentages

R + G + B =
11 + 230 + 133 = 374 (100%)
R 11 of 374 ~ 2.94%
G 230 of 374 ~ 61.5%
B 133 of 374 ~ 35.56%

%61.5
%35.56

CMYK color model

#0BE685 color CMYK value is (95,0,42,10).

  • cyan value is 95.22%
  • magenta value is 0.00%
  • yellow value is 42.17%
  • key color value is 9.80%
CMYK:
(95,0,42,10)
C95M0Y42K10 
(95%,0%,42%,10%)
(0.95/0.00/0.42/0.10)	

CMYK percentages

%95.22
%0
%42.17
%9.8

Codes

Color #0BE685 in popluar color models

0BE685
RGB11230133
HSL153°90.87%47.25%
HSB/HSV153°95.22%90.20%
CMYK95.22%0.00%42.17%
9.80%

Color #0BE685 in popluar number systems.

HEX0BE685
Decimal11230133
Binary10111110011010000101
Octal13346205

Shades and tints

Shades of #0BE685

#0BE685
(11,230,133)
#0AD279
(10,210,121)
#09BE6D
(9,190,109)
#08AA61
(8,170,97)
#079655
(7,150,85)
#068249
(6,130,73)
#056E3D
(5,110,61)
#045A31
(4,90,49)
#034625
(3,70,37)
#023219
(2,50,25)
#011E0D
(1,30,13)
#000000
(0,0,0)

Tints of #0BE685

#0BE685
(11,230,133)
#21E890
(33,232,144)
#37EA9B
(55,234,155)
#4DECA6
(77,236,166)
#63EEB1
(99,238,177)
#79F0BC
(121,240,188)
#8FF2C7
(143,242,199)
#A5F4D2
(165,244,210)
#BBF6DD
(187,246,221)
#D1F8E8
(209,248,232)
#E7FAF3
(231,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BE685 color. Also use rgb(11,230,133) instead hex code.

Text Font Color

.myTextColor { color: #0BE685; }

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

This text font color is #0BE685.


Background Color

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

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

This div background color is #0BE685.


Border color

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

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

This div border color is #0BE685.


Opacity

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

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

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

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

This text has shadow with #0BE685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BE685 on black background.


Color preview on white background

This text has color #0BE685 on white background.



Black color preview on #0BE685 background

This text has black color on #0BE685 background.


White color preview on #0BE685 background

This text has white color on #0BE685 background.