COLOR #67C4E3

HEX: #67C4E3
RGB: (103,196,227)

Color info

#67C4E3 contains mainly green and blue colors. Web safe color of #67C4E3 is #66CCCC (or #6CC).

RGB color model

#67C4E3 color RGB value is (103,196,227).

  • red value is 103;
  • green value is 196;
  • blue value is 227.
RGB:
(103,196,227)
(40%,77%,89%)

RGB channels and saturation

R 103 of 255 = 40%
G 196 of 255 = 77%
B 227 of 255 = 89%

103
196
227

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

Portions of RGB colors in percentages

R + G + B =
103 + 196 + 227 = 526 (100%)
R 103 of 526 ~ 19.58%
G 196 of 526 ~ 37.26%
B 227 of 526 ~ 43.16%

%19.58
%37.26
%43.16

CMYK color model

#67C4E3 color CMYK value is (55,14,0,11).

  • cyan value is 54.63%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(55,14,0,11)
C55M14Y0K11 
(55%,14%,0%,11%)
(0.55/0.14/0.00/0.11)	

CMYK percentages

%54.63
%13.66
%0
%10.98

Codes

Color #67C4E3 in popluar color models

67C4E3
RGB103196227
HSL195°68.89%64.71%
HSB/HSV195°54.63%89.02%
CMYK54.63%13.66%0.00%
10.98%

Color #67C4E3 in popluar number systems.

HEX67C4E3
Decimal103196227
Binary11001111100010011100011
Octal147304343

Shades and tints

Shades of #67C4E3

#67C4E3
(103,196,227)
#5EB3CF
(94,179,207)
#55A2BB
(85,162,187)
#4C91A7
(76,145,167)
#438093
(67,128,147)
#3A6F7F
(58,111,127)
#315E6B
(49,94,107)
#284D57
(40,77,87)
#1F3C43
(31,60,67)
#162B2F
(22,43,47)
#0D1A1B
(13,26,27)
#000000
(0,0,0)

Tints of #67C4E3

#67C4E3
(103,196,227)
#74C9E5
(116,201,229)
#81CEE7
(129,206,231)
#8ED3E9
(142,211,233)
#9BD8EB
(155,216,235)
#A8DDED
(168,221,237)
#B5E2EF
(181,226,239)
#C2E7F1
(194,231,241)
#CFECF3
(207,236,243)
#DCF1F5
(220,241,245)
#E9F6F7
(233,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67C4E3 color. Also use rgb(103,196,227) instead hex code.

Text Font Color

.myTextColor { color: #67C4E3; }

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

This text font color is #67C4E3.


Background Color

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

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

This div background color is #67C4E3.


Border color

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

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

This div border color is #67C4E3.


Opacity

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

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

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

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

This text has shadow with #67C4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67C4E3 on black background.


Color preview on white background

This text has color #67C4E3 on white background.



Black color preview on #67C4E3 background

This text has black color on #67C4E3 background.


White color preview on #67C4E3 background

This text has white color on #67C4E3 background.