COLOR #74AFB4

HEX: #74AFB4
RGB: (116,175,180)

Renk bilgisi

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

RGB renk modeli

#74AFB4 color RGB value is (116,175,180).

  • kırmız ton 116;
  • yeşil ton 175;
  • mavi ton 180.
RGB:
(116,175,180)
(45%,69%,71%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 175 of 255 = 69%
B 180 of 255 = 71%

116
175
180

R + G + B ~ 62%. #74AFB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 175 + 180 = 471 (100%)
R 116 of 471 ~ 24.63%
G 175 of 471 ~ 37.15%
B 180 of 471 ~ 38.22%

%24.63
%37.15
%38.22

CMYK RENK MODELİ

#74AFB4 rengi CMYK tonu (36,3,0,29).

  • camgöbeği tonu 35.56%
  • eflatun tonu 2.78%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(36,3,0,29)
C36M3Y0K29 
(36%,3%,0%,29%)
(0.36/0.03/0.00/0.29)	

CMYK yüzdeleri

%35.56
%2.78
%0
%29.41

Codes

Color #74AFB4 in popluar color models

74AFB4
RGB116175180
HSL185°29.91%58.04%
HSB/HSV185°35.56%70.59%
CMYK35.56%2.78%0.00%
29.41%

Color #74AFB4 in popluar number systems.

HEX74AFB4
Decimal116175180
Binary11101001010111110110100
Octal164257264

Shades and tints

Shades of #74AFB4

#74AFB4
(116,175,180)
#6AA0A4
(106,160,164)
#609194
(96,145,148)
#568284
(86,130,132)
#4C7374
(76,115,116)
#426464
(66,100,100)
#385554
(56,85,84)
#2E4644
(46,70,68)
#243734
(36,55,52)
#1A2824
(26,40,36)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #74AFB4

#74AFB4
(116,175,180)
#80B6BA
(128,182,186)
#8CBDC0
(140,189,192)
#98C4C6
(152,196,198)
#A4CBCC
(164,203,204)
#B0D2D2
(176,210,210)
#BCD9D8
(188,217,216)
#C8E0DE
(200,224,222)
#D4E7E4
(212,231,228)
#E0EEEA
(224,238,234)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AFB4 color. Also use rgb(116,175,180) instead hex code.

Text Font Color

.myTextColor { color: #74AFB4; }

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

This text font color is #74AFB4.


Background Color

.myBgColor { background-color: #74AFB4; }

<div style="background-color:#74AFB4">Inner text</div>

This div background color is #74AFB4.


Border color

.myBorderColor { border: 1px solid #74AFB4; }

<div style="border:3px solid #74AFB4">Div</div>

This div border color is #74AFB4.


Opacity

.myOpacity80 { color: #74AFB4; opacity: 0.8; }

<p style="color:#74AFB4;opacity:0.8;">80%</p>

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

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

This text has shadow with #74AFB4 color.

.textShadow {text-shadow: 3px 3px 1px #74AFB4, 3px 3px 1px red;}

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

This text has shadow with #74AFB4 primary color and red secondary color.


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

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

This text has shadow with #74AFB4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AFB4 on black background.


Color preview on white background

This text has color #74AFB4 on white background.



Black color preview on #74AFB4 background

This text has black color on #74AFB4 background.


White color preview on #74AFB4 background

This text has white color on #74AFB4 background.