COLOR #77AEC7

HEX: #77AEC7
RGB: (119,174,199)

Renk bilgisi

#77AEC7 contains mainly green and blue colors. #77AEC7 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#77AEC7 color RGB value is (119,174,199).

  • kırmız ton 119;
  • yeşil ton 174;
  • mavi ton 199.
RGB:
(119,174,199)
(47%,68%,78%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 174 of 255 = 68%
B 199 of 255 = 78%

119
174
199

R + G + B ~ 64%. #77AEC7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 174 + 199 = 492 (100%)
R 119 of 492 ~ 24.19%
G 174 of 492 ~ 35.37%
B 199 of 492 ~ 40.45%

%24.19
%35.37
%40.45

CMYK RENK MODELİ

#77AEC7 rengi CMYK tonu (40,13,0,22).

  • camgöbeği tonu 40.20%
  • eflatun tonu 12.56%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(40,13,0,22)
C40M13Y0K22 
(40%,13%,0%,22%)
(0.40/0.13/0.00/0.22)	

CMYK yüzdeleri

%40.2
%12.56
%0
%21.96

Codes

Color #77AEC7 in popluar color models

77AEC7
RGB119174199
HSL199°41.67%62.35%
HSB/HSV199°40.20%78.04%
CMYK40.20%12.56%0.00%
21.96%

Color #77AEC7 in popluar number systems.

HEX77AEC7
Decimal119174199
Binary11101111010111011000111
Octal167256307

Shades and tints

Shades of #77AEC7

#77AEC7
(119,174,199)
#6D9FB5
(109,159,181)
#6390A3
(99,144,163)
#598191
(89,129,145)
#4F727F
(79,114,127)
#45636D
(69,99,109)
#3B545B
(59,84,91)
#314549
(49,69,73)
#273637
(39,54,55)
#1D2725
(29,39,37)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #77AEC7

#77AEC7
(119,174,199)
#83B5CC
(131,181,204)
#8FBCD1
(143,188,209)
#9BC3D6
(155,195,214)
#A7CADB
(167,202,219)
#B3D1E0
(179,209,224)
#BFD8E5
(191,216,229)
#CBDFEA
(203,223,234)
#D7E6EF
(215,230,239)
#E3EDF4
(227,237,244)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AEC7 color. Also use rgb(119,174,199) instead hex code.

Text Font Color

.myTextColor { color: #77AEC7; }

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

This text font color is #77AEC7.


Background Color

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

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

This div background color is #77AEC7.


Border color

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

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

This div border color is #77AEC7.


Opacity

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

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

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

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

This text has shadow with #77AEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AEC7 on black background.


Color preview on white background

This text has color #77AEC7 on white background.



Black color preview on #77AEC7 background

This text has black color on #77AEC7 background.


White color preview on #77AEC7 background

This text has white color on #77AEC7 background.