COLOR #7BDBED

HEX: #7BDBED
RGB: (123,219,237)

Color info

#7BDBED contains mainly green and blue colors. Web safe color of #7BDBED is #66CCFF (or #6CF).

RGB color model

#7BDBED color RGB value is (123,219,237).

  • red value is 123;
  • green value is 219;
  • blue value is 237.
RGB:
(123,219,237)
(48%,86%,93%)

RGB channels and saturation

R 123 of 255 = 48%
G 219 of 255 = 86%
B 237 of 255 = 93%

123
219
237

R + G + B ~ 76%. #7BDBED is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 219 + 237 = 579 (100%)
R 123 of 579 ~ 21.24%
G 219 of 579 ~ 37.82%
B 237 of 579 ~ 40.93%

%21.24
%37.82
%40.93

CMYK color model

#7BDBED color CMYK value is (48,8,0,7).

  • cyan value is 48.10%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(48,8,0,7)
C48M8Y0K7 
(48%,8%,0%,7%)
(0.48/0.08/0.00/0.07)	

CMYK percentages

%48.1
%7.59
%0
%7.06

Codes

Color #7BDBED in popluar color models

7BDBED
RGB123219237
HSL189°76.00%70.59%
HSB/HSV189°48.10%92.94%
CMYK48.10%7.59%0.00%
7.06%

Color #7BDBED in popluar number systems.

HEX7BDBED
Decimal123219237
Binary11110111101101111101101
Octal173333355

Shades and tints

Shades of #7BDBED

#7BDBED
(123,219,237)
#70C8D8
(112,200,216)
#65B5C3
(101,181,195)
#5AA2AE
(90,162,174)
#4F8F99
(79,143,153)
#447C84
(68,124,132)
#39696F
(57,105,111)
#2E565A
(46,86,90)
#234345
(35,67,69)
#183030
(24,48,48)
#0D1D1B
(13,29,27)
#000000
(0,0,0)

Tints of #7BDBED

#7BDBED
(123,219,237)
#87DEEE
(135,222,238)
#93E1EF
(147,225,239)
#9FE4F0
(159,228,240)
#ABE7F1
(171,231,241)
#B7EAF2
(183,234,242)
#C3EDF3
(195,237,243)
#CFF0F4
(207,240,244)
#DBF3F5
(219,243,245)
#E7F6F6
(231,246,246)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BDBED color. Also use rgb(123,219,237) instead hex code.

Text Font Color

.myTextColor { color: #7BDBED; }

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

This text font color is #7BDBED.


Background Color

.myBgColor { background-color: #7BDBED; }

<div style="background-color:#7BDBED">Inner text</div>

This div background color is #7BDBED.


Border color

.myBorderColor { border: 1px solid #7BDBED; }

<div style="border:3px solid #7BDBED">Div</div>

This div border color is #7BDBED.


Opacity

.myOpacity80 { color: #7BDBED; opacity: 0.8; }

<p style="color:#7BDBED;opacity:0.8;">80%</p>

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

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

This text has shadow with #7BDBED color.

.textShadow {text-shadow: 3px 3px 1px #7BDBED, 3px 3px 1px red;}

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

This text has shadow with #7BDBED primary color and red secondary color.


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

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

This text has shadow with #7BDBED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BDBED on black background.


Color preview on white background

This text has color #7BDBED on white background.



Black color preview on #7BDBED background

This text has black color on #7BDBED background.


White color preview on #7BDBED background

This text has white color on #7BDBED background.