COLOR #67AAE7

HEX: #67AAE7 RGB: (103,170,231)

Color info

#67AAE7 contains mainly blue color. Web safe color of #67AAE7 is #6699FF (or #69F).

RGB color model

#67AAE7 color RGB value is (103,170,231).

RGB: (103,170,231) (40%, 67%, 91%)

RGB channels and saturation

R 103 of 255 = 40%
G 170 of 255 = 67%
B 231 of 255 = 91%

103
170
231

R + G + B ~ 66%. #67AAE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 103 + 170 + 231 = 504 (100%)
R 103 of 504 ~ 20.44%
G 170 of 504 ~ 33.73%
B 231 of 504 ~ 45.83'%

%20.44
%33.73
%45.83

CMYK color model

#67AAE7 color CMYK value is (55,26,0,9).

  • cyan value is 55.41%
  • magenta value is 26.41%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (55,26,0,9)
C55M26Y0K9 (55%, 26%, 0%, 9%)
(0.55 / 0.26 / 0.00 / 0.09)

CMYK percentages

%55.41
%26.41
%0
%9.41

Codes

Color #67AAE7 in popluar color models

67 AA E7
RGB 103 170 231
HSL 209° 72.73% 65.49%
HSB/HSV 209° 55.41% 90.59%
CMYK 55.41% 26.41% 0.00%
9.41%

Color #67AAE7 in popluar number systems.

HEX 67 AA E7
Decimal 103 170 231
Binary 1100111 10101010 11100111
Octal 147 252 347

Shades and tints

Shades of #67AAE7

#67AAE7
(103,170,231)
#5E9BD2
(94,155,210)
#558CBD
(85,140,189)
#4C7DA8
(76,125,168)
#436E93
(67,110,147)
#3A5F7E
(58,95,126)
#315069
(49,80,105)
#284154
(40,65,84)
#1F323F
(31,50,63)
#16232A
(22,35,42)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #67AAE7

#67AAE7
(103,170,231)
#74B1E9
(116,177,233)
#81B8EB
(129,184,235)
#8EBFED
(142,191,237)
#9BC6EF
(155,198,239)
#A8CDF1
(168,205,241)
#B5D4F3
(181,212,243)
#C2DBF5
(194,219,245)
#CFE2F7
(207,226,247)
#DCE9F9
(220,233,249)
#E9F0FB
(233,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67AAE7; }

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

This text font color is #67AAE7.

Background Color

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

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

This div background color is #67AAE7.

Border color

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

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

This div border color is #67AAE7.

Opacity

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

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

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

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

This text has shadow with #67AAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67AAE7.

Preview

Color preview on black background

This text has color #67AAE7 on black background.


Color preview on white background

This text has color #67AAE7 on white background.


Black color preview on #67AAE7 background

This text has black color on #67AAE7 background.


White color preview on #67AAE7 background

This text has white color on #67AAE7 background.


Related colors

Complementary color

Complementary color for #hex is #985518.


I love getcolorcode.com

Triadic colors

1 #E767AA and #AAE767 with #67AAE7 are triadic colors.

2 #E7AA67 and #AA67E7 with #67AAE7 are triadic colors.