COLOR #77BEE3

HEX: #77BEE3
RGB: (119,190,227)

Color info

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

RGB color model

#77BEE3 color RGB value is (119,190,227).

  • red value is 119;
  • green value is 190;
  • blue value is 227.
RGB:
(119,190,227)
(47%,75%,89%)

RGB channels and saturation

R 119 of 255 = 47%
G 190 of 255 = 75%
B 227 of 255 = 89%

119
190
227

R + G + B ~ 70%. #77BEE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 190 + 227 = 536 (100%)
R 119 of 536 ~ 22.2%
G 190 of 536 ~ 35.45%
B 227 of 536 ~ 42.35%

%22.2
%35.45
%42.35

CMYK color model

#77BEE3 color CMYK value is (48,16,0,11).

  • cyan value is 47.58%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(48,16,0,11)
C48M16Y0K11 
(48%,16%,0%,11%)
(0.48/0.16/0.00/0.11)	

CMYK percentages

%47.58
%16.3
%0
%10.98

Codes

Color #77BEE3 in popluar color models

77BEE3
RGB119190227
HSL201°65.85%67.84%
HSB/HSV201°47.58%89.02%
CMYK47.58%16.30%0.00%
10.98%

Color #77BEE3 in popluar number systems.

HEX77BEE3
Decimal119190227
Binary11101111011111011100011
Octal167276343

Shades and tints

Shades of #77BEE3

#77BEE3
(119,190,227)
#6DADCF
(109,173,207)
#639CBB
(99,156,187)
#598BA7
(89,139,167)
#4F7A93
(79,122,147)
#45697F
(69,105,127)
#3B586B
(59,88,107)
#314757
(49,71,87)
#273643
(39,54,67)
#1D252F
(29,37,47)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #77BEE3

#77BEE3
(119,190,227)
#83C3E5
(131,195,229)
#8FC8E7
(143,200,231)
#9BCDE9
(155,205,233)
#A7D2EB
(167,210,235)
#B3D7ED
(179,215,237)
#BFDCEF
(191,220,239)
#CBE1F1
(203,225,241)
#D7E6F3
(215,230,243)
#E3EBF5
(227,235,245)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BEE3 color. Also use rgb(119,190,227) instead hex code.

Text Font Color

.myTextColor { color: #77BEE3; }

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

This text font color is #77BEE3.


Background Color

.myBgColor { background-color: #77BEE3; }

<div style="background-color:#77BEE3">Inner text</div>

This div background color is #77BEE3.


Border color

.myBorderColor { border: 1px solid #77BEE3; }

<div style="border:3px solid #77BEE3">Div</div>

This div border color is #77BEE3.


Opacity

.myOpacity80 { color: #77BEE3; opacity: 0.8; }

<p style="color:#77BEE3;opacity:0.8;">80%</p>

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

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

This text has shadow with #77BEE3 color.

.textShadow {text-shadow: 3px 3px 1px #77BEE3, 3px 3px 1px red;}

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

This text has shadow with #77BEE3 primary color and red secondary color.


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

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

This text has shadow with #77BEE3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BEE3 on black background.


Color preview on white background

This text has color #77BEE3 on white background.



Black color preview on #77BEE3 background

This text has black color on #77BEE3 background.


White color preview on #77BEE3 background

This text has white color on #77BEE3 background.