COLOR #74C2D3

HEX: #74C2D3
RGB: (116,194,211)

Color info

#74C2D3 contains mainly green and blue colors. Web safe color of #74C2D3 is #66CCCC (or #6CC).

RGB color model

#74C2D3 color RGB value is (116,194,211).

  • red value is 116;
  • green value is 194;
  • blue value is 211.
RGB:
(116,194,211)
(45%,76%,83%)

RGB channels and saturation

R 116 of 255 = 45%
G 194 of 255 = 76%
B 211 of 255 = 83%

116
194
211

R + G + B ~ 68%. #74C2D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 194 + 211 = 521 (100%)
R 116 of 521 ~ 22.26%
G 194 of 521 ~ 37.24%
B 211 of 521 ~ 40.5%

%22.26
%37.24
%40.5

CMYK color model

#74C2D3 color CMYK value is (45,8,0,17).

  • cyan value is 45.02%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(45,8,0,17)
C45M8Y0K17 
(45%,8%,0%,17%)
(0.45/0.08/0.00/0.17)	

CMYK percentages

%45.02
%8.06
%0
%17.25

Codes

Color #74C2D3 in popluar color models

74C2D3
RGB116194211
HSL191°51.91%64.12%
HSB/HSV191°45.02%82.75%
CMYK45.02%8.06%0.00%
17.25%

Color #74C2D3 in popluar number systems.

HEX74C2D3
Decimal116194211
Binary11101001100001011010011
Octal164302323

Shades and tints

Shades of #74C2D3

#74C2D3
(116,194,211)
#6AB1C0
(106,177,192)
#60A0AD
(96,160,173)
#568F9A
(86,143,154)
#4C7E87
(76,126,135)
#426D74
(66,109,116)
#385C61
(56,92,97)
#2E4B4E
(46,75,78)
#243A3B
(36,58,59)
#1A2928
(26,41,40)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #74C2D3

#74C2D3
(116,194,211)
#80C7D7
(128,199,215)
#8CCCDB
(140,204,219)
#98D1DF
(152,209,223)
#A4D6E3
(164,214,227)
#B0DBE7
(176,219,231)
#BCE0EB
(188,224,235)
#C8E5EF
(200,229,239)
#D4EAF3
(212,234,243)
#E0EFF7
(224,239,247)
#ECF4FB
(236,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C2D3 color. Also use rgb(116,194,211) instead hex code.

Text Font Color

.myTextColor { color: #74C2D3; }

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

This text font color is #74C2D3.


Background Color

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

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

This div background color is #74C2D3.


Border color

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

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

This div border color is #74C2D3.


Opacity

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

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

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

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

This text has shadow with #74C2D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C2D3 on black background.


Color preview on white background

This text has color #74C2D3 on white background.



Black color preview on #74C2D3 background

This text has black color on #74C2D3 background.


White color preview on #74C2D3 background

This text has white color on #74C2D3 background.