COLOR #9DC4E4

HEX: #9DC4E4
RGB: (157,196,228)

Color info

#9DC4E4 contains mainly green and blue colors. Web safe color of #9DC4E4 is #99CCCC (or #9CC).

RGB color model

#9DC4E4 color RGB value is (157,196,228).

  • red value is 157;
  • green value is 196;
  • blue value is 228.
RGB:
(157,196,228)
(62%,77%,89%)

RGB channels and saturation

R 157 of 255 = 62%
G 196 of 255 = 77%
B 228 of 255 = 89%

157
196
228

R + G + B ~ 76%. #9DC4E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 196 + 228 = 581 (100%)
R 157 of 581 ~ 27.02%
G 196 of 581 ~ 33.73%
B 228 of 581 ~ 39.24%

%27.02
%33.73
%39.24

CMYK color model

#9DC4E4 color CMYK value is (31,14,0,11).

  • cyan value is 31.14%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(31,14,0,11)
C31M14Y0K11 
(31%,14%,0%,11%)
(0.31/0.14/0.00/0.11)	

CMYK percentages

%31.14
%14.04
%0
%10.59

Codes

Color #9DC4E4 in popluar color models

9DC4E4
RGB157196228
HSL207°56.80%75.49%
HSB/HSV207°31.14%89.41%
CMYK31.14%14.04%0.00%
10.59%

Color #9DC4E4 in popluar number systems.

HEX9DC4E4
Decimal157196228
Binary100111011100010011100100
Octal235304344

Shades and tints

Shades of #9DC4E4

#9DC4E4
(157,196,228)
#8FB3D0
(143,179,208)
#81A2BC
(129,162,188)
#7391A8
(115,145,168)
#658094
(101,128,148)
#576F80
(87,111,128)
#495E6C
(73,94,108)
#3B4D58
(59,77,88)
#2D3C44
(45,60,68)
#1F2B30
(31,43,48)
#111A1C
(17,26,28)
#000000
(0,0,0)

Tints of #9DC4E4

#9DC4E4
(157,196,228)
#A5C9E6
(165,201,230)
#ADCEE8
(173,206,232)
#B5D3EA
(181,211,234)
#BDD8EC
(189,216,236)
#C5DDEE
(197,221,238)
#CDE2F0
(205,226,240)
#D5E7F2
(213,231,242)
#DDECF4
(221,236,244)
#E5F1F6
(229,241,246)
#EDF6F8
(237,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC4E4 color. Also use rgb(157,196,228) instead hex code.

Text Font Color

.myTextColor { color: #9DC4E4; }

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

This text font color is #9DC4E4.


Background Color

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

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

This div background color is #9DC4E4.


Border color

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

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

This div border color is #9DC4E4.


Opacity

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

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

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

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

This text has shadow with #9DC4E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC4E4 on black background.


Color preview on white background

This text has color #9DC4E4 on white background.



Black color preview on #9DC4E4 background

This text has black color on #9DC4E4 background.


White color preview on #9DC4E4 background

This text has white color on #9DC4E4 background.