COLOR #74B1DE

HEX: #74B1DE
RGB: (116,177,222)

Color info

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

RGB color model

#74B1DE color RGB value is (116,177,222).

  • red value is 116;
  • green value is 177;
  • blue value is 222.
RGB:
(116,177,222)
(45%,69%,87%)

RGB channels and saturation

R 116 of 255 = 45%
G 177 of 255 = 69%
B 222 of 255 = 87%

116
177
222

R + G + B ~ 67%. #74B1DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 177 + 222 = 515 (100%)
R 116 of 515 ~ 22.52%
G 177 of 515 ~ 34.37%
B 222 of 515 ~ 43.11%

%22.52
%34.37
%43.11

CMYK color model

#74B1DE color CMYK value is (48,20,0,13).

  • cyan value is 47.75%
  • magenta value is 20.27%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(48,20,0,13)
C48M20Y0K13 
(48%,20%,0%,13%)
(0.48/0.20/0.00/0.13)	

CMYK percentages

%47.75
%20.27
%0
%12.94

Codes

Color #74B1DE in popluar color models

74B1DE
RGB116177222
HSL205°61.63%66.27%
HSB/HSV205°47.75%87.06%
CMYK47.75%20.27%0.00%
12.94%

Color #74B1DE in popluar number systems.

HEX74B1DE
Decimal116177222
Binary11101001011000111011110
Octal164261336

Shades and tints

Shades of #74B1DE

#74B1DE
(116,177,222)
#6AA1CA
(106,161,202)
#6091B6
(96,145,182)
#5681A2
(86,129,162)
#4C718E
(76,113,142)
#42617A
(66,97,122)
#385166
(56,81,102)
#2E4152
(46,65,82)
#24313E
(36,49,62)
#1A212A
(26,33,42)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #74B1DE

#74B1DE
(116,177,222)
#80B8E1
(128,184,225)
#8CBFE4
(140,191,228)
#98C6E7
(152,198,231)
#A4CDEA
(164,205,234)
#B0D4ED
(176,212,237)
#BCDBF0
(188,219,240)
#C8E2F3
(200,226,243)
#D4E9F6
(212,233,246)
#E0F0F9
(224,240,249)
#ECF7FC
(236,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B1DE; }

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

This text font color is #74B1DE.


Background Color

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

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

This div background color is #74B1DE.


Border color

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

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

This div border color is #74B1DE.


Opacity

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

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

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

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

This text has shadow with #74B1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B1DE on black background.


Color preview on white background

This text has color #74B1DE on white background.



Black color preview on #74B1DE background

This text has black color on #74B1DE background.


White color preview on #74B1DE background

This text has white color on #74B1DE background.