COLOR #7BD5D5

HEX: #7BD5D5
RGB: (123,213,213)

Color info

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

RGB color model

#7BD5D5 color RGB value is (123,213,213).

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

RGB channels and saturation

R 123 of 255 = 48%
G 213 of 255 = 84%
B 213 of 255 = 84%

123
213
213

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

Portions of RGB colors in percentages

R + G + B =
123 + 213 + 213 = 549 (100%)
R 123 of 549 ~ 22.4%
G 213 of 549 ~ 38.8%
B 213 of 549 ~ 38.8%

%22.4
%38.8
%38.8

CMYK color model

#7BD5D5 color CMYK value is (42,0,0,16).

  • cyan value is 42.25%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(42,0,0,16)
C42M0Y0K16 
(42%,0%,0%,16%)
(0.42/0.00/0.00/0.16)	

CMYK percentages

%42.25
%0
%0
%16.47

Codes

Color #7BD5D5 in popluar color models

7BD5D5
RGB123213213
HSL180°51.72%65.88%
HSB/HSV180°42.25%83.53%
CMYK42.25%0.00%0.00%
16.47%

Color #7BD5D5 in popluar number systems.

HEX7BD5D5
Decimal123213213
Binary11110111101010111010101
Octal173325325

Shades and tints

Shades of #7BD5D5

#7BD5D5
(123,213,213)
#70C2C2
(112,194,194)
#65AFAF
(101,175,175)
#5A9C9C
(90,156,156)
#4F8989
(79,137,137)
#447676
(68,118,118)
#396363
(57,99,99)
#2E5050
(46,80,80)
#233D3D
(35,61,61)
#182A2A
(24,42,42)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #7BD5D5

#7BD5D5
(123,213,213)
#87D8D8
(135,216,216)
#93DBDB
(147,219,219)
#9FDEDE
(159,222,222)
#ABE1E1
(171,225,225)
#B7E4E4
(183,228,228)
#C3E7E7
(195,231,231)
#CFEAEA
(207,234,234)
#DBEDED
(219,237,237)
#E7F0F0
(231,240,240)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BD5D5; }

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

This text font color is #7BD5D5.


Background Color

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

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

This div background color is #7BD5D5.


Border color

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

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

This div border color is #7BD5D5.


Opacity

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

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

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

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

This text has shadow with #7BD5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD5D5 on black background.


Color preview on white background

This text has color #7BD5D5 on white background.



Black color preview on #7BD5D5 background

This text has black color on #7BD5D5 background.


White color preview on #7BD5D5 background

This text has white color on #7BD5D5 background.