COLOR #41ACC8

HEX: #41ACC8
RGB: (65,172,200)

Color info

#41ACC8 contains mainly green and blue colors. Web safe color of #41ACC8 is #3399CC (or #39C).

RGB color model

#41ACC8 color RGB value is (65,172,200).

  • red value is 65;
  • green value is 172;
  • blue value is 200.
RGB:
(65,172,200)
(25%,67%,78%)

RGB channels and saturation

R 65 of 255 = 25%
G 172 of 255 = 67%
B 200 of 255 = 78%

65
172
200

R + G + B ~ 57%. #41ACC8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 172 + 200 = 437 (100%)
R 65 of 437 ~ 14.87%
G 172 of 437 ~ 39.36%
B 200 of 437 ~ 45.77%

%14.87
%39.36
%45.77

CMYK color model

#41ACC8 color CMYK value is (68,14,0,22).

  • cyan value is 67.50%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(68,14,0,22)
C68M14Y0K22 
(68%,14%,0%,22%)
(0.68/0.14/0.00/0.22)	

CMYK percentages

%67.5
%14
%0
%21.57

Codes

Color #41ACC8 in popluar color models

41ACC8
RGB65172200
HSL192°55.10%51.96%
HSB/HSV192°67.50%78.43%
CMYK67.50%14.00%0.00%
21.57%

Color #41ACC8 in popluar number systems.

HEX41ACC8
Decimal65172200
Binary10000011010110011001000
Octal101254310

Shades and tints

Shades of #41ACC8

#41ACC8
(65,172,200)
#3C9DB6
(60,157,182)
#378EA4
(55,142,164)
#327F92
(50,127,146)
#2D7080
(45,112,128)
#28616E
(40,97,110)
#23525C
(35,82,92)
#1E434A
(30,67,74)
#193438
(25,52,56)
#142526
(20,37,38)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #41ACC8

#41ACC8
(65,172,200)
#52B3CD
(82,179,205)
#63BAD2
(99,186,210)
#74C1D7
(116,193,215)
#85C8DC
(133,200,220)
#96CFE1
(150,207,225)
#A7D6E6
(167,214,230)
#B8DDEB
(184,221,235)
#C9E4F0
(201,228,240)
#DAEBF5
(218,235,245)
#EBF2FA
(235,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41ACC8 color. Also use rgb(65,172,200) instead hex code.

Text Font Color

.myTextColor { color: #41ACC8; }

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

This text font color is #41ACC8.


Background Color

.myBgColor { background-color: #41ACC8; }

<div style="background-color:#41ACC8">Inner text</div>

This div background color is #41ACC8.


Border color

.myBorderColor { border: 1px solid #41ACC8; }

<div style="border:3px solid #41ACC8">Div</div>

This div border color is #41ACC8.


Opacity

.myOpacity80 { color: #41ACC8; opacity: 0.8; }

<p style="color:#41ACC8;opacity:0.8;">80%</p>

Text with #41ACC8 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 #41ACC8;}

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

This text has shadow with #41ACC8 color.

.textShadow {text-shadow: 3px 3px 1px #41ACC8, 3px 3px 1px red;}

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

This text has shadow with #41ACC8 primary color and red secondary color.


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

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

This text has shadow with #41ACC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41ACC8 on black background.


Color preview on white background

This text has color #41ACC8 on white background.



Black color preview on #41ACC8 background

This text has black color on #41ACC8 background.


White color preview on #41ACC8 background

This text has white color on #41ACC8 background.