COLOR #74B0CE

HEX: #74B0CE
RGB: (116,176,206)

Renk bilgisi

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

RGB renk modeli

#74B0CE color RGB value is (116,176,206).

  • kırmız ton 116;
  • yeşil ton 176;
  • mavi ton 206.
RGB:
(116,176,206)
(45%,69%,81%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 176 of 255 = 69%
B 206 of 255 = 81%

116
176
206

R + G + B ~ 65%. #74B0CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 176 + 206 = 498 (100%)
R 116 of 498 ~ 23.29%
G 176 of 498 ~ 35.34%
B 206 of 498 ~ 41.37%

%23.29
%35.34
%41.37

CMYK RENK MODELİ

#74B0CE rengi CMYK tonu (44,15,0,19).

  • camgöbeği tonu 43.69%
  • eflatun tonu 14.56%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(44,15,0,19)
C44M15Y0K19 
(44%,15%,0%,19%)
(0.44/0.15/0.00/0.19)	

CMYK yüzdeleri

%43.69
%14.56
%0
%19.22

Codes

Color #74B0CE in popluar color models

74B0CE
RGB116176206
HSL200°47.87%63.14%
HSB/HSV200°43.69%80.78%
CMYK43.69%14.56%0.00%
19.22%

Color #74B0CE in popluar number systems.

HEX74B0CE
Decimal116176206
Binary11101001011000011001110
Octal164260316

Shades and tints

Shades of #74B0CE

#74B0CE
(116,176,206)
#6AA0BC
(106,160,188)
#6090AA
(96,144,170)
#568098
(86,128,152)
#4C7086
(76,112,134)
#426074
(66,96,116)
#385062
(56,80,98)
#2E4050
(46,64,80)
#24303E
(36,48,62)
#1A202C
(26,32,44)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #74B0CE

#74B0CE
(116,176,206)
#80B7D2
(128,183,210)
#8CBED6
(140,190,214)
#98C5DA
(152,197,218)
#A4CCDE
(164,204,222)
#B0D3E2
(176,211,226)
#BCDAE6
(188,218,230)
#C8E1EA
(200,225,234)
#D4E8EE
(212,232,238)
#E0EFF2
(224,239,242)
#ECF6F6
(236,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B0CE color. Also use rgb(116,176,206) instead hex code.

Text Font Color

.myTextColor { color: #74B0CE; }

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

This text font color is #74B0CE.


Background Color

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

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

This div background color is #74B0CE.


Border color

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

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

This div border color is #74B0CE.


Opacity

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

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

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

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

This text has shadow with #74B0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B0CE on black background.


Color preview on white background

This text has color #74B0CE on white background.



Black color preview on #74B0CE background

This text has black color on #74B0CE background.


White color preview on #74B0CE background

This text has white color on #74B0CE background.