COLOR #61B8CF

HEX: #61B8CF RGB: (97,184,207)

Color info

#61B8CF contains mainly green and blue colors. Web safe color of #61B8CF is #66CCCC (or #6CC).

RGB color model

#61B8CF color RGB value is (97,184,207).

RGB: (97,184,207) (38%, 72%, 81%)

RGB channels and saturation

R 97 of 255 = 38%
G 184 of 255 = 72%
B 207 of 255 = 81%

97
184
207

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

Portions of RGB colors in percentages

R + G + B = 97 + 184 + 207 = 488 (100%)
R 97 of 488 ~ 19.88%
G 184 of 488 ~ 37.7%
B 207 of 488 ~ 42.42'%

%19.88
%37.7
%42.42

CMYK color model

#61B8CF color CMYK value is (53,11,0,19).

  • cyan value is 53.14%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (53,11,0,19)
C53M11Y0K19 (53%, 11%, 0%, 19%)
(0.53 / 0.11 / 0.00 / 0.19)

CMYK percentages

%53.14
%11.11
%0
%18.82

Codes

Color #61B8CF in popluar color models

61 B8 CF
RGB 97 184 207
HSL 193° 53.40% 59.61%
HSB/HSV 193° 53.14% 81.18%
CMYK 53.14% 11.11% 0.00%
18.82%

Color #61B8CF in popluar number systems.

HEX 61 B8 CF
Decimal 97 184 207
Binary 1100001 10111000 11001111
Octal 141 270 317

Shades and tints

Shades of #61B8CF

#61B8CF
(97,184,207)
#59A8BD
(89,168,189)
#5198AB
(81,152,171)
#498899
(73,136,153)
#417887
(65,120,135)
#396875
(57,104,117)
#315863
(49,88,99)
#294851
(41,72,81)
#21383F
(33,56,63)
#19282D
(25,40,45)
#11181B
(17,24,27)
#000000
(0,0,0)

Tints of #61B8CF

#61B8CF
(97,184,207)
#6FBED3
(111,190,211)
#7DC4D7
(125,196,215)
#8BCADB
(139,202,219)
#99D0DF
(153,208,223)
#A7D6E3
(167,214,227)
#B5DCE7
(181,220,231)
#C3E2EB
(195,226,235)
#D1E8EF
(209,232,239)
#DFEEF3
(223,238,243)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B8CF color. Also use rgb(97,184,207) instead hex code.

Text Font Color

.myTextColor { color: #61B8CF; }

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

This text font color is #61B8CF.

Background Color

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

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

This div background color is #61B8CF.

Border color

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

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

This div border color is #61B8CF.

Opacity

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

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

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

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

This text has shadow with #61B8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61B8CF.

Preview

Color preview on black background

This text has color #61B8CF on black background.


Color preview on white background

This text has color #61B8CF on white background.


Black color preview on #61B8CF background

This text has black color on #61B8CF background.


White color preview on #61B8CF background

This text has white color on #61B8CF background.


Related colors

Complementary color

Complementary color for #hex is #9E4730.


I love getcolorcode.com

Triadic colors

1 #CF61B8 and #B8CF61 with #61B8CF are triadic colors.

2 #CFB861 and #B861CF with #61B8CF are triadic colors.