COLOR #ECBEC8

HEX: #ECBEC8 RGB: (236,190,200)

Color info

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

RGB color model

#ECBEC8 color RGB value is (236,190,200).

RGB: (236,190,200) (93%, 75%, 78%)

RGB channels and saturation

R 236 of 255 = 93%
G 190 of 255 = 75%
B 200 of 255 = 78%

236
190
200

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

Portions of RGB colors in percentages

R + G + B = 236 + 190 + 200 = 626 (100%)
R 236 of 626 ~ 37.7%
G 190 of 626 ~ 30.35%
B 200 of 626 ~ 31.95'%

%37.7
%30.35
%31.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 15.25%
  • 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
%15.25
%7.45

Codes

Color #ECBEC8 in popluar color models

EC BE C8
RGB 236 190 200
HSL 347° 54.76% 83.53%
HSB/HSV 347° 19.49% 92.55%
CMYK 0.00% 19.49% 15.25%
7.45%

Color #ECBEC8 in popluar number systems.

HEX EC BE C8
Decimal 236 190 200
Binary 11101100 10111110 11001000
Octal 354 276 310

Shades and tints

Shades of #ECBEC8

#ECBEC8
(236,190,200)
#D7ADB6
(215,173,182)
#C29CA4
(194,156,164)
#AD8B92
(173,139,146)
#987A80
(152,122,128)
#83696E
(131,105,110)
#6E585C
(110,88,92)
#59474A
(89,71,74)
#443638
(68,54,56)
#2F2526
(47,37,38)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #ECBEC8

#ECBEC8
(236,190,200)
#EDC3CD
(237,195,205)
#EEC8D2
(238,200,210)
#EFCDD7
(239,205,215)
#F0D2DC
(240,210,220)
#F1D7E1
(241,215,225)
#F2DCE6
(242,220,230)
#F3E1EB
(243,225,235)
#F4E6F0
(244,230,240)
#F5EBF5
(245,235,245)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECBEC8; }

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

This text font color is #ECBEC8.

Background Color

.myBgColor { background-color: #ECBEC8; }

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

This div background color is #ECBEC8.

Border color

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

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

This div border color is #ECBEC8.

Opacity

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

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

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

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

This text has shadow with #ECBEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECBEC8.

Preview

Color preview on black background

This text has color #ECBEC8 on black background.


Color preview on white background

This text has color #ECBEC8 on white background.


Black color preview on #ECBEC8 background

This text has black color on #ECBEC8 background.


White color preview on #ECBEC8 background

This text has white color on #ECBEC8 background.


Related colors

Complementary color

Complementary color for #hex is #134137.


I love getcolorcode.com

Triadic colors

1 #C8ECBE and #BEC8EC with #ECBEC8 are triadic colors.

2 #C8BEEC and #BEECC8 with #ECBEC8 are triadic colors.