COLOR #67BAF0

HEX: #67BAF0
RGB: (103,186,240)

Color info

#67BAF0 contains mainly green and blue colors. Web safe color of #67BAF0 is #66CCFF (or #6CF).

RGB color model

#67BAF0 color RGB value is (103,186,240).

  • red value is 103;
  • green value is 186;
  • blue value is 240.
RGB:
(103,186,240)
(40%,73%,94%)

RGB channels and saturation

R 103 of 255 = 40%
G 186 of 255 = 73%
B 240 of 255 = 94%

103
186
240

R + G + B ~ 69%. #67BAF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 186 + 240 = 529 (100%)
R 103 of 529 ~ 19.47%
G 186 of 529 ~ 35.16%
B 240 of 529 ~ 45.37%

%19.47
%35.16
%45.37

CMYK color model

#67BAF0 color CMYK value is (57,23,0,6).

  • cyan value is 57.08%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(57,23,0,6)
C57M23Y0K6 
(57%,23%,0%,6%)
(0.57/0.23/0.00/0.06)	

CMYK percentages

%57.08
%22.5
%0
%5.88

Codes

Color #67BAF0 in popluar color models

67BAF0
RGB103186240
HSL204°82.04%67.25%
HSB/HSV204°57.08%94.12%
CMYK57.08%22.50%0.00%
5.88%

Color #67BAF0 in popluar number systems.

HEX67BAF0
Decimal103186240
Binary11001111011101011110000
Octal147272360

Shades and tints

Shades of #67BAF0

#67BAF0
(103,186,240)
#5EAADB
(94,170,219)
#559AC6
(85,154,198)
#4C8AB1
(76,138,177)
#437A9C
(67,122,156)
#3A6A87
(58,106,135)
#315A72
(49,90,114)
#284A5D
(40,74,93)
#1F3A48
(31,58,72)
#162A33
(22,42,51)
#0D1A1E
(13,26,30)
#000000
(0,0,0)

Tints of #67BAF0

#67BAF0
(103,186,240)
#74C0F1
(116,192,241)
#81C6F2
(129,198,242)
#8ECCF3
(142,204,243)
#9BD2F4
(155,210,244)
#A8D8F5
(168,216,245)
#B5DEF6
(181,222,246)
#C2E4F7
(194,228,247)
#CFEAF8
(207,234,248)
#DCF0F9
(220,240,249)
#E9F6FA
(233,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67BAF0 color. Also use rgb(103,186,240) instead hex code.

Text Font Color

.myTextColor { color: #67BAF0; }

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

This text font color is #67BAF0.


Background Color

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

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

This div background color is #67BAF0.


Border color

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

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

This div border color is #67BAF0.


Opacity

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

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

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

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

This text has shadow with #67BAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67BAF0 on black background.


Color preview on white background

This text has color #67BAF0 on white background.



Black color preview on #67BAF0 background

This text has black color on #67BAF0 background.


White color preview on #67BAF0 background

This text has white color on #67BAF0 background.