COLOR #7BBEC1

HEX: #7BBEC1 RGB: (123,190,193)

Color info

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

RGB color model

#7BBEC1 color RGB value is (123,190,193).

RGB: (123,190,193) (48%, 75%, 76%)

RGB channels and saturation

R 123 of 255 = 48%
G 190 of 255 = 75%
B 193 of 255 = 76%

123
190
193

R + G + B ~ 66%. #7BBEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 190 + 193 = 506 (100%)
R 123 of 506 ~ 24.31%
G 190 of 506 ~ 37.55%
B 193 of 506 ~ 38.14'%

%24.31
%37.55
%38.14

CMYK color model

#7BBEC1 color CMYK value is (36,2,0,24).

  • cyan value is 36.27%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (36,2,0,24)
C36M2Y0K24 (36%, 2%, 0%, 24%)
(0.36 / 0.02 / 0.00 / 0.24)

CMYK percentages

%36.27
%1.55
%0
%24.31

Codes

Color #7BBEC1 in popluar color models

7B BE C1
RGB 123 190 193
HSL 183° 36.08% 61.96%
HSB/HSV 183° 36.27% 75.69%
CMYK 36.27% 1.55% 0.00%
24.31%

Color #7BBEC1 in popluar number systems.

HEX 7B BE C1
Decimal 123 190 193
Binary 1111011 10111110 11000001
Octal 173 276 301

Shades and tints

Shades of #7BBEC1

#7BBEC1
(123,190,193)
#70ADB0
(112,173,176)
#659C9F
(101,156,159)
#5A8B8E
(90,139,142)
#4F7A7D
(79,122,125)
#44696C
(68,105,108)
#39585B
(57,88,91)
#2E474A
(46,71,74)
#233639
(35,54,57)
#182528
(24,37,40)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #7BBEC1

#7BBEC1
(123,190,193)
#87C3C6
(135,195,198)
#93C8CB
(147,200,203)
#9FCDD0
(159,205,208)
#ABD2D5
(171,210,213)
#B7D7DA
(183,215,218)
#C3DCDF
(195,220,223)
#CFE1E4
(207,225,228)
#DBE6E9
(219,230,233)
#E7EBEE
(231,235,238)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BBEC1; }

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

This text font color is #7BBEC1.

Background Color

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

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

This div background color is #7BBEC1.

Border color

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

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

This div border color is #7BBEC1.

Opacity

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

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

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

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

This text has shadow with #7BBEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BBEC1.

Preview

Color preview on black background

This text has color #7BBEC1 on black background.


Color preview on white background

This text has color #7BBEC1 on white background.


Black color preview on #7BBEC1 background

This text has black color on #7BBEC1 background.


White color preview on #7BBEC1 background

This text has white color on #7BBEC1 background.


Related colors

Complementary color

Complementary color for #hex is #84413E.


I love getcolorcode.com

Triadic colors

1 #C17BBE and #BEC17B with #7BBEC1 are triadic colors.

2 #C1BE7B and #BE7BC1 with #7BBEC1 are triadic colors.