COLOR #74B1CC

HEX: #74B1CC
RGB: (116,177,204)

Renk bilgisi

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

RGB renk modeli

#74B1CC color RGB value is (116,177,204).

  • kırmız ton 116;
  • yeşil ton 177;
  • mavi ton 204.
RGB:
(116,177,204)
(45%,69%,80%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 177 of 255 = 69%
B 204 of 255 = 80%

116
177
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 177 + 204 = 497 (100%)
R 116 of 497 ~ 23.34%
G 177 of 497 ~ 35.61%
B 204 of 497 ~ 41.05%

%23.34
%35.61
%41.05

CMYK RENK MODELİ

#74B1CC rengi CMYK tonu (43,13,0,20).

  • camgöbeği tonu 43.14%
  • eflatun tonu 13.24%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(43,13,0,20)
C43M13Y0K20 
(43%,13%,0%,20%)
(0.43/0.13/0.00/0.20)	

CMYK yüzdeleri

%43.14
%13.24
%0
%20

Codes

Color #74B1CC in popluar color models

74B1CC
RGB116177204
HSL198°46.32%62.75%
HSB/HSV198°43.14%80.00%
CMYK43.14%13.24%0.00%
20.00%

Color #74B1CC in popluar number systems.

HEX74B1CC
Decimal116177204
Binary11101001011000111001100
Octal164261314

Shades and tints

Shades of #74B1CC

#74B1CC
(116,177,204)
#6AA1BA
(106,161,186)
#6091A8
(96,145,168)
#568196
(86,129,150)
#4C7184
(76,113,132)
#426172
(66,97,114)
#385160
(56,81,96)
#2E414E
(46,65,78)
#24313C
(36,49,60)
#1A212A
(26,33,42)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #74B1CC

#74B1CC
(116,177,204)
#80B8D0
(128,184,208)
#8CBFD4
(140,191,212)
#98C6D8
(152,198,216)
#A4CDDC
(164,205,220)
#B0D4E0
(176,212,224)
#BCDBE4
(188,219,228)
#C8E2E8
(200,226,232)
#D4E9EC
(212,233,236)
#E0F0F0
(224,240,240)
#ECF7F4
(236,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B1CC color. Also use rgb(116,177,204) instead hex code.

Text Font Color

.myTextColor { color: #74B1CC; }

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

This text font color is #74B1CC.


Background Color

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

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

This div background color is #74B1CC.


Border color

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

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

This div border color is #74B1CC.


Opacity

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

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

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

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

This text has shadow with #74B1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B1CC on black background.


Color preview on white background

This text has color #74B1CC on white background.



Black color preview on #74B1CC background

This text has black color on #74B1CC background.


White color preview on #74B1CC background

This text has white color on #74B1CC background.