COLOR #7BC0DB

HEX: #7BC0DB RGB: (123,192,219)

Color info

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

RGB color model

#7BC0DB color RGB value is (123,192,219).

RGB: (123,192,219) (48%, 75%, 86%)

RGB channels and saturation

R 123 of 255 = 48%
G 192 of 255 = 75%
B 219 of 255 = 86%

123
192
219

R + G + B ~ 70%. #7BC0DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 192 + 219 = 534 (100%)
R 123 of 534 ~ 23.03%
G 192 of 534 ~ 35.96%
B 219 of 534 ~ 41.01'%

%23.03
%35.96
%41.01

CMYK color model

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

  • cyan value is 43.84%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (44,12,0,14)
C44M12Y0K14 (44%, 12%, 0%, 14%)
(0.44 / 0.12 / 0.00 / 0.14)

CMYK percentages

%43.84
%12.33
%0
%14.12

Codes

Color #7BC0DB in popluar color models

7B C0 DB
RGB 123 192 219
HSL 197° 57.14% 67.06%
HSB/HSV 197° 43.84% 85.88%
CMYK 43.84% 12.33% 0.00%
14.12%

Color #7BC0DB in popluar number systems.

HEX 7B C0 DB
Decimal 123 192 219
Binary 1111011 11000000 11011011
Octal 173 300 333

Shades and tints

Shades of #7BC0DB

#7BC0DB
(123,192,219)
#70AFC8
(112,175,200)
#659EB5
(101,158,181)
#5A8DA2
(90,141,162)
#4F7C8F
(79,124,143)
#446B7C
(68,107,124)
#395A69
(57,90,105)
#2E4956
(46,73,86)
#233843
(35,56,67)
#182730
(24,39,48)
#0D161D
(13,22,29)
#000000
(0,0,0)

Tints of #7BC0DB

#7BC0DB
(123,192,219)
#87C5DE
(135,197,222)
#93CAE1
(147,202,225)
#9FCFE4
(159,207,228)
#ABD4E7
(171,212,231)
#B7D9EA
(183,217,234)
#C3DEED
(195,222,237)
#CFE3F0
(207,227,240)
#DBE8F3
(219,232,243)
#E7EDF6
(231,237,246)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BC0DB; }

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

This text font color is #7BC0DB.

Background Color

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

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

This div background color is #7BC0DB.

Border color

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

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

This div border color is #7BC0DB.

Opacity

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

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

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

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

This text has shadow with #7BC0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BC0DB.

Preview

Color preview on black background

This text has color #7BC0DB on black background.


Color preview on white background

This text has color #7BC0DB on white background.


Black color preview on #7BC0DB background

This text has black color on #7BC0DB background.


White color preview on #7BC0DB background

This text has white color on #7BC0DB background.


Related colors

Complementary color

Complementary color for #hex is #843F24.


I love getcolorcode.com

Triadic colors

1 #DB7BC0 and #C0DB7B with #7BC0DB are triadic colors.

2 #DBC07B and #C07BDB with #7BC0DB are triadic colors.