COLOR #7BD1D4

HEX: #7BD1D4
RGB: (123,209,212)

Color info

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

RGB color model

#7BD1D4 color RGB value is (123,209,212).

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

RGB channels and saturation

R 123 of 255 = 48%
G 209 of 255 = 82%
B 212 of 255 = 83%

123
209
212

R + G + B ~ 71%. #7BD1D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 209 + 212 = 544 (100%)
R 123 of 544 ~ 22.61%
G 209 of 544 ~ 38.42%
B 212 of 544 ~ 38.97%

%22.61
%38.42
%38.97

CMYK color model

#7BD1D4 color CMYK value is (42,1,0,17).

  • cyan value is 41.98%
  • magenta value is 1.42%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(42,1,0,17)
C42M1Y0K17 
(42%,1%,0%,17%)
(0.42/0.01/0.00/0.17)	

CMYK percentages

%41.98
%1.42
%0
%16.86

Codes

Color #7BD1D4 in popluar color models

7BD1D4
RGB123209212
HSL182°50.86%65.69%
HSB/HSV182°41.98%83.14%
CMYK41.98%1.42%0.00%
16.86%

Color #7BD1D4 in popluar number systems.

HEX7BD1D4
Decimal123209212
Binary11110111101000111010100
Octal173321324

Shades and tints

Shades of #7BD1D4

#7BD1D4
(123,209,212)
#70BEC1
(112,190,193)
#65ABAE
(101,171,174)
#5A989B
(90,152,155)
#4F8588
(79,133,136)
#447275
(68,114,117)
#395F62
(57,95,98)
#2E4C4F
(46,76,79)
#23393C
(35,57,60)
#182629
(24,38,41)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #7BD1D4

#7BD1D4
(123,209,212)
#87D5D7
(135,213,215)
#93D9DA
(147,217,218)
#9FDDDD
(159,221,221)
#ABE1E0
(171,225,224)
#B7E5E3
(183,229,227)
#C3E9E6
(195,233,230)
#CFEDE9
(207,237,233)
#DBF1EC
(219,241,236)
#E7F5EF
(231,245,239)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BD1D4; }

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

This text font color is #7BD1D4.


Background Color

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

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

This div background color is #7BD1D4.


Border color

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

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

This div border color is #7BD1D4.


Opacity

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

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

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

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

This text has shadow with #7BD1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD1D4 on black background.


Color preview on white background

This text has color #7BD1D4 on white background.



Black color preview on #7BD1D4 background

This text has black color on #7BD1D4 background.


White color preview on #7BD1D4 background

This text has white color on #7BD1D4 background.