COLOR #7BCEE9

HEX: #7BCEE9
RGB: (123,206,233)

Color info

#7BCEE9 contains mainly green and blue colors. Web safe color of #7BCEE9 is #66CCFF (or #6CF).

RGB color model

#7BCEE9 color RGB value is (123,206,233).

  • red value is 123;
  • green value is 206;
  • blue value is 233.
RGB:
(123,206,233)
(48%,81%,91%)

RGB channels and saturation

R 123 of 255 = 48%
G 206 of 255 = 81%
B 233 of 255 = 91%

123
206
233

R + G + B ~ 73%. #7BCEE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 206 + 233 = 562 (100%)
R 123 of 562 ~ 21.89%
G 206 of 562 ~ 36.65%
B 233 of 562 ~ 41.46%

%21.89
%36.65
%41.46

CMYK color model

#7BCEE9 color CMYK value is (47,12,0,9).

  • cyan value is 47.21%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(47,12,0,9)
C47M12Y0K9 
(47%,12%,0%,9%)
(0.47/0.12/0.00/0.09)	

CMYK percentages

%47.21
%11.59
%0
%8.63

Codes

Color #7BCEE9 in popluar color models

7BCEE9
RGB123206233
HSL195°71.43%69.80%
HSB/HSV195°47.21%91.37%
CMYK47.21%11.59%0.00%
8.63%

Color #7BCEE9 in popluar number systems.

HEX7BCEE9
Decimal123206233
Binary11110111100111011101001
Octal173316351

Shades and tints

Shades of #7BCEE9

#7BCEE9
(123,206,233)
#70BCD4
(112,188,212)
#65AABF
(101,170,191)
#5A98AA
(90,152,170)
#4F8695
(79,134,149)
#447480
(68,116,128)
#39626B
(57,98,107)
#2E5056
(46,80,86)
#233E41
(35,62,65)
#182C2C
(24,44,44)
#0D1A17
(13,26,23)
#000000
(0,0,0)

Tints of #7BCEE9

#7BCEE9
(123,206,233)
#87D2EB
(135,210,235)
#93D6ED
(147,214,237)
#9FDAEF
(159,218,239)
#ABDEF1
(171,222,241)
#B7E2F3
(183,226,243)
#C3E6F5
(195,230,245)
#CFEAF7
(207,234,247)
#DBEEF9
(219,238,249)
#E7F2FB
(231,242,251)
#F3F6FD
(243,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BCEE9; }

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

This text font color is #7BCEE9.


Background Color

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

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

This div background color is #7BCEE9.


Border color

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

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

This div border color is #7BCEE9.


Opacity

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

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

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

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

This text has shadow with #7BCEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCEE9 on black background.


Color preview on white background

This text has color #7BCEE9 on white background.



Black color preview on #7BCEE9 background

This text has black color on #7BCEE9 background.


White color preview on #7BCEE9 background

This text has white color on #7BCEE9 background.