COLOR #ED9CCC

HEX: #ED9CCC RGB: (237,156,204)

Color info

#ED9CCC contains mainly red and blue colors. Web safe color of #ED9CCC is #FF99CC (or #F9C).

RGB color model

#ED9CCC color RGB value is (237,156,204).

RGB: (237,156,204) (93%, 61%, 80%)

RGB channels and saturation

R 237 of 255 = 93%
G 156 of 255 = 61%
B 204 of 255 = 80%

237
156
204

R + G + B ~ 78%. #ED9CCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 156 + 204 = 597 (100%)
R 237 of 597 ~ 39.7%
G 156 of 597 ~ 26.13%
B 204 of 597 ~ 34.17'%

%39.7
%26.13
%34.17

CMYK color model

#ED9CCC color CMYK value is (0,34,14,7).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 13.92%
  • key color value is 7.06%

CMYK: (0,34,14,7)
C0M34Y14K7 (0%, 34%, 14%, 7%)
(0.00 / 0.34 / 0.14 / 0.07)

CMYK percentages

%0
%34.18
%13.92
%7.06

Codes

Color #ED9CCC in popluar color models

ED 9C CC
RGB 237 156 204
HSL 324° 69.23% 77.06%
HSB/HSV 324° 34.18% 92.94%
CMYK 0.00% 34.18% 13.92%
7.06%

Color #ED9CCC in popluar number systems.

HEX ED 9C CC
Decimal 237 156 204
Binary 11101101 10011100 11001100
Octal 355 234 314

Shades and tints

Shades of #ED9CCC

#ED9CCC
(237,156,204)
#D88EBA
(216,142,186)
#C380A8
(195,128,168)
#AE7296
(174,114,150)
#996484
(153,100,132)
#845672
(132,86,114)
#6F4860
(111,72,96)
#5A3A4E
(90,58,78)
#452C3C
(69,44,60)
#301E2A
(48,30,42)
#1B1018
(27,16,24)
#000000
(0,0,0)

Tints of #ED9CCC

#ED9CCC
(237,156,204)
#EEA5D0
(238,165,208)
#EFAED4
(239,174,212)
#F0B7D8
(240,183,216)
#F1C0DC
(241,192,220)
#F2C9E0
(242,201,224)
#F3D2E4
(243,210,228)
#F4DBE8
(244,219,232)
#F5E4EC
(245,228,236)
#F6EDF0
(246,237,240)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED9CCC; }

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

This text font color is #ED9CCC.

Background Color

.myBgColor { background-color: #ED9CCC; }

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

This div background color is #ED9CCC.

Border color

.myBorderColor { border: 1px solid #ED9CCC; }

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

This div border color is #ED9CCC.

Opacity

.myOpacity80 { color: #ED9CCC; opacity: 0.8; }

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

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

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

This text has shadow with #ED9CCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED9CCC.

Preview

Color preview on black background

This text has color #ED9CCC on black background.


Color preview on white background

This text has color #ED9CCC on white background.


Black color preview on #ED9CCC background

This text has black color on #ED9CCC background.


White color preview on #ED9CCC background

This text has white color on #ED9CCC background.


Related colors

Complementary color

Complementary color for #hex is #126333.


I love getcolorcode.com

Triadic colors

1 #CCED9C and #9CCCED with #ED9CCC are triadic colors.

2 #CC9CED and #9CEDCC with #ED9CCC are triadic colors.