COLOR #3CAAD1

HEX: #3CAAD1
RGB: (60,170,209)

Color info

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

RGB color model

#3CAAD1 color RGB value is (60,170,209).

  • red value is 60;
  • green value is 170;
  • blue value is 209.
RGB:
(60,170,209)
(24%,67%,82%)

RGB channels and saturation

R 60 of 255 = 24%
G 170 of 255 = 67%
B 209 of 255 = 82%

60
170
209

R + G + B ~ 58%. #3CAAD1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
60 + 170 + 209 = 439 (100%)
R 60 of 439 ~ 13.67%
G 170 of 439 ~ 38.72%
B 209 of 439 ~ 47.61%

%13.67
%38.72
%47.61

CMYK color model

#3CAAD1 color CMYK value is (71,19,0,18).

  • cyan value is 71.29%
  • magenta value is 18.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(71,19,0,18)
C71M19Y0K18 
(71%,19%,0%,18%)
(0.71/0.19/0.00/0.18)	

CMYK percentages

%71.29
%18.66
%0
%18.04

Codes

Color #3CAAD1 in popluar color models

3CAAD1
RGB60170209
HSL196°61.83%52.75%
HSB/HSV196°71.29%81.96%
CMYK71.29%18.66%0.00%
18.04%

Color #3CAAD1 in popluar number systems.

HEX3CAAD1
Decimal60170209
Binary1111001010101011010001
Octal74252321

Shades and tints

Shades of #3CAAD1

#3CAAD1
(60,170,209)
#379BBE
(55,155,190)
#328CAB
(50,140,171)
#2D7D98
(45,125,152)
#286E85
(40,110,133)
#235F72
(35,95,114)
#1E505F
(30,80,95)
#19414C
(25,65,76)
#143239
(20,50,57)
#0F2326
(15,35,38)
#0A1413
(10,20,19)
#000000
(0,0,0)

Tints of #3CAAD1

#3CAAD1
(60,170,209)
#4DB1D5
(77,177,213)
#5EB8D9
(94,184,217)
#6FBFDD
(111,191,221)
#80C6E1
(128,198,225)
#91CDE5
(145,205,229)
#A2D4E9
(162,212,233)
#B3DBED
(179,219,237)
#C4E2F1
(196,226,241)
#D5E9F5
(213,233,245)
#E6F0F9
(230,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CAAD1 color. Also use rgb(60,170,209) instead hex code.

Text Font Color

.myTextColor { color: #3CAAD1; }

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

This text font color is #3CAAD1.


Background Color

.myBgColor { background-color: #3CAAD1; }

<div style="background-color:#3CAAD1">Inner text</div>

This div background color is #3CAAD1.


Border color

.myBorderColor { border: 1px solid #3CAAD1; }

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

This div border color is #3CAAD1.


Opacity

.myOpacity80 { color: #3CAAD1; opacity: 0.8; }

<p style="color:#3CAAD1;opacity:0.8;">80%</p>

Text with #3CAAD1 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 #3CAAD1;}

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

This text has shadow with #3CAAD1 color.

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

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

This text has shadow with #3CAAD1 primary color and red secondary color.


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

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

This text has shadow with #3CAAD1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CAAD1 on black background.


Color preview on white background

This text has color #3CAAD1 on white background.



Black color preview on #3CAAD1 background

This text has black color on #3CAAD1 background.


White color preview on #3CAAD1 background

This text has white color on #3CAAD1 background.