COLOR #67B88F

HEX: #67B88F RGB: (103,184,143)

Color info

#67B88F contains mainly green and blue colors. Web safe color of #67B88F is #66CC99 (or #6C9).

RGB color model

#67B88F color RGB value is (103,184,143).

RGB: (103,184,143) (40%, 72%, 56%)

RGB channels and saturation

R 103 of 255 = 40%
G 184 of 255 = 72%
B 143 of 255 = 56%

103
184
143

R + G + B ~ 56%. #67B88F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 184 + 143 = 430 (100%)
R 103 of 430 ~ 23.95%
G 184 of 430 ~ 42.79%
B 143 of 430 ~ 33.26'%

%23.95
%42.79
%33.26

CMYK color model

#67B88F color CMYK value is (44,0,22,28).

  • cyan value is 44.02%
  • magenta value is 0.00%
  • yellow value is 22.28%
  • key color value is 27.84%

CMYK: (44,0,22,28)
C44M0Y22K28 (44%, 0%, 22%, 28%)
(0.44 / 0.00 / 0.22 / 0.28)

CMYK percentages

%44.02
%0
%22.28
%27.84

Codes

Color #67B88F in popluar color models

67 B8 8F
RGB 103 184 143
HSL 150° 36.32% 56.27%
HSB/HSV 150° 44.02% 72.16%
CMYK 44.02% 0.00% 22.28%
27.84%

Color #67B88F in popluar number systems.

HEX 67 B8 8F
Decimal 103 184 143
Binary 1100111 10111000 10001111
Octal 147 270 217

Shades and tints

Shades of #67B88F

#67B88F
(103,184,143)
#5EA882
(94,168,130)
#559875
(85,152,117)
#4C8868
(76,136,104)
#43785B
(67,120,91)
#3A684E
(58,104,78)
#315841
(49,88,65)
#284834
(40,72,52)
#1F3827
(31,56,39)
#16281A
(22,40,26)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #67B88F

#67B88F
(103,184,143)
#74BE99
(116,190,153)
#81C4A3
(129,196,163)
#8ECAAD
(142,202,173)
#9BD0B7
(155,208,183)
#A8D6C1
(168,214,193)
#B5DCCB
(181,220,203)
#C2E2D5
(194,226,213)
#CFE8DF
(207,232,223)
#DCEEE9
(220,238,233)
#E9F4F3
(233,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67B88F color. Also use rgb(103,184,143) instead hex code.

Text Font Color

.myTextColor { color: #67B88F; }

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

This text font color is #67B88F.

Background Color

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

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

This div background color is #67B88F.

Border color

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

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

This div border color is #67B88F.

Opacity

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

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

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

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

This text has shadow with #67B88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67B88F.

Preview

Color preview on black background

This text has color #67B88F on black background.


Color preview on white background

This text has color #67B88F on white background.


Black color preview on #67B88F background

This text has black color on #67B88F background.


White color preview on #67B88F background

This text has white color on #67B88F background.


Related colors

Complementary color

Complementary color for #hex is #984770.


I love getcolorcode.com

Triadic colors

1 #8F67B8 and #B88F67 with #67B88F are triadic colors.

2 #8FB867 and #B8678F with #67B88F are triadic colors.