COLOR #7BCFC9

HEX: #7BCFC9
RGB: (123,207,201)

Color info

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

RGB color model

#7BCFC9 color RGB value is (123,207,201).

  • red value is 123;
  • green value is 207;
  • blue value is 201.
RGB:
(123,207,201)
(48%,81%,79%)

RGB channels and saturation

R 123 of 255 = 48%
G 207 of 255 = 81%
B 201 of 255 = 79%

123
207
201

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

Portions of RGB colors in percentages

R + G + B =
123 + 207 + 201 = 531 (100%)
R 123 of 531 ~ 23.16%
G 207 of 531 ~ 38.98%
B 201 of 531 ~ 37.85%

%23.16
%38.98
%37.85

CMYK color model

#7BCFC9 color CMYK value is (41,0,3,19).

  • cyan value is 40.58%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 18.82%
CMYK:
(41,0,3,19)
C41M0Y3K19 
(41%,0%,3%,19%)
(0.41/0.00/0.03/0.19)	

CMYK percentages

%40.58
%0
%2.9
%18.82

Codes

Color #7BCFC9 in popluar color models

7BCFC9
RGB123207201
HSL176°46.67%64.71%
HSB/HSV176°40.58%81.18%
CMYK40.58%0.00%2.90%
18.82%

Color #7BCFC9 in popluar number systems.

HEX7BCFC9
Decimal123207201
Binary11110111100111111001001
Octal173317311

Shades and tints

Shades of #7BCFC9

#7BCFC9
(123,207,201)
#70BDB7
(112,189,183)
#65ABA5
(101,171,165)
#5A9993
(90,153,147)
#4F8781
(79,135,129)
#44756F
(68,117,111)
#39635D
(57,99,93)
#2E514B
(46,81,75)
#233F39
(35,63,57)
#182D27
(24,45,39)
#0D1B15
(13,27,21)
#000000
(0,0,0)

Tints of #7BCFC9

#7BCFC9
(123,207,201)
#87D3CD
(135,211,205)
#93D7D1
(147,215,209)
#9FDBD5
(159,219,213)
#ABDFD9
(171,223,217)
#B7E3DD
(183,227,221)
#C3E7E1
(195,231,225)
#CFEBE5
(207,235,229)
#DBEFE9
(219,239,233)
#E7F3ED
(231,243,237)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BCFC9; }

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

This text font color is #7BCFC9.


Background Color

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

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

This div background color is #7BCFC9.


Border color

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

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

This div border color is #7BCFC9.


Opacity

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

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

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

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

This text has shadow with #7BCFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCFC9 on black background.


Color preview on white background

This text has color #7BCFC9 on white background.



Black color preview on #7BCFC9 background

This text has black color on #7BCFC9 background.


White color preview on #7BCFC9 background

This text has white color on #7BCFC9 background.