COLOR #67BCCF

HEX: #67BCCF
RGB: (103,188,207)

Color info

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

RGB color model

#67BCCF color RGB value is (103,188,207).

  • red value is 103;
  • green value is 188;
  • blue value is 207.
RGB:
(103,188,207)
(40%,74%,81%)

RGB channels and saturation

R 103 of 255 = 40%
G 188 of 255 = 74%
B 207 of 255 = 81%

103
188
207

R + G + B ~ 65%. #67BCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 188 + 207 = 498 (100%)
R 103 of 498 ~ 20.68%
G 188 of 498 ~ 37.75%
B 207 of 498 ~ 41.57%

%20.68
%37.75
%41.57

CMYK color model

#67BCCF color CMYK value is (50,9,0,19).

  • cyan value is 50.24%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(50,9,0,19)
C50M9Y0K19 
(50%,9%,0%,19%)
(0.50/0.09/0.00/0.19)	

CMYK percentages

%50.24
%9.18
%0
%18.82

Codes

Color #67BCCF in popluar color models

67BCCF
RGB103188207
HSL191°52.00%60.78%
HSB/HSV191°50.24%81.18%
CMYK50.24%9.18%0.00%
18.82%

Color #67BCCF in popluar number systems.

HEX67BCCF
Decimal103188207
Binary11001111011110011001111
Octal147274317

Shades and tints

Shades of #67BCCF

#67BCCF
(103,188,207)
#5EABBD
(94,171,189)
#559AAB
(85,154,171)
#4C8999
(76,137,153)
#437887
(67,120,135)
#3A6775
(58,103,117)
#315663
(49,86,99)
#284551
(40,69,81)
#1F343F
(31,52,63)
#16232D
(22,35,45)
#0D121B
(13,18,27)
#000000
(0,0,0)

Tints of #67BCCF

#67BCCF
(103,188,207)
#74C2D3
(116,194,211)
#81C8D7
(129,200,215)
#8ECEDB
(142,206,219)
#9BD4DF
(155,212,223)
#A8DAE3
(168,218,227)
#B5E0E7
(181,224,231)
#C2E6EB
(194,230,235)
#CFECEF
(207,236,239)
#DCF2F3
(220,242,243)
#E9F8F7
(233,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67BCCF color. Also use rgb(103,188,207) instead hex code.

Text Font Color

.myTextColor { color: #67BCCF; }

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

This text font color is #67BCCF.


Background Color

.myBgColor { background-color: #67BCCF; }

<div style="background-color:#67BCCF">Inner text</div>

This div background color is #67BCCF.


Border color

.myBorderColor { border: 1px solid #67BCCF; }

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

This div border color is #67BCCF.


Opacity

.myOpacity80 { color: #67BCCF; opacity: 0.8; }

<p style="color:#67BCCF;opacity:0.8;">80%</p>

Text with #67BCCF 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 #67BCCF;}

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

This text has shadow with #67BCCF color.

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

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

This text has shadow with #67BCCF primary color and red secondary color.


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

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

This text has shadow with #67BCCF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67BCCF on black background.


Color preview on white background

This text has color #67BCCF on white background.



Black color preview on #67BCCF background

This text has black color on #67BCCF background.


White color preview on #67BCCF background

This text has white color on #67BCCF background.