COLOR #67B6C1

HEX: #67B6C1
RGB: (103,182,193)

Color info

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

RGB color model

#67B6C1 color RGB value is (103,182,193).

  • red value is 103;
  • green value is 182;
  • blue value is 193.
RGB:
(103,182,193)
(40%,71%,76%)

RGB channels and saturation

R 103 of 255 = 40%
G 182 of 255 = 71%
B 193 of 255 = 76%

103
182
193

R + G + B ~ 62%. #67B6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 182 + 193 = 478 (100%)
R 103 of 478 ~ 21.55%
G 182 of 478 ~ 38.08%
B 193 of 478 ~ 40.38%

%21.55
%38.08
%40.38

CMYK color model

#67B6C1 color CMYK value is (47,6,0,24).

  • cyan value is 46.63%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(47,6,0,24)
C47M6Y0K24 
(47%,6%,0%,24%)
(0.47/0.06/0.00/0.24)	

CMYK percentages

%46.63
%5.7
%0
%24.31

Codes

Color #67B6C1 in popluar color models

67B6C1
RGB103182193
HSL187°42.06%58.04%
HSB/HSV187°46.63%75.69%
CMYK46.63%5.70%0.00%
24.31%

Color #67B6C1 in popluar number systems.

HEX67B6C1
Decimal103182193
Binary11001111011011011000001
Octal147266301

Shades and tints

Shades of #67B6C1

#67B6C1
(103,182,193)
#5EA6B0
(94,166,176)
#55969F
(85,150,159)
#4C868E
(76,134,142)
#43767D
(67,118,125)
#3A666C
(58,102,108)
#31565B
(49,86,91)
#28464A
(40,70,74)
#1F3639
(31,54,57)
#162628
(22,38,40)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #67B6C1

#67B6C1
(103,182,193)
#74BCC6
(116,188,198)
#81C2CB
(129,194,203)
#8EC8D0
(142,200,208)
#9BCED5
(155,206,213)
#A8D4DA
(168,212,218)
#B5DADF
(181,218,223)
#C2E0E4
(194,224,228)
#CFE6E9
(207,230,233)
#DCECEE
(220,236,238)
#E9F2F3
(233,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67B6C1 color. Also use rgb(103,182,193) instead hex code.

Text Font Color

.myTextColor { color: #67B6C1; }

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

This text font color is #67B6C1.


Background Color

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

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

This div background color is #67B6C1.


Border color

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

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

This div border color is #67B6C1.


Opacity

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

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

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

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

This text has shadow with #67B6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B6C1 on black background.


Color preview on white background

This text has color #67B6C1 on white background.



Black color preview on #67B6C1 background

This text has black color on #67B6C1 background.


White color preview on #67B6C1 background

This text has white color on #67B6C1 background.