COLOR #7BFDD5

HEX: #7BFDD5
RGB: (123,253,213)

Color info

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

RGB color model

#7BFDD5 color RGB value is (123,253,213).

  • red value is 123;
  • green value is 253;
  • blue value is 213.
RGB:
(123,253,213)
(48%,99%,84%)

RGB channels and saturation

R 123 of 255 = 48%
G 253 of 255 = 99%
B 213 of 255 = 84%

123
253
213

R + G + B ~ 77%. #7BFDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 253 + 213 = 589 (100%)
R 123 of 589 ~ 20.88%
G 253 of 589 ~ 42.95%
B 213 of 589 ~ 36.16%

%20.88
%42.95
%36.16

CMYK color model

#7BFDD5 color CMYK value is (51,0,16,1).

  • cyan value is 51.38%
  • magenta value is 0.00%
  • yellow value is 15.81%
  • key color value is 0.78%
CMYK:
(51,0,16,1)
C51M0Y16K1 
(51%,0%,16%,1%)
(0.51/0.00/0.16/0.01)	

CMYK percentages

%51.38
%0
%15.81
%0.78

Codes

Color #7BFDD5 in popluar color models

7BFDD5
RGB123253213
HSL162°97.01%73.73%
HSB/HSV162°51.38%99.22%
CMYK51.38%0.00%15.81%
0.78%

Color #7BFDD5 in popluar number systems.

HEX7BFDD5
Decimal123253213
Binary11110111111110111010101
Octal173375325

Shades and tints

Shades of #7BFDD5

#7BFDD5
(123,253,213)
#70E6C2
(112,230,194)
#65CFAF
(101,207,175)
#5AB89C
(90,184,156)
#4FA189
(79,161,137)
#448A76
(68,138,118)
#397363
(57,115,99)
#2E5C50
(46,92,80)
#23453D
(35,69,61)
#182E2A
(24,46,42)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #7BFDD5

#7BFDD5
(123,253,213)
#87FDD8
(135,253,216)
#93FDDB
(147,253,219)
#9FFDDE
(159,253,222)
#ABFDE1
(171,253,225)
#B7FDE4
(183,253,228)
#C3FDE7
(195,253,231)
#CFFDEA
(207,253,234)
#DBFDED
(219,253,237)
#E7FDF0
(231,253,240)
#F3FDF3
(243,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BFDD5 color. Also use rgb(123,253,213) instead hex code.

Text Font Color

.myTextColor { color: #7BFDD5; }

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

This text font color is #7BFDD5.


Background Color

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

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

This div background color is #7BFDD5.


Border color

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

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

This div border color is #7BFDD5.


Opacity

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

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

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

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

This text has shadow with #7BFDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BFDD5 on black background.


Color preview on white background

This text has color #7BFDD5 on white background.



Black color preview on #7BFDD5 background

This text has black color on #7BFDD5 background.


White color preview on #7BFDD5 background

This text has white color on #7BFDD5 background.