COLOR #67ABB1

HEX: #67ABB1 RGB: (103,171,177)

Color info

#67ABB1 contains mainly green and blue colors. Web safe color of #67ABB1 is #669999 (or #699).

RGB color model

#67ABB1 color RGB value is (103,171,177).

RGB: (103,171,177) (40%, 67%, 69%)

RGB channels and saturation

R 103 of 255 = 40%
G 171 of 255 = 67%
B 177 of 255 = 69%

103
171
177

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

Portions of RGB colors in percentages

R + G + B = 103 + 171 + 177 = 451 (100%)
R 103 of 451 ~ 22.84%
G 171 of 451 ~ 37.92%
B 177 of 451 ~ 39.25'%

%22.84
%37.92
%39.25

CMYK color model

#67ABB1 color CMYK value is (42,3,0,31).

  • cyan value is 41.81%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (42,3,0,31)
C42M3Y0K31 (42%, 3%, 0%, 31%)
(0.42 / 0.03 / 0.00 / 0.31)

CMYK percentages

%41.81
%3.39
%0
%30.59

Codes

Color #67ABB1 in popluar color models

67 AB B1
RGB 103 171 177
HSL 185° 32.17% 54.90%
HSB/HSV 185° 41.81% 69.41%
CMYK 41.81% 3.39% 0.00%
30.59%

Color #67ABB1 in popluar number systems.

HEX 67 AB B1
Decimal 103 171 177
Binary 1100111 10101011 10110001
Octal 147 253 261

Shades and tints

Shades of #67ABB1

#67ABB1
(103,171,177)
#5E9CA1
(94,156,161)
#558D91
(85,141,145)
#4C7E81
(76,126,129)
#436F71
(67,111,113)
#3A6061
(58,96,97)
#315151
(49,81,81)
#284241
(40,66,65)
#1F3331
(31,51,49)
#162421
(22,36,33)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #67ABB1

#67ABB1
(103,171,177)
#74B2B8
(116,178,184)
#81B9BF
(129,185,191)
#8EC0C6
(142,192,198)
#9BC7CD
(155,199,205)
#A8CED4
(168,206,212)
#B5D5DB
(181,213,219)
#C2DCE2
(194,220,226)
#CFE3E9
(207,227,233)
#DCEAF0
(220,234,240)
#E9F1F7
(233,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67ABB1 color. Also use rgb(103,171,177) instead hex code.

Text Font Color

.myTextColor { color: #67ABB1; }

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

This text font color is #67ABB1.

Background Color

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

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

This div background color is #67ABB1.

Border color

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

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

This div border color is #67ABB1.

Opacity

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

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

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

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

This text has shadow with #67ABB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67ABB1.

Preview

Color preview on black background

This text has color #67ABB1 on black background.


Color preview on white background

This text has color #67ABB1 on white background.


Black color preview on #67ABB1 background

This text has black color on #67ABB1 background.


White color preview on #67ABB1 background

This text has white color on #67ABB1 background.


Related colors

Complementary color

Complementary color for #hex is #98544E.


I love getcolorcode.com

Triadic colors

1 #B167AB and #ABB167 with #67ABB1 are triadic colors.

2 #B1AB67 and #AB67B1 with #67ABB1 are triadic colors.