COLOR #03CAE3

HEX: #03CAE3
RGB: (3,202,227)

Color info

#03CAE3 contains mainly green and blue colors. Web safe color of #03CAE3 is #00CCCC (or #0CC).

RGB color model

#03CAE3 color RGB value is (3,202,227).

  • red value is 3;
  • green value is 202;
  • blue value is 227.
RGB:
(3,202,227)
(1%,79%,89%)

RGB channels and saturation

R 3 of 255 = 1%
G 202 of 255 = 79%
B 227 of 255 = 89%

3
202
227

R + G + B ~ 56%. #03CAE3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
3 + 202 + 227 = 432 (100%)
R 3 of 432 ~ 0.69%
G 202 of 432 ~ 46.76%
B 227 of 432 ~ 52.55%

%46.76
%52.55

CMYK color model

#03CAE3 color CMYK value is (99,11,0,11).

  • cyan value is 98.68%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(99,11,0,11)
C99M11Y0K11 
(99%,11%,0%,11%)
(0.99/0.11/0.00/0.11)	

CMYK percentages

%98.68
%11.01
%0
%10.98

Codes

Color #03CAE3 in popluar color models

03CAE3
RGB3202227
HSL187°97.39%45.10%
HSB/HSV187°98.68%89.02%
CMYK98.68%11.01%0.00%
10.98%

Color #03CAE3 in popluar number systems.

HEX03CAE3
Decimal3202227
Binary111100101011100011
Octal3312343

Shades and tints

Shades of #03CAE3

#03CAE3
(3,202,227)
#03B8CF
(3,184,207)
#03A6BB
(3,166,187)
#0394A7
(3,148,167)
#038293
(3,130,147)
#03707F
(3,112,127)
#035E6B
(3,94,107)
#034C57
(3,76,87)
#033A43
(3,58,67)
#03282F
(3,40,47)
#03161B
(3,22,27)
#000000
(0,0,0)

Tints of #03CAE3

#03CAE3
(3,202,227)
#19CEE5
(25,206,229)
#2FD2E7
(47,210,231)
#45D6E9
(69,214,233)
#5BDAEB
(91,218,235)
#71DEED
(113,222,237)
#87E2EF
(135,226,239)
#9DE6F1
(157,230,241)
#B3EAF3
(179,234,243)
#C9EEF5
(201,238,245)
#DFF2F7
(223,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03CAE3 color. Also use rgb(3,202,227) instead hex code.

Text Font Color

.myTextColor { color: #03CAE3; }

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

This text font color is #03CAE3.


Background Color

.myBgColor { background-color: #03CAE3; }

<div style="background-color:#03CAE3">Inner text</div>

This div background color is #03CAE3.


Border color

.myBorderColor { border: 1px solid #03CAE3; }

<div style="border:3px solid #03CAE3">Div</div>

This div border color is #03CAE3.


Opacity

.myOpacity80 { color: #03CAE3; opacity: 0.8; }

<p style="color:#03CAE3;opacity:0.8;">80%</p>

Text with #03CAE3 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 #03CAE3;}

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

This text has shadow with #03CAE3 color.

.textShadow {text-shadow: 3px 3px 1px #03CAE3, 3px 3px 1px red;}

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

This text has shadow with #03CAE3 primary color and red secondary color.


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

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

This text has shadow with #03CAE3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03CAE3 on black background.


Color preview on white background

This text has color #03CAE3 on white background.



Black color preview on #03CAE3 background

This text has black color on #03CAE3 background.


White color preview on #03CAE3 background

This text has white color on #03CAE3 background.