COLOR #7BDBC8

HEX: #7BDBC8 RGB: (123,219,200)

Color info

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

RGB color model

#7BDBC8 color RGB value is (123,219,200).

RGB: (123,219,200) (48%, 86%, 78%)

RGB channels and saturation

R 123 of 255 = 48%
G 219 of 255 = 86%
B 200 of 255 = 78%

123
219
200

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

Portions of RGB colors in percentages

R + G + B = 123 + 219 + 200 = 542 (100%)
R 123 of 542 ~ 22.69%
G 219 of 542 ~ 40.41%
B 200 of 542 ~ 36.9'%

%22.69
%40.41
%36.9

CMYK color model

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

  • cyan value is 43.84%
  • magenta value is 0.00%
  • yellow value is 8.68%
  • key color value is 14.12%
CMYK: (44,0,9,14) C44M0Y9K14 (44%,0%,9%,14%) (0.44/0.00/0.09/0.14) 

CMYK percentages

%43.84
%0
%8.68
%14.12

Codes

Color #7BDBC8 in popluar color models

7B DB C8
RGB 123 219 200
HSL 168° 57.14% 67.06%
HSB/HSV 168° 43.84% 85.88%
CMYK 43.84% 0.00% 8.68%
14.12%

Color #7BDBC8 in popluar number systems.

HEX 7B DB C8
Decimal 123 219 200
Binary 1111011 11011011 11001000
Octal 173 333 310

Shades and tints

Shades of #7BDBC8

#7BDBC8
(123,219,200)
#70C8B6
(112,200,182)
#65B5A4
(101,181,164)
#5AA292
(90,162,146)
#4F8F80
(79,143,128)
#447C6E
(68,124,110)
#39695C
(57,105,92)
#2E564A
(46,86,74)
#234338
(35,67,56)
#183026
(24,48,38)
#0D1D14
(13,29,20)
#000000
(0,0,0)

Tints of #7BDBC8

#7BDBC8
(123,219,200)
#87DECD
(135,222,205)
#93E1D2
(147,225,210)
#9FE4D7
(159,228,215)
#ABE7DC
(171,231,220)
#B7EAE1
(183,234,225)
#C3EDE6
(195,237,230)
#CFF0EB
(207,240,235)
#DBF3F0
(219,243,240)
#E7F6F5
(231,246,245)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BDBC8; }

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

This text font color is #7BDBC8.

Background Color

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

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

This div background color is #7BDBC8.

Border color

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

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

This div border color is #7BDBC8.

Opacity

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

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

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

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

This text has shadow with #7BDBC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BDBC8.

Preview

Color preview on black background

This text has color #7BDBC8 on black background.


Color preview on white background

This text has color #7BDBC8 on white background.


Black color preview on #7BDBC8 background

This text has black color on #7BDBC8 background.


White color preview on #7BDBC8 background

This text has white color on #7BDBC8 background.


Related colors

Complementary color

Complementary color for #hex is #842437.


I love getcolorcode.com

Triadic colors

1 #C87BDB and #DBC87B with #7BDBC8 are triadic colors.

2 #C8DB7B and #DB7BC8 with #7BDBC8 are triadic colors.