COLOR #7BDCDC

HEX: #7BDCDC
RGB: (123,220,220)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
220
220

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

Portions of RGB colors in percentages

R + G + B =
123 + 220 + 220 = 563 (100%)
R 123 of 563 ~ 21.85%
G 220 of 563 ~ 39.08%
B 220 of 563 ~ 39.08%

%21.85
%39.08
%39.08

CMYK color model

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

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

CMYK percentages

%44.09
%0
%0
%13.73

Codes

Color #7BDCDC in popluar color models

7BDCDC
RGB123220220
HSL180°58.08%67.25%
HSB/HSV180°44.09%86.27%
CMYK44.09%0.00%0.00%
13.73%

Color #7BDCDC in popluar number systems.

HEX7BDCDC
Decimal123220220
Binary11110111101110011011100
Octal173334334

Shades and tints

Shades of #7BDCDC

#7BDCDC
(123,220,220)
#70C8C8
(112,200,200)
#65B4B4
(101,180,180)
#5AA0A0
(90,160,160)
#4F8C8C
(79,140,140)
#447878
(68,120,120)
#396464
(57,100,100)
#2E5050
(46,80,80)
#233C3C
(35,60,60)
#182828
(24,40,40)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #7BDCDC

#7BDCDC
(123,220,220)
#87DFDF
(135,223,223)
#93E2E2
(147,226,226)
#9FE5E5
(159,229,229)
#ABE8E8
(171,232,232)
#B7EBEB
(183,235,235)
#C3EEEE
(195,238,238)
#CFF1F1
(207,241,241)
#DBF4F4
(219,244,244)
#E7F7F7
(231,247,247)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BDCDC; }

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

This text font color is #7BDCDC.


Background Color

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

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

This div background color is #7BDCDC.


Border color

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

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

This div border color is #7BDCDC.


Opacity

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

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

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

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

This text has shadow with #7BDCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BDCDC on black background.


Color preview on white background

This text has color #7BDCDC on white background.



Black color preview on #7BDCDC background

This text has black color on #7BDCDC background.


White color preview on #7BDCDC background

This text has white color on #7BDCDC background.