COLOR #74B2D4

HEX: #74B2D4
RGB: (116,178,212)

Color info

#74B2D4 contains mainly green and blue colors. Web safe color of #74B2D4 is #6699CC (or #69C).

RGB color model

#74B2D4 color RGB value is (116,178,212).

  • red value is 116;
  • green value is 178;
  • blue value is 212.
RGB:
(116,178,212)
(45%,70%,83%)

RGB channels and saturation

R 116 of 255 = 45%
G 178 of 255 = 70%
B 212 of 255 = 83%

116
178
212

R + G + B ~ 66%. #74B2D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 178 + 212 = 506 (100%)
R 116 of 506 ~ 22.92%
G 178 of 506 ~ 35.18%
B 212 of 506 ~ 41.9%

%22.92
%35.18
%41.9

CMYK color model

#74B2D4 color CMYK value is (45,16,0,17).

  • cyan value is 45.28%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(45,16,0,17)
C45M16Y0K17 
(45%,16%,0%,17%)
(0.45/0.16/0.00/0.17)	

CMYK percentages

%45.28
%16.04
%0
%16.86

Codes

Color #74B2D4 in popluar color models

74B2D4
RGB116178212
HSL201°52.75%64.31%
HSB/HSV201°45.28%83.14%
CMYK45.28%16.04%0.00%
16.86%

Color #74B2D4 in popluar number systems.

HEX74B2D4
Decimal116178212
Binary11101001011001011010100
Octal164262324

Shades and tints

Shades of #74B2D4

#74B2D4
(116,178,212)
#6AA2C1
(106,162,193)
#6092AE
(96,146,174)
#56829B
(86,130,155)
#4C7288
(76,114,136)
#426275
(66,98,117)
#385262
(56,82,98)
#2E424F
(46,66,79)
#24323C
(36,50,60)
#1A2229
(26,34,41)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #74B2D4

#74B2D4
(116,178,212)
#80B9D7
(128,185,215)
#8CC0DA
(140,192,218)
#98C7DD
(152,199,221)
#A4CEE0
(164,206,224)
#B0D5E3
(176,213,227)
#BCDCE6
(188,220,230)
#C8E3E9
(200,227,233)
#D4EAEC
(212,234,236)
#E0F1EF
(224,241,239)
#ECF8F2
(236,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B2D4 color. Also use rgb(116,178,212) instead hex code.

Text Font Color

.myTextColor { color: #74B2D4; }

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

This text font color is #74B2D4.


Background Color

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

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

This div background color is #74B2D4.


Border color

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

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

This div border color is #74B2D4.


Opacity

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

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

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

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

This text has shadow with #74B2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B2D4 on black background.


Color preview on white background

This text has color #74B2D4 on white background.



Black color preview on #74B2D4 background

This text has black color on #74B2D4 background.


White color preview on #74B2D4 background

This text has white color on #74B2D4 background.