COLOR #9CEDFD

HEX: #9CEDFD
RGB: (156,237,253)

Color info

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

RGB color model

#9CEDFD color RGB value is (156,237,253).

  • red value is 156;
  • green value is 237;
  • blue value is 253.
RGB:
(156,237,253)
(61%,93%,99%)

RGB channels and saturation

R 156 of 255 = 61%
G 237 of 255 = 93%
B 253 of 255 = 99%

156
237
253

R + G + B ~ 84%. #9CEDFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 237 + 253 = 646 (100%)
R 156 of 646 ~ 24.15%
G 237 of 646 ~ 36.69%
B 253 of 646 ~ 39.16%

%24.15
%36.69
%39.16

CMYK color model

#9CEDFD color CMYK value is (38,6,0,1).

  • cyan value is 38.34%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(38,6,0,1)
C38M6Y0K1 
(38%,6%,0%,1%)
(0.38/0.06/0.00/0.01)	

CMYK percentages

%38.34
%6.32
%0
%0.78

Codes

Color #9CEDFD in popluar color models

9CEDFD
RGB156237253
HSL190°96.04%80.20%
HSB/HSV190°38.34%99.22%
CMYK38.34%6.32%0.00%
0.78%

Color #9CEDFD in popluar number systems.

HEX9CEDFD
Decimal156237253
Binary100111001110110111111101
Octal234355375

Shades and tints

Shades of #9CEDFD

#9CEDFD
(156,237,253)
#8ED8E6
(142,216,230)
#80C3CF
(128,195,207)
#72AEB8
(114,174,184)
#6499A1
(100,153,161)
#56848A
(86,132,138)
#486F73
(72,111,115)
#3A5A5C
(58,90,92)
#2C4545
(44,69,69)
#1E302E
(30,48,46)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #9CEDFD

#9CEDFD
(156,237,253)
#A5EEFD
(165,238,253)
#AEEFFD
(174,239,253)
#B7F0FD
(183,240,253)
#C0F1FD
(192,241,253)
#C9F2FD
(201,242,253)
#D2F3FD
(210,243,253)
#DBF4FD
(219,244,253)
#E4F5FD
(228,245,253)
#EDF6FD
(237,246,253)
#F6F7FD
(246,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CEDFD color. Also use rgb(156,237,253) instead hex code.

Text Font Color

.myTextColor { color: #9CEDFD; }

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

This text font color is #9CEDFD.


Background Color

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

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

This div background color is #9CEDFD.


Border color

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

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

This div border color is #9CEDFD.


Opacity

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

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

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

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

This text has shadow with #9CEDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEDFD on black background.


Color preview on white background

This text has color #9CEDFD on white background.



Black color preview on #9CEDFD background

This text has black color on #9CEDFD background.


White color preview on #9CEDFD background

This text has white color on #9CEDFD background.