COLOR #67AEB5

HEX: #67AEB5
RGB: (103,174,181)

Color info

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

RGB color model

#67AEB5 color RGB value is (103,174,181).

  • red value is 103;
  • green value is 174;
  • blue value is 181.
RGB:
(103,174,181)
(40%,68%,71%)

RGB channels and saturation

R 103 of 255 = 40%
G 174 of 255 = 68%
B 181 of 255 = 71%

103
174
181

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

Portions of RGB colors in percentages

R + G + B =
103 + 174 + 181 = 458 (100%)
R 103 of 458 ~ 22.49%
G 174 of 458 ~ 37.99%
B 181 of 458 ~ 39.52%

%22.49
%37.99
%39.52

CMYK color model

#67AEB5 color CMYK value is (43,4,0,29).

  • cyan value is 43.09%
  • magenta value is 3.87%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(43,4,0,29)
C43M4Y0K29 
(43%,4%,0%,29%)
(0.43/0.04/0.00/0.29)	

CMYK percentages

%43.09
%3.87
%0
%29.02

Codes

Color #67AEB5 in popluar color models

67AEB5
RGB103174181
HSL185°34.51%55.69%
HSB/HSV185°43.09%70.98%
CMYK43.09%3.87%0.00%
29.02%

Color #67AEB5 in popluar number systems.

HEX67AEB5
Decimal103174181
Binary11001111010111010110101
Octal147256265

Shades and tints

Shades of #67AEB5

#67AEB5
(103,174,181)
#5E9FA5
(94,159,165)
#559095
(85,144,149)
#4C8185
(76,129,133)
#437275
(67,114,117)
#3A6365
(58,99,101)
#315455
(49,84,85)
#284545
(40,69,69)
#1F3635
(31,54,53)
#162725
(22,39,37)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #67AEB5

#67AEB5
(103,174,181)
#74B5BB
(116,181,187)
#81BCC1
(129,188,193)
#8EC3C7
(142,195,199)
#9BCACD
(155,202,205)
#A8D1D3
(168,209,211)
#B5D8D9
(181,216,217)
#C2DFDF
(194,223,223)
#CFE6E5
(207,230,229)
#DCEDEB
(220,237,235)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67AEB5; }

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

This text font color is #67AEB5.


Background Color

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

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

This div background color is #67AEB5.


Border color

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

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

This div border color is #67AEB5.


Opacity

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

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

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

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

This text has shadow with #67AEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67AEB5 on black background.


Color preview on white background

This text has color #67AEB5 on white background.



Black color preview on #67AEB5 background

This text has black color on #67AEB5 background.


White color preview on #67AEB5 background

This text has white color on #67AEB5 background.