COLOR #67CBF4

HEX: #67CBF4
RGB: (103,203,244)

Color info

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

RGB color model

#67CBF4 color RGB value is (103,203,244).

  • red value is 103;
  • green value is 203;
  • blue value is 244.
RGB:
(103,203,244)
(40%,80%,96%)

RGB channels and saturation

R 103 of 255 = 40%
G 203 of 255 = 80%
B 244 of 255 = 96%

103
203
244

R + G + B ~ 72%. #67CBF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 203 + 244 = 550 (100%)
R 103 of 550 ~ 18.73%
G 203 of 550 ~ 36.91%
B 244 of 550 ~ 44.36%

%18.73
%36.91
%44.36

CMYK color model

#67CBF4 color CMYK value is (58,17,0,4).

  • cyan value is 57.79%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(58,17,0,4)
C58M17Y0K4 
(58%,17%,0%,4%)
(0.58/0.17/0.00/0.04)	

CMYK percentages

%57.79
%16.8
%0
%4.31

Codes

Color #67CBF4 in popluar color models

67CBF4
RGB103203244
HSL197°86.50%68.04%
HSB/HSV197°57.79%95.69%
CMYK57.79%16.80%0.00%
4.31%

Color #67CBF4 in popluar number systems.

HEX67CBF4
Decimal103203244
Binary11001111100101111110100
Octal147313364

Shades and tints

Shades of #67CBF4

#67CBF4
(103,203,244)
#5EB9DE
(94,185,222)
#55A7C8
(85,167,200)
#4C95B2
(76,149,178)
#43839C
(67,131,156)
#3A7186
(58,113,134)
#315F70
(49,95,112)
#284D5A
(40,77,90)
#1F3B44
(31,59,68)
#16292E
(22,41,46)
#0D1718
(13,23,24)
#000000
(0,0,0)

Tints of #67CBF4

#67CBF4
(103,203,244)
#74CFF5
(116,207,245)
#81D3F6
(129,211,246)
#8ED7F7
(142,215,247)
#9BDBF8
(155,219,248)
#A8DFF9
(168,223,249)
#B5E3FA
(181,227,250)
#C2E7FB
(194,231,251)
#CFEBFC
(207,235,252)
#DCEFFD
(220,239,253)
#E9F3FE
(233,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67CBF4 color. Also use rgb(103,203,244) instead hex code.

Text Font Color

.myTextColor { color: #67CBF4; }

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

This text font color is #67CBF4.


Background Color

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

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

This div background color is #67CBF4.


Border color

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

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

This div border color is #67CBF4.


Opacity

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

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

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

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

This text has shadow with #67CBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67CBF4 on black background.


Color preview on white background

This text has color #67CBF4 on white background.



Black color preview on #67CBF4 background

This text has black color on #67CBF4 background.


White color preview on #67CBF4 background

This text has white color on #67CBF4 background.