COLOR #61AAC8

HEX: #61AAC8
RGB: (97,170,200)

Color info

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

RGB color model

#61AAC8 color RGB value is (97,170,200).

  • red value is 97;
  • green value is 170;
  • blue value is 200.
RGB:
(97,170,200)
(38%,67%,78%)

RGB channels and saturation

R 97 of 255 = 38%
G 170 of 255 = 67%
B 200 of 255 = 78%

97
170
200

R + G + B ~ 61%. #61AAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 170 + 200 = 467 (100%)
R 97 of 467 ~ 20.77%
G 170 of 467 ~ 36.4%
B 200 of 467 ~ 42.83%

%20.77
%36.4
%42.83

CMYK color model

#61AAC8 color CMYK value is (52,15,0,22).

  • cyan value is 51.50%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(52,15,0,22)
C52M15Y0K22 
(52%,15%,0%,22%)
(0.52/0.15/0.00/0.22)	

CMYK percentages

%51.5
%15
%0
%21.57

Codes

Color #61AAC8 in popluar color models

61AAC8
RGB97170200
HSL197°48.36%58.24%
HSB/HSV197°51.50%78.43%
CMYK51.50%15.00%0.00%
21.57%

Color #61AAC8 in popluar number systems.

HEX61AAC8
Decimal97170200
Binary11000011010101011001000
Octal141252310

Shades and tints

Shades of #61AAC8

#61AAC8
(97,170,200)
#599BB6
(89,155,182)
#518CA4
(81,140,164)
#497D92
(73,125,146)
#416E80
(65,110,128)
#395F6E
(57,95,110)
#31505C
(49,80,92)
#29414A
(41,65,74)
#213238
(33,50,56)
#192326
(25,35,38)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #61AAC8

#61AAC8
(97,170,200)
#6FB1CD
(111,177,205)
#7DB8D2
(125,184,210)
#8BBFD7
(139,191,215)
#99C6DC
(153,198,220)
#A7CDE1
(167,205,225)
#B5D4E6
(181,212,230)
#C3DBEB
(195,219,235)
#D1E2F0
(209,226,240)
#DFE9F5
(223,233,245)
#EDF0FA
(237,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61AAC8 color. Also use rgb(97,170,200) instead hex code.

Text Font Color

.myTextColor { color: #61AAC8; }

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

This text font color is #61AAC8.


Background Color

.myBgColor { background-color: #61AAC8; }

<div style="background-color:#61AAC8">Inner text</div>

This div background color is #61AAC8.


Border color

.myBorderColor { border: 1px solid #61AAC8; }

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

This div border color is #61AAC8.


Opacity

.myOpacity80 { color: #61AAC8; opacity: 0.8; }

<p style="color:#61AAC8;opacity:0.8;">80%</p>

Text with #61AAC8 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 #61AAC8;}

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

This text has shadow with #61AAC8 color.

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

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

This text has shadow with #61AAC8 primary color and red secondary color.


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

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

This text has shadow with #61AAC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61AAC8 on black background.


Color preview on white background

This text has color #61AAC8 on white background.



Black color preview on #61AAC8 background

This text has black color on #61AAC8 background.


White color preview on #61AAC8 background

This text has white color on #61AAC8 background.