COLOR #07BEBF

HEX: #07BEBF
RGB: (7,190,191)

Color info

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

RGB color model

#07BEBF color RGB value is (7,190,191).

  • red value is 7;
  • green value is 190;
  • blue value is 191.
RGB:
(7,190,191)
(3%,75%,75%)

RGB channels and saturation

R 7 of 255 = 3%
G 190 of 255 = 75%
B 191 of 255 = 75%

7
190
191

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

Portions of RGB colors in percentages

R + G + B =
7 + 190 + 191 = 388 (100%)
R 7 of 388 ~ 1.8%
G 190 of 388 ~ 48.97%
B 191 of 388 ~ 49.23%

%48.97
%49.23

CMYK color model

#07BEBF color CMYK value is (96,1,0,25).

  • cyan value is 96.34%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(96,1,0,25)
C96M1Y0K25 
(96%,1%,0%,25%)
(0.96/0.01/0.00/0.25)	

CMYK percentages

%96.34
%0.52
%0
%25.1

Codes

Color #07BEBF in popluar color models

07BEBF
RGB7190191
HSL180°92.93%38.82%
HSB/HSV180°96.34%74.90%
CMYK96.34%0.52%0.00%
25.10%

Color #07BEBF in popluar number systems.

HEX07BEBF
Decimal7190191
Binary1111011111010111111
Octal7276277

Shades and tints

Shades of #07BEBF

#07BEBF
(7,190,191)
#07ADAE
(7,173,174)
#079C9D
(7,156,157)
#078B8C
(7,139,140)
#077A7B
(7,122,123)
#07696A
(7,105,106)
#075859
(7,88,89)
#074748
(7,71,72)
#073637
(7,54,55)
#072526
(7,37,38)
#071415
(7,20,21)
#000000
(0,0,0)

Tints of #07BEBF

#07BEBF
(7,190,191)
#1DC3C4
(29,195,196)
#33C8C9
(51,200,201)
#49CDCE
(73,205,206)
#5FD2D3
(95,210,211)
#75D7D8
(117,215,216)
#8BDCDD
(139,220,221)
#A1E1E2
(161,225,226)
#B7E6E7
(183,230,231)
#CDEBEC
(205,235,236)
#E3F0F1
(227,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07BEBF color. Also use rgb(7,190,191) instead hex code.

Text Font Color

.myTextColor { color: #07BEBF; }

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

This text font color is #07BEBF.


Background Color

.myBgColor { background-color: #07BEBF; }

<div style="background-color:#07BEBF">Inner text</div>

This div background color is #07BEBF.


Border color

.myBorderColor { border: 1px solid #07BEBF; }

<div style="border:3px solid #07BEBF">Div</div>

This div border color is #07BEBF.


Opacity

.myOpacity80 { color: #07BEBF; opacity: 0.8; }

<p style="color:#07BEBF;opacity:0.8;">80%</p>

Text with #07BEBF 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 #07BEBF;}

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

This text has shadow with #07BEBF color.

.textShadow {text-shadow: 3px 3px 1px #07BEBF, 3px 3px 1px red;}

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

This text has shadow with #07BEBF primary color and red secondary color.


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

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

This text has shadow with #07BEBF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07BEBF on black background.


Color preview on white background

This text has color #07BEBF on white background.



Black color preview on #07BEBF background

This text has black color on #07BEBF background.


White color preview on #07BEBF background

This text has white color on #07BEBF background.