COLOR #7BC8D1

HEX: #7BC8D1 RGB: (123,200,209)

Color info

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

RGB color model

#7BC8D1 color RGB value is (123,200,209).

RGB: (123,200,209) (48%, 78%, 82%)

RGB channels and saturation

R 123 of 255 = 48%
G 200 of 255 = 78%
B 209 of 255 = 82%

123
200
209

R + G + B ~ 69%. #7BC8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 200 + 209 = 532 (100%)
R 123 of 532 ~ 23.12%
G 200 of 532 ~ 37.59%
B 209 of 532 ~ 39.29'%

%23.12
%37.59
%39.29

CMYK color model

#7BC8D1 color CMYK value is (41,4,0,18).

  • cyan value is 41.15%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (41,4,0,18)
C41M4Y0K18 (41%, 4%, 0%, 18%)
(0.41 / 0.04 / 0.00 / 0.18)

CMYK percentages

%41.15
%4.31
%0
%18.04

Codes

Color #7BC8D1 in popluar color models

7B C8 D1
RGB 123 200 209
HSL 186° 48.31% 65.10%
HSB/HSV 186° 41.15% 81.96%
CMYK 41.15% 4.31% 0.00%
18.04%

Color #7BC8D1 in popluar number systems.

HEX 7B C8 D1
Decimal 123 200 209
Binary 1111011 11001000 11010001
Octal 173 310 321

Shades and tints

Shades of #7BC8D1

#7BC8D1
(123,200,209)
#70B6BE
(112,182,190)
#65A4AB
(101,164,171)
#5A9298
(90,146,152)
#4F8085
(79,128,133)
#446E72
(68,110,114)
#395C5F
(57,92,95)
#2E4A4C
(46,74,76)
#233839
(35,56,57)
#182626
(24,38,38)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #7BC8D1

#7BC8D1
(123,200,209)
#87CDD5
(135,205,213)
#93D2D9
(147,210,217)
#9FD7DD
(159,215,221)
#ABDCE1
(171,220,225)
#B7E1E5
(183,225,229)
#C3E6E9
(195,230,233)
#CFEBED
(207,235,237)
#DBF0F1
(219,240,241)
#E7F5F5
(231,245,245)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BC8D1; }

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

This text font color is #7BC8D1.

Background Color

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

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

This div background color is #7BC8D1.

Border color

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

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

This div border color is #7BC8D1.

Opacity

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

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

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

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

This text has shadow with #7BC8D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BC8D1.

Preview

Color preview on black background

This text has color #7BC8D1 on black background.


Color preview on white background

This text has color #7BC8D1 on white background.


Black color preview on #7BC8D1 background

This text has black color on #7BC8D1 background.


White color preview on #7BC8D1 background

This text has white color on #7BC8D1 background.


Related colors

Complementary color

Complementary color for #hex is #84372E.


I love getcolorcode.com

Triadic colors

1 #D17BC8 and #C8D17B with #7BC8D1 are triadic colors.

2 #D1C87B and #C87BD1 with #7BC8D1 are triadic colors.