COLOR #67AE93

HEX: #67AE93 RGB: (103,174,147)

Color info

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

RGB color model

#67AE93 color RGB value is (103,174,147).

RGB: (103,174,147) (40%, 68%, 58%)

RGB channels and saturation

R 103 of 255 = 40%
G 174 of 255 = 68%
B 147 of 255 = 58%

103
174
147

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

Portions of RGB colors in percentages

R + G + B = 103 + 174 + 147 = 424 (100%)
R 103 of 424 ~ 24.29%
G 174 of 424 ~ 41.04%
B 147 of 424 ~ 34.67'%

%24.29
%41.04
%34.67

CMYK color model

#67AE93 color CMYK value is (41,0,16,32).

  • cyan value is 40.80%
  • magenta value is 0.00%
  • yellow value is 15.52%
  • key color value is 31.76%

CMYK: (41,0,16,32)
C41M0Y16K32 (41%, 0%, 16%, 32%)
(0.41 / 0.00 / 0.16 / 0.32)

CMYK percentages

%40.8
%0
%15.52
%31.76

Codes

Color #67AE93 in popluar color models

67 AE 93
RGB 103 174 147
HSL 157° 30.47% 54.31%
HSB/HSV 157° 40.80% 68.24%
CMYK 40.80% 0.00% 15.52%
31.76%

Color #67AE93 in popluar number systems.

HEX 67 AE 93
Decimal 103 174 147
Binary 1100111 10101110 10010011
Octal 147 256 223

Shades and tints

Shades of #67AE93

#67AE93
(103,174,147)
#5E9F86
(94,159,134)
#559079
(85,144,121)
#4C816C
(76,129,108)
#43725F
(67,114,95)
#3A6352
(58,99,82)
#315445
(49,84,69)
#284538
(40,69,56)
#1F362B
(31,54,43)
#16271E
(22,39,30)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #67AE93

#67AE93
(103,174,147)
#74B59C
(116,181,156)
#81BCA5
(129,188,165)
#8EC3AE
(142,195,174)
#9BCAB7
(155,202,183)
#A8D1C0
(168,209,192)
#B5D8C9
(181,216,201)
#C2DFD2
(194,223,210)
#CFE6DB
(207,230,219)
#DCEDE4
(220,237,228)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67AE93 color. Also use rgb(103,174,147) instead hex code.

Text Font Color

.myTextColor { color: #67AE93; }

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

This text font color is #67AE93.

Background Color

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

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

This div background color is #67AE93.

Border color

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

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

This div border color is #67AE93.

Opacity

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

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

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

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

This text has shadow with #67AE93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67AE93.

Preview

Color preview on black background

This text has color #67AE93 on black background.


Color preview on white background

This text has color #67AE93 on white background.


Black color preview on #67AE93 background

This text has black color on #67AE93 background.


White color preview on #67AE93 background

This text has white color on #67AE93 background.


Related colors

Complementary color

Complementary color for #hex is #98516C.


I love getcolorcode.com

Triadic colors

1 #9367AE and #AE9367 with #67AE93 are triadic colors.

2 #93AE67 and #AE6793 with #67AE93 are triadic colors.