COLOR #7BEBD7

HEX: #7BEBD7
RGB: (123,235,215)

Color info

#7BEBD7 contains mainly green and blue colors. Web safe color of #7BEBD7 is #66FFCC (or #6FC).

RGB color model

#7BEBD7 color RGB value is (123,235,215).

  • red value is 123;
  • green value is 235;
  • blue value is 215.
RGB:
(123,235,215)
(48%,92%,84%)

RGB channels and saturation

R 123 of 255 = 48%
G 235 of 255 = 92%
B 215 of 255 = 84%

123
235
215

R + G + B ~ 75%. #7BEBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 235 + 215 = 573 (100%)
R 123 of 573 ~ 21.47%
G 235 of 573 ~ 41.01%
B 215 of 573 ~ 37.52%

%21.47
%41.01
%37.52

CMYK color model

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

  • cyan value is 47.66%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 7.84%
CMYK:
(48,0,9,8)
C48M0Y9K8 
(48%,0%,9%,8%)
(0.48/0.00/0.09/0.08)	

CMYK percentages

%47.66
%0
%8.51
%7.84

Codes

Color #7BEBD7 in popluar color models

7BEBD7
RGB123235215
HSL169°73.68%70.20%
HSB/HSV169°47.66%92.16%
CMYK47.66%0.00%8.51%
7.84%

Color #7BEBD7 in popluar number systems.

HEX7BEBD7
Decimal123235215
Binary11110111110101111010111
Octal173353327

Shades and tints

Shades of #7BEBD7

#7BEBD7
(123,235,215)
#70D6C4
(112,214,196)
#65C1B1
(101,193,177)
#5AAC9E
(90,172,158)
#4F978B
(79,151,139)
#448278
(68,130,120)
#396D65
(57,109,101)
#2E5852
(46,88,82)
#23433F
(35,67,63)
#182E2C
(24,46,44)
#0D1919
(13,25,25)
#000000
(0,0,0)

Tints of #7BEBD7

#7BEBD7
(123,235,215)
#87ECDA
(135,236,218)
#93EDDD
(147,237,221)
#9FEEE0
(159,238,224)
#ABEFE3
(171,239,227)
#B7F0E6
(183,240,230)
#C3F1E9
(195,241,233)
#CFF2EC
(207,242,236)
#DBF3EF
(219,243,239)
#E7F4F2
(231,244,242)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BEBD7 color. Also use rgb(123,235,215) instead hex code.

Text Font Color

.myTextColor { color: #7BEBD7; }

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

This text font color is #7BEBD7.


Background Color

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

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

This div background color is #7BEBD7.


Border color

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

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

This div border color is #7BEBD7.


Opacity

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

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

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

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

This text has shadow with #7BEBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BEBD7 on black background.


Color preview on white background

This text has color #7BEBD7 on white background.



Black color preview on #7BEBD7 background

This text has black color on #7BEBD7 background.


White color preview on #7BEBD7 background

This text has white color on #7BEBD7 background.