COLOR #51AEC8

HEX: #51AEC8
RGB: (81,174,200)

Renk bilgisi

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

RGB renk modeli

#51AEC8 color RGB value is (81,174,200).

  • kırmız ton 81;
  • yeşil ton 174;
  • mavi ton 200.
RGB:
(81,174,200)
(32%,68%,78%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 174 of 255 = 68%
B 200 of 255 = 78%

81
174
200

R + G + B ~ 59%. #51AEC8 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 174 + 200 = 455 (100%)
R 81 of 455 ~ 17.8%
G 174 of 455 ~ 38.24%
B 200 of 455 ~ 43.96%

%17.8
%38.24
%43.96

CMYK RENK MODELİ

#51AEC8 rengi CMYK tonu (60,13,0,22).

  • camgöbeği tonu 59.50%
  • eflatun tonu 13.00%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(60,13,0,22)
C60M13Y0K22 
(60%,13%,0%,22%)
(0.60/0.13/0.00/0.22)	

CMYK yüzdeleri

%59.5
%13
%0
%21.57

Codes

Color #51AEC8 in popluar color models

51AEC8
RGB81174200
HSL193°51.97%55.10%
HSB/HSV193°59.50%78.43%
CMYK59.50%13.00%0.00%
21.57%

Color #51AEC8 in popluar number systems.

HEX51AEC8
Decimal81174200
Binary10100011010111011001000
Octal121256310

Shades and tints

Shades of #51AEC8

#51AEC8
(81,174,200)
#4A9FB6
(74,159,182)
#4390A4
(67,144,164)
#3C8192
(60,129,146)
#357280
(53,114,128)
#2E636E
(46,99,110)
#27545C
(39,84,92)
#20454A
(32,69,74)
#193638
(25,54,56)
#122726
(18,39,38)
#0B1814
(11,24,20)
#000000
(0,0,0)

Tints of #51AEC8

#51AEC8
(81,174,200)
#60B5CD
(96,181,205)
#6FBCD2
(111,188,210)
#7EC3D7
(126,195,215)
#8DCADC
(141,202,220)
#9CD1E1
(156,209,225)
#ABD8E6
(171,216,230)
#BADFEB
(186,223,235)
#C9E6F0
(201,230,240)
#D8EDF5
(216,237,245)
#E7F4FA
(231,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51AEC8 color. Also use rgb(81,174,200) instead hex code.

Text Font Color

.myTextColor { color: #51AEC8; }

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

This text font color is #51AEC8.


Background Color

.myBgColor { background-color: #51AEC8; }

<div style="background-color:#51AEC8">Inner text</div>

This div background color is #51AEC8.


Border color

.myBorderColor { border: 1px solid #51AEC8; }

<div style="border:3px solid #51AEC8">Div</div>

This div border color is #51AEC8.


Opacity

.myOpacity80 { color: #51AEC8; opacity: 0.8; }

<p style="color:#51AEC8;opacity:0.8;">80%</p>

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

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

This text has shadow with #51AEC8 color.

.textShadow {text-shadow: 3px 3px 1px #51AEC8, 3px 3px 1px red;}

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

This text has shadow with #51AEC8 primary color and red secondary color.


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

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

This text has shadow with #51AEC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51AEC8 on black background.


Color preview on white background

This text has color #51AEC8 on white background.



Black color preview on #51AEC8 background

This text has black color on #51AEC8 background.


White color preview on #51AEC8 background

This text has white color on #51AEC8 background.