COLOR #12D6E7

HEX: #12D6E7
RGB: (18,214,231)

Color info

#12D6E7 contains mainly green and blue colors. Web safe color of #12D6E7 is #00CCFF (or #0CF).

RGB color model

#12D6E7 color RGB value is (18,214,231).

  • red value is 18;
  • green value is 214;
  • blue value is 231.
RGB:
(18,214,231)
(7%,84%,91%)

RGB channels and saturation

R 18 of 255 = 7%
G 214 of 255 = 84%
B 231 of 255 = 91%

18
214
231

R + G + B ~ 61%. #12D6E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
18 + 214 + 231 = 463 (100%)
R 18 of 463 ~ 3.89%
G 214 of 463 ~ 46.22%
B 231 of 463 ~ 49.89%

%46.22
%49.89

CMYK color model

#12D6E7 color CMYK value is (92,7,0,9).

  • cyan value is 92.21%
  • magenta value is 7.36%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(92,7,0,9)
C92M7Y0K9 
(92%,7%,0%,9%)
(0.92/0.07/0.00/0.09)	

CMYK percentages

%92.21
%7.36
%0
%9.41

Codes

Color #12D6E7 in popluar color models

12D6E7
RGB18214231
HSL185°85.54%48.82%
HSB/HSV185°92.21%90.59%
CMYK92.21%7.36%0.00%
9.41%

Color #12D6E7 in popluar number systems.

HEX12D6E7
Decimal18214231
Binary100101101011011100111
Octal22326347

Shades and tints

Shades of #12D6E7

#12D6E7
(18,214,231)
#11C3D2
(17,195,210)
#10B0BD
(16,176,189)
#0F9DA8
(15,157,168)
#0E8A93
(14,138,147)
#0D777E
(13,119,126)
#0C6469
(12,100,105)
#0B5154
(11,81,84)
#0A3E3F
(10,62,63)
#092B2A
(9,43,42)
#081815
(8,24,21)
#000000
(0,0,0)

Tints of #12D6E7

#12D6E7
(18,214,231)
#27D9E9
(39,217,233)
#3CDCEB
(60,220,235)
#51DFED
(81,223,237)
#66E2EF
(102,226,239)
#7BE5F1
(123,229,241)
#90E8F3
(144,232,243)
#A5EBF5
(165,235,245)
#BAEEF7
(186,238,247)
#CFF1F9
(207,241,249)
#E4F4FB
(228,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12D6E7 color. Also use rgb(18,214,231) instead hex code.

Text Font Color

.myTextColor { color: #12D6E7; }

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

This text font color is #12D6E7.


Background Color

.myBgColor { background-color: #12D6E7; }

<div style="background-color:#12D6E7">Inner text</div>

This div background color is #12D6E7.


Border color

.myBorderColor { border: 1px solid #12D6E7; }

<div style="border:3px solid #12D6E7">Div</div>

This div border color is #12D6E7.


Opacity

.myOpacity80 { color: #12D6E7; opacity: 0.8; }

<p style="color:#12D6E7;opacity:0.8;">80%</p>

Text with #12D6E7 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 #12D6E7;}

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

This text has shadow with #12D6E7 color.

.textShadow {text-shadow: 3px 3px 1px #12D6E7, 3px 3px 1px red;}

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

This text has shadow with #12D6E7 primary color and red secondary color.


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

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

This text has shadow with #12D6E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12D6E7 on black background.


Color preview on white background

This text has color #12D6E7 on white background.



Black color preview on #12D6E7 background

This text has black color on #12D6E7 background.


White color preview on #12D6E7 background

This text has white color on #12D6E7 background.