COLOR #ECBEC9

HEX: #ECBEC9
RGB: (236,190,201)

Color info

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

RGB color model

#ECBEC9 color RGB value is (236,190,201).

  • red value is 236;
  • green value is 190;
  • blue value is 201.
RGB:
(236,190,201)
(93%,75%,79%)

RGB channels and saturation

R 236 of 255 = 93%
G 190 of 255 = 75%
B 201 of 255 = 79%

236
190
201

R + G + B ~ 82%. #ECBEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 190 + 201 = 627 (100%)
R 236 of 627 ~ 37.64%
G 190 of 627 ~ 30.3%
B 201 of 627 ~ 32.06%

%37.64
%30.3
%32.06

CMYK color model

#ECBEC9 color CMYK value is (0,19,15,7).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 14.83%
  • key color value is 7.45%
CMYK:
(0,19,15,7)
C0M19Y15K7 
(0%,19%,15%,7%)
(0.00/0.19/0.15/0.07)	

CMYK percentages

%0
%19.49
%14.83
%7.45

Codes

Color #ECBEC9 in popluar color models

ECBEC9
RGB236190201
HSL346°54.76%83.53%
HSB/HSV346°19.49%92.55%
CMYK0.00%19.49%14.83%
7.45%

Color #ECBEC9 in popluar number systems.

HEXECBEC9
Decimal236190201
Binary111011001011111011001001
Octal354276311

Shades and tints

Shades of #ECBEC9

#ECBEC9
(236,190,201)
#D7ADB7
(215,173,183)
#C29CA5
(194,156,165)
#AD8B93
(173,139,147)
#987A81
(152,122,129)
#83696F
(131,105,111)
#6E585D
(110,88,93)
#59474B
(89,71,75)
#443639
(68,54,57)
#2F2527
(47,37,39)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #ECBEC9

#ECBEC9
(236,190,201)
#EDC3CD
(237,195,205)
#EEC8D1
(238,200,209)
#EFCDD5
(239,205,213)
#F0D2D9
(240,210,217)
#F1D7DD
(241,215,221)
#F2DCE1
(242,220,225)
#F3E1E5
(243,225,229)
#F4E6E9
(244,230,233)
#F5EBED
(245,235,237)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECBEC9; }

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

This text font color is #ECBEC9.


Background Color

.myBgColor { background-color: #ECBEC9; }

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

This div background color is #ECBEC9.


Border color

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

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

This div border color is #ECBEC9.


Opacity

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

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

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

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

This text has shadow with #ECBEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECBEC9 on black background.


Color preview on white background

This text has color #ECBEC9 on white background.



Black color preview on #ECBEC9 background

This text has black color on #ECBEC9 background.


White color preview on #ECBEC9 background

This text has white color on #ECBEC9 background.