COLOR #67B4FB

HEX: #67B4FB
RGB: (103,180,251)

Color info

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

RGB color model

#67B4FB color RGB value is (103,180,251).

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

RGB channels and saturation

R 103 of 255 = 40%
G 180 of 255 = 71%
B 251 of 255 = 98%

103
180
251

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

Portions of RGB colors in percentages

R + G + B =
103 + 180 + 251 = 534 (100%)
R 103 of 534 ~ 19.29%
G 180 of 534 ~ 33.71%
B 251 of 534 ~ 47%

%19.29
%33.71
%47

CMYK color model

#67B4FB color CMYK value is (59,28,0,2).

  • cyan value is 58.96%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(59,28,0,2)
C59M28Y0K2 
(59%,28%,0%,2%)
(0.59/0.28/0.00/0.02)	

CMYK percentages

%58.96
%28.29
%0
%1.57

Codes

Color #67B4FB in popluar color models

67B4FB
RGB103180251
HSL209°94.87%69.41%
HSB/HSV209°58.96%98.43%
CMYK58.96%28.29%0.00%
1.57%

Color #67B4FB in popluar number systems.

HEX67B4FB
Decimal103180251
Binary11001111011010011111011
Octal147264373

Shades and tints

Shades of #67B4FB

#67B4FB
(103,180,251)
#5EA4E5
(94,164,229)
#5594CF
(85,148,207)
#4C84B9
(76,132,185)
#4374A3
(67,116,163)
#3A648D
(58,100,141)
#315477
(49,84,119)
#284461
(40,68,97)
#1F344B
(31,52,75)
#162435
(22,36,53)
#0D141F
(13,20,31)
#000000
(0,0,0)

Tints of #67B4FB

#67B4FB
(103,180,251)
#74BAFB
(116,186,251)
#81C0FB
(129,192,251)
#8EC6FB
(142,198,251)
#9BCCFB
(155,204,251)
#A8D2FB
(168,210,251)
#B5D8FB
(181,216,251)
#C2DEFB
(194,222,251)
#CFE4FB
(207,228,251)
#DCEAFB
(220,234,251)
#E9F0FB
(233,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67B4FB; }

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

This text font color is #67B4FB.


Background Color

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

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

This div background color is #67B4FB.


Border color

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

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

This div border color is #67B4FB.


Opacity

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

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

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

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

This text has shadow with #67B4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B4FB on black background.


Color preview on white background

This text has color #67B4FB on white background.



Black color preview on #67B4FB background

This text has black color on #67B4FB background.


White color preview on #67B4FB background

This text has white color on #67B4FB background.