COLOR #07B4DE

HEX: #07B4DE
RGB: (7,180,222)

Color info

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

RGB color model

#07B4DE color RGB value is (7,180,222).

  • red value is 7;
  • green value is 180;
  • blue value is 222.
RGB:
(7,180,222)
(3%,71%,87%)

RGB channels and saturation

R 7 of 255 = 3%
G 180 of 255 = 71%
B 222 of 255 = 87%

7
180
222

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

Portions of RGB colors in percentages

R + G + B =
7 + 180 + 222 = 409 (100%)
R 7 of 409 ~ 1.71%
G 180 of 409 ~ 44.01%
B 222 of 409 ~ 54.28%

%44.01
%54.28

CMYK color model

#07B4DE color CMYK value is (97,19,0,13).

  • cyan value is 96.85%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(97,19,0,13)
C97M19Y0K13 
(97%,19%,0%,13%)
(0.97/0.19/0.00/0.13)	

CMYK percentages

%96.85
%18.92
%0
%12.94

Codes

Color #07B4DE in popluar color models

07B4DE
RGB7180222
HSL192°93.89%44.90%
HSB/HSV192°96.85%87.06%
CMYK96.85%18.92%0.00%
12.94%

Color #07B4DE in popluar number systems.

HEX07B4DE
Decimal7180222
Binary1111011010011011110
Octal7264336

Shades and tints

Shades of #07B4DE

#07B4DE
(7,180,222)
#07A4CA
(7,164,202)
#0794B6
(7,148,182)
#0784A2
(7,132,162)
#07748E
(7,116,142)
#07647A
(7,100,122)
#075466
(7,84,102)
#074452
(7,68,82)
#07343E
(7,52,62)
#07242A
(7,36,42)
#071416
(7,20,22)
#000000
(0,0,0)

Tints of #07B4DE

#07B4DE
(7,180,222)
#1DBAE1
(29,186,225)
#33C0E4
(51,192,228)
#49C6E7
(73,198,231)
#5FCCEA
(95,204,234)
#75D2ED
(117,210,237)
#8BD8F0
(139,216,240)
#A1DEF3
(161,222,243)
#B7E4F6
(183,228,246)
#CDEAF9
(205,234,249)
#E3F0FC
(227,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07B4DE color. Also use rgb(7,180,222) instead hex code.

Text Font Color

.myTextColor { color: #07B4DE; }

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

This text font color is #07B4DE.


Background Color

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

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

This div background color is #07B4DE.


Border color

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

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

This div border color is #07B4DE.


Opacity

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

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

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

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

This text has shadow with #07B4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07B4DE on black background.


Color preview on white background

This text has color #07B4DE on white background.



Black color preview on #07B4DE background

This text has black color on #07B4DE background.


White color preview on #07B4DE background

This text has white color on #07B4DE background.