COLOR #67B9B4

HEX: #67B9B4
RGB: (103,185,180)

Color info

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

RGB color model

#67B9B4 color RGB value is (103,185,180).

  • red value is 103;
  • green value is 185;
  • blue value is 180.
RGB:
(103,185,180)
(40%,73%,71%)

RGB channels and saturation

R 103 of 255 = 40%
G 185 of 255 = 73%
B 180 of 255 = 71%

103
185
180

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

Portions of RGB colors in percentages

R + G + B =
103 + 185 + 180 = 468 (100%)
R 103 of 468 ~ 22.01%
G 185 of 468 ~ 39.53%
B 180 of 468 ~ 38.46%

%22.01
%39.53
%38.46

CMYK color model

#67B9B4 color CMYK value is (44,0,3,27).

  • cyan value is 44.32%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 27.45%
CMYK:
(44,0,3,27)
C44M0Y3K27 
(44%,0%,3%,27%)
(0.44/0.00/0.03/0.27)	

CMYK percentages

%44.32
%0
%2.7
%27.45

Codes

Color #67B9B4 in popluar color models

67B9B4
RGB103185180
HSL176°36.94%56.47%
HSB/HSV176°44.32%72.55%
CMYK44.32%0.00%2.70%
27.45%

Color #67B9B4 in popluar number systems.

HEX67B9B4
Decimal103185180
Binary11001111011100110110100
Octal147271264

Shades and tints

Shades of #67B9B4

#67B9B4
(103,185,180)
#5EA9A4
(94,169,164)
#559994
(85,153,148)
#4C8984
(76,137,132)
#437974
(67,121,116)
#3A6964
(58,105,100)
#315954
(49,89,84)
#284944
(40,73,68)
#1F3934
(31,57,52)
#162924
(22,41,36)
#0D1914
(13,25,20)
#000000
(0,0,0)

Tints of #67B9B4

#67B9B4
(103,185,180)
#74BFBA
(116,191,186)
#81C5C0
(129,197,192)
#8ECBC6
(142,203,198)
#9BD1CC
(155,209,204)
#A8D7D2
(168,215,210)
#B5DDD8
(181,221,216)
#C2E3DE
(194,227,222)
#CFE9E4
(207,233,228)
#DCEFEA
(220,239,234)
#E9F5F0
(233,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67B9B4 color. Also use rgb(103,185,180) instead hex code.

Text Font Color

.myTextColor { color: #67B9B4; }

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

This text font color is #67B9B4.


Background Color

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

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

This div background color is #67B9B4.


Border color

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

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

This div border color is #67B9B4.


Opacity

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

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

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

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

This text has shadow with #67B9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B9B4 on black background.


Color preview on white background

This text has color #67B9B4 on white background.



Black color preview on #67B9B4 background

This text has black color on #67B9B4 background.


White color preview on #67B9B4 background

This text has white color on #67B9B4 background.