COLOR #07BACD

HEX: #07BACD
RGB: (7,186,205)

Color info

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

RGB color model

#07BACD color RGB value is (7,186,205).

  • red value is 7;
  • green value is 186;
  • blue value is 205.
RGB:
(7,186,205)
(3%,73%,80%)

RGB channels and saturation

R 7 of 255 = 3%
G 186 of 255 = 73%
B 205 of 255 = 80%

7
186
205

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

Portions of RGB colors in percentages

R + G + B =
7 + 186 + 205 = 398 (100%)
R 7 of 398 ~ 1.76%
G 186 of 398 ~ 46.73%
B 205 of 398 ~ 51.51%

%46.73
%51.51

CMYK color model

#07BACD color CMYK value is (97,9,0,20).

  • cyan value is 96.59%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(97,9,0,20)
C97M9Y0K20 
(97%,9%,0%,20%)
(0.97/0.09/0.00/0.20)	

CMYK percentages

%96.59
%9.27
%0
%19.61

Codes

Color #07BACD in popluar color models

07BACD
RGB7186205
HSL186°93.40%41.57%
HSB/HSV186°96.59%80.39%
CMYK96.59%9.27%0.00%
19.61%

Color #07BACD in popluar number systems.

HEX07BACD
Decimal7186205
Binary1111011101011001101
Octal7272315

Shades and tints

Shades of #07BACD

#07BACD
(7,186,205)
#07AABB
(7,170,187)
#079AA9
(7,154,169)
#078A97
(7,138,151)
#077A85
(7,122,133)
#076A73
(7,106,115)
#075A61
(7,90,97)
#074A4F
(7,74,79)
#073A3D
(7,58,61)
#072A2B
(7,42,43)
#071A19
(7,26,25)
#000000
(0,0,0)

Tints of #07BACD

#07BACD
(7,186,205)
#1DC0D1
(29,192,209)
#33C6D5
(51,198,213)
#49CCD9
(73,204,217)
#5FD2DD
(95,210,221)
#75D8E1
(117,216,225)
#8BDEE5
(139,222,229)
#A1E4E9
(161,228,233)
#B7EAED
(183,234,237)
#CDF0F1
(205,240,241)
#E3F6F5
(227,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07BACD color. Also use rgb(7,186,205) instead hex code.

Text Font Color

.myTextColor { color: #07BACD; }

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

This text font color is #07BACD.


Background Color

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

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

This div background color is #07BACD.


Border color

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

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

This div border color is #07BACD.


Opacity

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

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

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

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

This text has shadow with #07BACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07BACD on black background.


Color preview on white background

This text has color #07BACD on white background.



Black color preview on #07BACD background

This text has black color on #07BACD background.


White color preview on #07BACD background

This text has white color on #07BACD background.