COLOR #67A4ED

HEX: #67A4ED
RGB: (103,164,237)

Color info

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

RGB color model

#67A4ED color RGB value is (103,164,237).

  • red value is 103;
  • green value is 164;
  • blue value is 237.
RGB:
(103,164,237)
(40%,64%,93%)

RGB channels and saturation

R 103 of 255 = 40%
G 164 of 255 = 64%
B 237 of 255 = 93%

103
164
237

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

Portions of RGB colors in percentages

R + G + B =
103 + 164 + 237 = 504 (100%)
R 103 of 504 ~ 20.44%
G 164 of 504 ~ 32.54%
B 237 of 504 ~ 47.02%

%20.44
%32.54
%47.02

CMYK color model

#67A4ED color CMYK value is (57,31,0,7).

  • cyan value is 56.54%
  • magenta value is 30.80%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(57,31,0,7)
C57M31Y0K7 
(57%,31%,0%,7%)
(0.57/0.31/0.00/0.07)	

CMYK percentages

%56.54
%30.8
%0
%7.06

Codes

Color #67A4ED in popluar color models

67A4ED
RGB103164237
HSL213°78.82%66.67%
HSB/HSV213°56.54%92.94%
CMYK56.54%30.80%0.00%
7.06%

Color #67A4ED in popluar number systems.

HEX67A4ED
Decimal103164237
Binary11001111010010011101101
Octal147244355

Shades and tints

Shades of #67A4ED

#67A4ED
(103,164,237)
#5E96D8
(94,150,216)
#5588C3
(85,136,195)
#4C7AAE
(76,122,174)
#436C99
(67,108,153)
#3A5E84
(58,94,132)
#31506F
(49,80,111)
#28425A
(40,66,90)
#1F3445
(31,52,69)
#162630
(22,38,48)
#0D181B
(13,24,27)
#000000
(0,0,0)

Tints of #67A4ED

#67A4ED
(103,164,237)
#74ACEE
(116,172,238)
#81B4EF
(129,180,239)
#8EBCF0
(142,188,240)
#9BC4F1
(155,196,241)
#A8CCF2
(168,204,242)
#B5D4F3
(181,212,243)
#C2DCF4
(194,220,244)
#CFE4F5
(207,228,245)
#DCECF6
(220,236,246)
#E9F4F7
(233,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67A4ED color. Also use rgb(103,164,237) instead hex code.

Text Font Color

.myTextColor { color: #67A4ED; }

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

This text font color is #67A4ED.


Background Color

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

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

This div background color is #67A4ED.


Border color

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

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

This div border color is #67A4ED.


Opacity

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

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

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

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

This text has shadow with #67A4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67A4ED on black background.


Color preview on white background

This text has color #67A4ED on white background.



Black color preview on #67A4ED background

This text has black color on #67A4ED background.


White color preview on #67A4ED background

This text has white color on #67A4ED background.