COLOR #7BD1DC

HEX: #7BD1DC
RGB: (123,209,220)

Color info

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

RGB color model

#7BD1DC color RGB value is (123,209,220).

  • red value is 123;
  • green value is 209;
  • blue value is 220.
RGB:
(123,209,220)
(48%,82%,86%)

RGB channels and saturation

R 123 of 255 = 48%
G 209 of 255 = 82%
B 220 of 255 = 86%

123
209
220

R + G + B ~ 72%. #7BD1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 209 + 220 = 552 (100%)
R 123 of 552 ~ 22.28%
G 209 of 552 ~ 37.86%
B 220 of 552 ~ 39.86%

%22.28
%37.86
%39.86

CMYK color model

#7BD1DC color CMYK value is (44,5,0,14).

  • cyan value is 44.09%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(44,5,0,14)
C44M5Y0K14 
(44%,5%,0%,14%)
(0.44/0.05/0.00/0.14)	

CMYK percentages

%44.09
%5
%0
%13.73

Codes

Color #7BD1DC in popluar color models

7BD1DC
RGB123209220
HSL187°58.08%67.25%
HSB/HSV187°44.09%86.27%
CMYK44.09%5.00%0.00%
13.73%

Color #7BD1DC in popluar number systems.

HEX7BD1DC
Decimal123209220
Binary11110111101000111011100
Octal173321334

Shades and tints

Shades of #7BD1DC

#7BD1DC
(123,209,220)
#70BEC8
(112,190,200)
#65ABB4
(101,171,180)
#5A98A0
(90,152,160)
#4F858C
(79,133,140)
#447278
(68,114,120)
#395F64
(57,95,100)
#2E4C50
(46,76,80)
#23393C
(35,57,60)
#182628
(24,38,40)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #7BD1DC

#7BD1DC
(123,209,220)
#87D5DF
(135,213,223)
#93D9E2
(147,217,226)
#9FDDE5
(159,221,229)
#ABE1E8
(171,225,232)
#B7E5EB
(183,229,235)
#C3E9EE
(195,233,238)
#CFEDF1
(207,237,241)
#DBF1F4
(219,241,244)
#E7F5F7
(231,245,247)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BD1DC color. Also use rgb(123,209,220) instead hex code.

Text Font Color

.myTextColor { color: #7BD1DC; }

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

This text font color is #7BD1DC.


Background Color

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

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

This div background color is #7BD1DC.


Border color

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

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

This div border color is #7BD1DC.


Opacity

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

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

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

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

This text has shadow with #7BD1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD1DC on black background.


Color preview on white background

This text has color #7BD1DC on white background.



Black color preview on #7BD1DC background

This text has black color on #7BD1DC background.


White color preview on #7BD1DC background

This text has white color on #7BD1DC background.