COLOR #67B0FA

HEX: #67B0FA
RGB: (103,176,250)

Color info

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

RGB color model

#67B0FA color RGB value is (103,176,250).

  • red value is 103;
  • green value is 176;
  • blue value is 250.
RGB:
(103,176,250)
(40%,69%,98%)

RGB channels and saturation

R 103 of 255 = 40%
G 176 of 255 = 69%
B 250 of 255 = 98%

103
176
250

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

Portions of RGB colors in percentages

R + G + B =
103 + 176 + 250 = 529 (100%)
R 103 of 529 ~ 19.47%
G 176 of 529 ~ 33.27%
B 250 of 529 ~ 47.26%

%19.47
%33.27
%47.26

CMYK color model

#67B0FA color CMYK value is (59,30,0,2).

  • cyan value is 58.80%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(59,30,0,2)
C59M30Y0K2 
(59%,30%,0%,2%)
(0.59/0.30/0.00/0.02)	

CMYK percentages

%58.8
%29.6
%0
%1.96

Codes

Color #67B0FA in popluar color models

67B0FA
RGB103176250
HSL210°93.63%69.22%
HSB/HSV210°58.80%98.04%
CMYK58.80%29.60%0.00%
1.96%

Color #67B0FA in popluar number systems.

HEX67B0FA
Decimal103176250
Binary11001111011000011111010
Octal147260372

Shades and tints

Shades of #67B0FA

#67B0FA
(103,176,250)
#5EA0E4
(94,160,228)
#5590CE
(85,144,206)
#4C80B8
(76,128,184)
#4370A2
(67,112,162)
#3A608C
(58,96,140)
#315076
(49,80,118)
#284060
(40,64,96)
#1F304A
(31,48,74)
#162034
(22,32,52)
#0D101E
(13,16,30)
#000000
(0,0,0)

Tints of #67B0FA

#67B0FA
(103,176,250)
#74B7FA
(116,183,250)
#81BEFA
(129,190,250)
#8EC5FA
(142,197,250)
#9BCCFA
(155,204,250)
#A8D3FA
(168,211,250)
#B5DAFA
(181,218,250)
#C2E1FA
(194,225,250)
#CFE8FA
(207,232,250)
#DCEFFA
(220,239,250)
#E9F6FA
(233,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67B0FA color. Also use rgb(103,176,250) instead hex code.

Text Font Color

.myTextColor { color: #67B0FA; }

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

This text font color is #67B0FA.


Background Color

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

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

This div background color is #67B0FA.


Border color

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

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

This div border color is #67B0FA.


Opacity

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

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

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

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

This text has shadow with #67B0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B0FA on black background.


Color preview on white background

This text has color #67B0FA on white background.



Black color preview on #67B0FA background

This text has black color on #67B0FA background.


White color preview on #67B0FA background

This text has white color on #67B0FA background.