COLOR #67B4FC

HEX: #67B4FC
RGB: (103,180,252)

Color info

#67B4FC contains mainly blue color. Web safe color of #67B4FC is #66CCFF (or #6CF).

RGB color model

#67B4FC color RGB value is (103,180,252).

  • red value is 103;
  • green value is 180;
  • blue value is 252.
RGB:
(103,180,252)
(40%,71%,99%)

RGB channels and saturation

R 103 of 255 = 40%
G 180 of 255 = 71%
B 252 of 255 = 99%

103
180
252

R + G + B ~ 70%. #67B4FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 180 + 252 = 535 (100%)
R 103 of 535 ~ 19.25%
G 180 of 535 ~ 33.64%
B 252 of 535 ~ 47.1%

%19.25
%33.64
%47.1

CMYK color model

#67B4FC color CMYK value is (59,29,0,1).

  • cyan value is 59.13%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(59,29,0,1)
C59M29Y0K1 
(59%,29%,0%,1%)
(0.59/0.29/0.00/0.01)	

CMYK percentages

%59.13
%28.57
%0
%1.18

Codes

Color #67B4FC in popluar color models

67B4FC
RGB103180252
HSL209°96.13%69.61%
HSB/HSV209°59.13%98.82%
CMYK59.13%28.57%0.00%
1.18%

Color #67B4FC in popluar number systems.

HEX67B4FC
Decimal103180252
Binary11001111011010011111100
Octal147264374

Shades and tints

Shades of #67B4FC

#67B4FC
(103,180,252)
#5EA4E6
(94,164,230)
#5594D0
(85,148,208)
#4C84BA
(76,132,186)
#4374A4
(67,116,164)
#3A648E
(58,100,142)
#315478
(49,84,120)
#284462
(40,68,98)
#1F344C
(31,52,76)
#162436
(22,36,54)
#0D1420
(13,20,32)
#000000
(0,0,0)

Tints of #67B4FC

#67B4FC
(103,180,252)
#74BAFC
(116,186,252)
#81C0FC
(129,192,252)
#8EC6FC
(142,198,252)
#9BCCFC
(155,204,252)
#A8D2FC
(168,210,252)
#B5D8FC
(181,216,252)
#C2DEFC
(194,222,252)
#CFE4FC
(207,228,252)
#DCEAFC
(220,234,252)
#E9F0FC
(233,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67B4FC color. Also use rgb(103,180,252) instead hex code.

Text Font Color

.myTextColor { color: #67B4FC; }

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

This text font color is #67B4FC.


Background Color

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

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

This div background color is #67B4FC.


Border color

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

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

This div border color is #67B4FC.


Opacity

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

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

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

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

This text has shadow with #67B4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B4FC on black background.


Color preview on white background

This text has color #67B4FC on white background.



Black color preview on #67B4FC background

This text has black color on #67B4FC background.


White color preview on #67B4FC background

This text has white color on #67B4FC background.