COLOR #9CEFF3

HEX: #9CEFF3
RGB: (156,239,243)

Color info

#9CEFF3 contains mainly green and blue colors. Web safe color of #9CEFF3 is #99FFFF (or #9FF).

RGB color model

#9CEFF3 color RGB value is (156,239,243).

  • red value is 156;
  • green value is 239;
  • blue value is 243.
RGB:
(156,239,243)
(61%,94%,95%)

RGB channels and saturation

R 156 of 255 = 61%
G 239 of 255 = 94%
B 243 of 255 = 95%

156
239
243

R + G + B ~ 83%. #9CEFF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 239 + 243 = 638 (100%)
R 156 of 638 ~ 24.45%
G 239 of 638 ~ 37.46%
B 243 of 638 ~ 38.09%

%24.45
%37.46
%38.09

CMYK color model

#9CEFF3 color CMYK value is (36,2,0,5).

  • cyan value is 35.80%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(36,2,0,5)
C36M2Y0K5 
(36%,2%,0%,5%)
(0.36/0.02/0.00/0.05)	

CMYK percentages

%35.8
%1.65
%0
%4.71

Codes

Color #9CEFF3 in popluar color models

9CEFF3
RGB156239243
HSL183°78.38%78.24%
HSB/HSV183°35.80%95.29%
CMYK35.80%1.65%0.00%
4.71%

Color #9CEFF3 in popluar number systems.

HEX9CEFF3
Decimal156239243
Binary100111001110111111110011
Octal234357363

Shades and tints

Shades of #9CEFF3

#9CEFF3
(156,239,243)
#8EDADD
(142,218,221)
#80C5C7
(128,197,199)
#72B0B1
(114,176,177)
#649B9B
(100,155,155)
#568685
(86,134,133)
#48716F
(72,113,111)
#3A5C59
(58,92,89)
#2C4743
(44,71,67)
#1E322D
(30,50,45)
#101D17
(16,29,23)
#000000
(0,0,0)

Tints of #9CEFF3

#9CEFF3
(156,239,243)
#A5F0F4
(165,240,244)
#AEF1F5
(174,241,245)
#B7F2F6
(183,242,246)
#C0F3F7
(192,243,247)
#C9F4F8
(201,244,248)
#D2F5F9
(210,245,249)
#DBF6FA
(219,246,250)
#E4F7FB
(228,247,251)
#EDF8FC
(237,248,252)
#F6F9FD
(246,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CEFF3 color. Also use rgb(156,239,243) instead hex code.

Text Font Color

.myTextColor { color: #9CEFF3; }

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

This text font color is #9CEFF3.


Background Color

.myBgColor { background-color: #9CEFF3; }

<div style="background-color:#9CEFF3">Inner text</div>

This div background color is #9CEFF3.


Border color

.myBorderColor { border: 1px solid #9CEFF3; }

<div style="border:3px solid #9CEFF3">Div</div>

This div border color is #9CEFF3.


Opacity

.myOpacity80 { color: #9CEFF3; opacity: 0.8; }

<p style="color:#9CEFF3;opacity:0.8;">80%</p>

Text with #9CEFF3 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 #9CEFF3;}

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

This text has shadow with #9CEFF3 color.

.textShadow {text-shadow: 3px 3px 1px #9CEFF3, 3px 3px 1px red;}

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

This text has shadow with #9CEFF3 primary color and red secondary color.


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

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

This text has shadow with #9CEFF3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEFF3 on black background.


Color preview on white background

This text has color #9CEFF3 on white background.



Black color preview on #9CEFF3 background

This text has black color on #9CEFF3 background.


White color preview on #9CEFF3 background

This text has white color on #9CEFF3 background.