COLOR #74BEC9

HEX: #74BEC9
RGB: (116,190,201)

Color info

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

RGB color model

#74BEC9 color RGB value is (116,190,201).

  • red value is 116;
  • green value is 190;
  • blue value is 201.
RGB:
(116,190,201)
(45%,75%,79%)

RGB channels and saturation

R 116 of 255 = 45%
G 190 of 255 = 75%
B 201 of 255 = 79%

116
190
201

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

Portions of RGB colors in percentages

R + G + B =
116 + 190 + 201 = 507 (100%)
R 116 of 507 ~ 22.88%
G 190 of 507 ~ 37.48%
B 201 of 507 ~ 39.64%

%22.88
%37.48
%39.64

CMYK color model

#74BEC9 color CMYK value is (42,5,0,21).

  • cyan value is 42.29%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(42,5,0,21)
C42M5Y0K21 
(42%,5%,0%,21%)
(0.42/0.05/0.00/0.21)	

CMYK percentages

%42.29
%5.47
%0
%21.18

Codes

Color #74BEC9 in popluar color models

74BEC9
RGB116190201
HSL188°44.04%62.16%
HSB/HSV188°42.29%78.82%
CMYK42.29%5.47%0.00%
21.18%

Color #74BEC9 in popluar number systems.

HEX74BEC9
Decimal116190201
Binary11101001011111011001001
Octal164276311

Shades and tints

Shades of #74BEC9

#74BEC9
(116,190,201)
#6AADB7
(106,173,183)
#609CA5
(96,156,165)
#568B93
(86,139,147)
#4C7A81
(76,122,129)
#42696F
(66,105,111)
#38585D
(56,88,93)
#2E474B
(46,71,75)
#243639
(36,54,57)
#1A2527
(26,37,39)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #74BEC9

#74BEC9
(116,190,201)
#80C3CD
(128,195,205)
#8CC8D1
(140,200,209)
#98CDD5
(152,205,213)
#A4D2D9
(164,210,217)
#B0D7DD
(176,215,221)
#BCDCE1
(188,220,225)
#C8E1E5
(200,225,229)
#D4E6E9
(212,230,233)
#E0EBED
(224,235,237)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BEC9 color. Also use rgb(116,190,201) instead hex code.

Text Font Color

.myTextColor { color: #74BEC9; }

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

This text font color is #74BEC9.


Background Color

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

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

This div background color is #74BEC9.


Border color

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

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

This div border color is #74BEC9.


Opacity

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

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

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

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

This text has shadow with #74BEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BEC9 on black background.


Color preview on white background

This text has color #74BEC9 on white background.



Black color preview on #74BEC9 background

This text has black color on #74BEC9 background.


White color preview on #74BEC9 background

This text has white color on #74BEC9 background.