COLOR #7BE7CC

HEX: #7BE7CC RGB: (123,231,204)

Color info

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

RGB color model

#7BE7CC color RGB value is (123,231,204).

RGB: (123,231,204) (48%, 91%, 80%)

RGB channels and saturation

R 123 of 255 = 48%
G 231 of 255 = 91%
B 204 of 255 = 80%

123
231
204

R + G + B ~ 73%. #7BE7CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 231 + 204 = 558 (100%)
R 123 of 558 ~ 22.04%
G 231 of 558 ~ 41.4%
B 204 of 558 ~ 36.56'%

%22.04
%41.4
%36.56

CMYK color model

#7BE7CC color CMYK value is (47,0,12,9).

  • cyan value is 46.75%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 9.41%

CMYK: (47,0,12,9)
C47M0Y12K9 (47%, 0%, 12%, 9%)
(0.47 / 0.00 / 0.12 / 0.09)

CMYK percentages

%46.75
%0
%11.69
%9.41

Codes

Color #7BE7CC in popluar color models

7B E7 CC
RGB 123 231 204
HSL 165° 69.23% 69.41%
HSB/HSV 165° 46.75% 90.59%
CMYK 46.75% 0.00% 11.69%
9.41%

Color #7BE7CC in popluar number systems.

HEX 7B E7 CC
Decimal 123 231 204
Binary 1111011 11100111 11001100
Octal 173 347 314

Shades and tints

Shades of #7BE7CC

#7BE7CC
(123,231,204)
#70D2BA
(112,210,186)
#65BDA8
(101,189,168)
#5AA896
(90,168,150)
#4F9384
(79,147,132)
#447E72
(68,126,114)
#396960
(57,105,96)
#2E544E
(46,84,78)
#233F3C
(35,63,60)
#182A2A
(24,42,42)
#0D1518
(13,21,24)
#000000
(0,0,0)

Tints of #7BE7CC

#7BE7CC
(123,231,204)
#87E9D0
(135,233,208)
#93EBD4
(147,235,212)
#9FEDD8
(159,237,216)
#ABEFDC
(171,239,220)
#B7F1E0
(183,241,224)
#C3F3E4
(195,243,228)
#CFF5E8
(207,245,232)
#DBF7EC
(219,247,236)
#E7F9F0
(231,249,240)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BE7CC color. Also use rgb(123,231,204) instead hex code.

Text Font Color

.myTextColor { color: #7BE7CC; }

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

This text font color is #7BE7CC.

Background Color

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

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

This div background color is #7BE7CC.

Border color

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

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

This div border color is #7BE7CC.

Opacity

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

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

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

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

This text has shadow with #7BE7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BE7CC.

Preview

Color preview on black background

This text has color #7BE7CC on black background.


Color preview on white background

This text has color #7BE7CC on white background.


Black color preview on #7BE7CC background

This text has black color on #7BE7CC background.


White color preview on #7BE7CC background

This text has white color on #7BE7CC background.


Related colors

Complementary color

Complementary color for #hex is #841833.


I love getcolorcode.com

Triadic colors

1 #CC7BE7 and #E7CC7B with #7BE7CC are triadic colors.

2 #CCE77B and #E77BCC with #7BE7CC are triadic colors.