COLOR #9DCCE0

HEX: #9DCCE0 RGB: (157,204,224)

Color info

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

RGB color model

#9DCCE0 color RGB value is (157,204,224).

RGB: (157,204,224) (62%, 80%, 88%)

RGB channels and saturation

R 157 of 255 = 62%
G 204 of 255 = 80%
B 224 of 255 = 88%

157
204
224

R + G + B ~ 77%. #9DCCE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 204 + 224 = 585 (100%)
R 157 of 585 ~ 26.84%
G 204 of 585 ~ 34.87%
B 224 of 585 ~ 38.29'%

%26.84
%34.87
%38.29

CMYK color model

#9DCCE0 color CMYK value is (30,9,0,12).

  • cyan value is 29.91%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (30,9,0,12)
C30M9Y0K12 (30%, 9%, 0%, 12%)
(0.30 / 0.09 / 0.00 / 0.12)

CMYK percentages

%29.91
%8.93
%0
%12.16

Codes

Color #9DCCE0 in popluar color models

9D CC E0
RGB 157 204 224
HSL 198° 51.94% 74.71%
HSB/HSV 198° 29.91% 87.84%
CMYK 29.91% 8.93% 0.00%
12.16%

Color #9DCCE0 in popluar number systems.

HEX 9D CC E0
Decimal 157 204 224
Binary 10011101 11001100 11100000
Octal 235 314 340

Shades and tints

Shades of #9DCCE0

#9DCCE0
(157,204,224)
#8FBACC
(143,186,204)
#81A8B8
(129,168,184)
#7396A4
(115,150,164)
#658490
(101,132,144)
#57727C
(87,114,124)
#496068
(73,96,104)
#3B4E54
(59,78,84)
#2D3C40
(45,60,64)
#1F2A2C
(31,42,44)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #9DCCE0

#9DCCE0
(157,204,224)
#A5D0E2
(165,208,226)
#ADD4E4
(173,212,228)
#B5D8E6
(181,216,230)
#BDDCE8
(189,220,232)
#C5E0EA
(197,224,234)
#CDE4EC
(205,228,236)
#D5E8EE
(213,232,238)
#DDECF0
(221,236,240)
#E5F0F2
(229,240,242)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCCE0 color. Also use rgb(157,204,224) instead hex code.

Text Font Color

.myTextColor { color: #9DCCE0; }

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

This text font color is #9DCCE0.

Background Color

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

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

This div background color is #9DCCE0.

Border color

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

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

This div border color is #9DCCE0.

Opacity

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

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

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

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

This text has shadow with #9DCCE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DCCE0.

Preview

Color preview on black background

This text has color #9DCCE0 on black background.


Color preview on white background

This text has color #9DCCE0 on white background.


Black color preview on #9DCCE0 background

This text has black color on #9DCCE0 background.


White color preview on #9DCCE0 background

This text has white color on #9DCCE0 background.


Related colors

Complementary color

Complementary color for #hex is #62331F.


I love getcolorcode.com

Triadic colors

1 #E09DCC and #CCE09D with #9DCCE0 are triadic colors.

2 #E0CC9D and #CC9DE0 with #9DCCE0 are triadic colors.