COLOR #7BFDD0

HEX: #7BFDD0
RGB: (123,253,208)

Color info

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

RGB color model

#7BFDD0 color RGB value is (123,253,208).

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

RGB channels and saturation

R 123 of 255 = 48%
G 253 of 255 = 99%
B 208 of 255 = 82%

123
253
208

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

Portions of RGB colors in percentages

R + G + B =
123 + 253 + 208 = 584 (100%)
R 123 of 584 ~ 21.06%
G 253 of 584 ~ 43.32%
B 208 of 584 ~ 35.62%

%21.06
%43.32
%35.62

CMYK color model

#7BFDD0 color CMYK value is (51,0,18,1).

  • cyan value is 51.38%
  • magenta value is 0.00%
  • yellow value is 17.79%
  • key color value is 0.78%
CMYK:
(51,0,18,1)
C51M0Y18K1 
(51%,0%,18%,1%)
(0.51/0.00/0.18/0.01)	

CMYK percentages

%51.38
%0
%17.79
%0.78

Codes

Color #7BFDD0 in popluar color models

7BFDD0
RGB123253208
HSL159°97.01%73.73%
HSB/HSV159°51.38%99.22%
CMYK51.38%0.00%17.79%
0.78%

Color #7BFDD0 in popluar number systems.

HEX7BFDD0
Decimal123253208
Binary11110111111110111010000
Octal173375320

Shades and tints

Shades of #7BFDD0

#7BFDD0
(123,253,208)
#70E6BE
(112,230,190)
#65CFAC
(101,207,172)
#5AB89A
(90,184,154)
#4FA188
(79,161,136)
#448A76
(68,138,118)
#397364
(57,115,100)
#2E5C52
(46,92,82)
#234540
(35,69,64)
#182E2E
(24,46,46)
#0D171C
(13,23,28)
#000000
(0,0,0)

Tints of #7BFDD0

#7BFDD0
(123,253,208)
#87FDD4
(135,253,212)
#93FDD8
(147,253,216)
#9FFDDC
(159,253,220)
#ABFDE0
(171,253,224)
#B7FDE4
(183,253,228)
#C3FDE8
(195,253,232)
#CFFDEC
(207,253,236)
#DBFDF0
(219,253,240)
#E7FDF4
(231,253,244)
#F3FDF8
(243,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BFDD0; }

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

This text font color is #7BFDD0.


Background Color

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

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

This div background color is #7BFDD0.


Border color

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

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

This div border color is #7BFDD0.


Opacity

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

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

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

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

This text has shadow with #7BFDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BFDD0 on black background.


Color preview on white background

This text has color #7BFDD0 on white background.



Black color preview on #7BFDD0 background

This text has black color on #7BFDD0 background.


White color preview on #7BFDD0 background

This text has white color on #7BFDD0 background.