COLOR #ECBED9

HEX: #ECBED9 RGB: (236,190,217)

Color info

#ECBED9 contains red, green and blue colors in about the same proportion. Web safe color of #ECBED9 is #FFCCCC (or #FCC).

RGB color model

#ECBED9 color RGB value is (236,190,217).

RGB: (236,190,217) (93%, 75%, 85%)

RGB channels and saturation

R 236 of 255 = 93%
G 190 of 255 = 75%
B 217 of 255 = 85%

236
190
217

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

Portions of RGB colors in percentages

R + G + B = 236 + 190 + 217 = 643 (100%)
R 236 of 643 ~ 36.7%
G 190 of 643 ~ 29.55%
B 217 of 643 ~ 33.75'%

%36.7
%29.55
%33.75

CMYK color model

#ECBED9 color CMYK value is (0,19,8,7).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 8.05%
  • key color value is 7.45%
CMYK: (0,19,8,7) C0M19Y8K7 (0%,19%,8%,7%) (0.00/0.19/0.08/0.07) 

CMYK percentages

%0
%19.49
%8.05
%7.45

Codes

Color #ECBED9 in popluar color models

EC BE D9
RGB 236 190 217
HSL 325° 54.76% 83.53%
HSB/HSV 325° 19.49% 92.55%
CMYK 0.00% 19.49% 8.05%
7.45%

Color #ECBED9 in popluar number systems.

HEX EC BE D9
Decimal 236 190 217
Binary 11101100 10111110 11011001
Octal 354 276 331

Shades and tints

Shades of #ECBED9

#ECBED9
(236,190,217)
#D7ADC6
(215,173,198)
#C29CB3
(194,156,179)
#AD8BA0
(173,139,160)
#987A8D
(152,122,141)
#83697A
(131,105,122)
#6E5867
(110,88,103)
#594754
(89,71,84)
#443641
(68,54,65)
#2F252E
(47,37,46)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #ECBED9

#ECBED9
(236,190,217)
#EDC3DC
(237,195,220)
#EEC8DF
(238,200,223)
#EFCDE2
(239,205,226)
#F0D2E5
(240,210,229)
#F1D7E8
(241,215,232)
#F2DCEB
(242,220,235)
#F3E1EE
(243,225,238)
#F4E6F1
(244,230,241)
#F5EBF4
(245,235,244)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECBED9 color. Also use rgb(236,190,217) instead hex code.

Text Font Color

.myTextColor { color: #ECBED9; }

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

This text font color is #ECBED9.

Background Color

.myBgColor { background-color: #ECBED9; }

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

This div background color is #ECBED9.

Border color

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

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

This div border color is #ECBED9.

Opacity

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

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

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

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

This text has shadow with #ECBED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECBED9.

Preview

Color preview on black background

This text has color #ECBED9 on black background.


Color preview on white background

This text has color #ECBED9 on white background.


Black color preview on #ECBED9 background

This text has black color on #ECBED9 background.


White color preview on #ECBED9 background

This text has white color on #ECBED9 background.


Related colors

Complementary color

Complementary color for #hex is #134126.


I love getcolorcode.com

Triadic colors

1 #D9ECBE and #BED9EC with #ECBED9 are triadic colors.

2 #D9BEEC and #BEECD9 with #ECBED9 are triadic colors.