COLOR #7BCFC4

HEX: #7BCFC4 RGB: (123,207,196)

Color info

#7BCFC4 contains mainly green and blue colors. Web safe color of #7BCFC4 is #66CCCC (or #6CC).

RGB color model

#7BCFC4 color RGB value is (123,207,196).

RGB: (123,207,196) (48%, 81%, 77%)

RGB channels and saturation

R 123 of 255 = 48%
G 207 of 255 = 81%
B 196 of 255 = 77%

123
207
196

R + G + B ~ 69%. #7BCFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 207 + 196 = 526 (100%)
R 123 of 526 ~ 23.38%
G 207 of 526 ~ 39.35%
B 196 of 526 ~ 37.26'%

%23.38
%39.35
%37.26

CMYK color model

#7BCFC4 color CMYK value is (41,0,5,19).

  • cyan value is 40.58%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • key color value is 18.82%
CMYK: (41,0,5,19) C41M0Y5K19 (41%,0%,5%,19%) (0.41/0.00/0.05/0.19) 

CMYK percentages

%40.58
%0
%5.31
%18.82

Codes

Color #7BCFC4 in popluar color models

7B CF C4
RGB 123 207 196
HSL 172° 46.67% 64.71%
HSB/HSV 172° 40.58% 81.18%
CMYK 40.58% 0.00% 5.31%
18.82%

Color #7BCFC4 in popluar number systems.

HEX 7B CF C4
Decimal 123 207 196
Binary 1111011 11001111 11000100
Octal 173 317 304

Shades and tints

Shades of #7BCFC4

#7BCFC4
(123,207,196)
#70BDB3
(112,189,179)
#65ABA2
(101,171,162)
#5A9991
(90,153,145)
#4F8780
(79,135,128)
#44756F
(68,117,111)
#39635E
(57,99,94)
#2E514D
(46,81,77)
#233F3C
(35,63,60)
#182D2B
(24,45,43)
#0D1B1A
(13,27,26)
#000000
(0,0,0)

Tints of #7BCFC4

#7BCFC4
(123,207,196)
#87D3C9
(135,211,201)
#93D7CE
(147,215,206)
#9FDBD3
(159,219,211)
#ABDFD8
(171,223,216)
#B7E3DD
(183,227,221)
#C3E7E2
(195,231,226)
#CFEBE7
(207,235,231)
#DBEFEC
(219,239,236)
#E7F3F1
(231,243,241)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCFC4 color. Also use rgb(123,207,196) instead hex code.

Text Font Color

.myTextColor { color: #7BCFC4; }

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

This text font color is #7BCFC4.

Background Color

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

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

This div background color is #7BCFC4.

Border color

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

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

This div border color is #7BCFC4.

Opacity

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

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

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

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

This text has shadow with #7BCFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BCFC4.

Preview

Color preview on black background

This text has color #7BCFC4 on black background.


Color preview on white background

This text has color #7BCFC4 on white background.


Black color preview on #7BCFC4 background

This text has black color on #7BCFC4 background.


White color preview on #7BCFC4 background

This text has white color on #7BCFC4 background.


Related colors

Complementary color

Complementary color for #hex is #84303B.


I love getcolorcode.com

Triadic colors

1 #C47BCF and #CFC47B with #7BCFC4 are triadic colors.

2 #C4CF7B and #CF7BC4 with #7BCFC4 are triadic colors.