COLOR #76ACF2

HEX: #76ACF2 RGB: (118,172,242)

Color info

#76ACF2 contains mainly blue color. Web safe color of #76ACF2 is #6699FF (or #69F).

RGB color model

#76ACF2 color RGB value is (118,172,242).

RGB: (118,172,242) (46%, 67%, 95%)

RGB channels and saturation

R 118 of 255 = 46%
G 172 of 255 = 67%
B 242 of 255 = 95%

118
172
242

R + G + B ~ 69%. #76ACF2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 172 + 242 = 532 (100%)
R 118 of 532 ~ 22.18%
G 172 of 532 ~ 32.33%
B 242 of 532 ~ 45.49'%

%22.18
%32.33
%45.49

CMYK color model

#76ACF2 color CMYK value is (51,29,0,5).

  • cyan value is 51.24%
  • magenta value is 28.93%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (51,29,0,5)
C51M29Y0K5 (51%, 29%, 0%, 5%)
(0.51 / 0.29 / 0.00 / 0.05)

CMYK percentages

%51.24
%28.93
%0
%5.1

Codes

Color #76ACF2 in popluar color models

76 AC F2
RGB 118 172 242
HSL 214° 82.67% 70.59%
HSB/HSV 214° 51.24% 94.90%
CMYK 51.24% 28.93% 0.00%
5.10%

Color #76ACF2 in popluar number systems.

HEX 76 AC F2
Decimal 118 172 242
Binary 1110110 10101100 11110010
Octal 166 254 362

Shades and tints

Shades of #76ACF2

#76ACF2
(118,172,242)
#6C9DDC
(108,157,220)
#628EC6
(98,142,198)
#587FB0
(88,127,176)
#4E709A
(78,112,154)
#446184
(68,97,132)
#3A526E
(58,82,110)
#304358
(48,67,88)
#263442
(38,52,66)
#1C252C
(28,37,44)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #76ACF2

#76ACF2
(118,172,242)
#82B3F3
(130,179,243)
#8EBAF4
(142,186,244)
#9AC1F5
(154,193,245)
#A6C8F6
(166,200,246)
#B2CFF7
(178,207,247)
#BED6F8
(190,214,248)
#CADDF9
(202,221,249)
#D6E4FA
(214,228,250)
#E2EBFB
(226,235,251)
#EEF2FC
(238,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76ACF2 color. Also use rgb(118,172,242) instead hex code.

Text Font Color

.myTextColor { color: #76ACF2; }

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

This text font color is #76ACF2.

Background Color

.myBgColor { background-color: #76ACF2; }

<div style="background-color:#76ACF2">Inner text</div>

This div background color is #76ACF2.

Border color

.myBorderColor { border: 1px solid #76ACF2; }

<div style="border:3px solid #76ACF2">Div</div>

This div border color is #76ACF2.

Opacity

.myOpacity80 { color: #76ACF2; opacity: 0.8; }

<p style="color:#76ACF2;opacity:0.8;">80%</p>

Text with #76ACF2 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 #76ACF2;}

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

This text has shadow with #76ACF2 color.


.textShadow {text-shadow: 3px 3px 1px #76ACF2', 3px 3px 1px red;}

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

This text has shadow with #76ACF2 primary color and red secondary color.


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

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

This text has shadow with #76ACF2 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76ACF2; -webkit-box-shadow: 1px 1px 3px 2px #76ACF2; box-shadow:1px 1px 3px 2px #76ACF2;">
Div content here
</div>

This div box has shadow with color #76ACF2.

Preview

Color preview on black background

This text has color #76ACF2 on black background.


Color preview on white background

This text has color #76ACF2 on white background.


Black color preview on #76ACF2 background

This text has black color on #76ACF2 background.


White color preview on #76ACF2 background

This text has white color on #76ACF2 background.


Related colors

Complementary color

Complementary color for #hex is #89530D.


I love getcolorcode.com

Triadic colors

1 #F276AC and #ACF276 with #76ACF2 are triadic colors.

2 #F2AC76 and #AC76F2 with #76ACF2 are triadic colors.