COLOR #67AAB4

HEX: #67AAB4 RGB: (103,170,180)

Color info

#67AAB4 contains mainly green and blue colors. Web safe color of #67AAB4 is #6699CC (or #69C).

RGB color model

#67AAB4 color RGB value is (103,170,180).

RGB: (103,170,180) (40%, 67%, 71%)

RGB channels and saturation

R 103 of 255 = 40%
G 170 of 255 = 67%
B 180 of 255 = 71%

103
170
180

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

Portions of RGB colors in percentages

R + G + B = 103 + 170 + 180 = 453 (100%)
R 103 of 453 ~ 22.74%
G 170 of 453 ~ 37.53%
B 180 of 453 ~ 39.74'%

%22.74
%37.53
%39.74

CMYK color model

#67AAB4 color CMYK value is (43,6,0,29).

  • cyan value is 42.78%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (43,6,0,29)
C43M6Y0K29 (43%, 6%, 0%, 29%)
(0.43 / 0.06 / 0.00 / 0.29)

CMYK percentages

%42.78
%5.56
%0
%29.41

Codes

Color #67AAB4 in popluar color models

67 AA B4
RGB 103 170 180
HSL 188° 33.92% 55.49%
HSB/HSV 188° 42.78% 70.59%
CMYK 42.78% 5.56% 0.00%
29.41%

Color #67AAB4 in popluar number systems.

HEX 67 AA B4
Decimal 103 170 180
Binary 1100111 10101010 10110100
Octal 147 252 264

Shades and tints

Shades of #67AAB4

#67AAB4
(103,170,180)
#5E9BA4
(94,155,164)
#558C94
(85,140,148)
#4C7D84
(76,125,132)
#436E74
(67,110,116)
#3A5F64
(58,95,100)
#315054
(49,80,84)
#284144
(40,65,68)
#1F3234
(31,50,52)
#162324
(22,35,36)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #67AAB4

#67AAB4
(103,170,180)
#74B1BA
(116,177,186)
#81B8C0
(129,184,192)
#8EBFC6
(142,191,198)
#9BC6CC
(155,198,204)
#A8CDD2
(168,205,210)
#B5D4D8
(181,212,216)
#C2DBDE
(194,219,222)
#CFE2E4
(207,226,228)
#DCE9EA
(220,233,234)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67AAB4; }

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

This text font color is #67AAB4.

Background Color

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

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

This div background color is #67AAB4.

Border color

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

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

This div border color is #67AAB4.

Opacity

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

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

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

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

This text has shadow with #67AAB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67AAB4.

Preview

Color preview on black background

This text has color #67AAB4 on black background.


Color preview on white background

This text has color #67AAB4 on white background.


Black color preview on #67AAB4 background

This text has black color on #67AAB4 background.


White color preview on #67AAB4 background

This text has white color on #67AAB4 background.


Related colors

Complementary color

Complementary color for #hex is #98554B.


I love getcolorcode.com

Triadic colors

1 #B467AA and #AAB467 with #67AAB4 are triadic colors.

2 #B4AA67 and #AA67B4 with #67AAB4 are triadic colors.