COLOR #ECB8CA

HEX: #ECB8CA RGB: (236,184,202)

Color info

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

RGB color model

#ECB8CA color RGB value is (236,184,202).

RGB: (236,184,202) (93%, 72%, 79%)

RGB channels and saturation

R 236 of 255 = 93%
G 184 of 255 = 72%
B 202 of 255 = 79%

236
184
202

R + G + B ~ 81%. #ECB8CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 184 + 202 = 622 (100%)
R 236 of 622 ~ 37.94%
G 184 of 622 ~ 29.58%
B 202 of 622 ~ 32.48'%

%37.94
%29.58
%32.48

CMYK color model

#ECB8CA color CMYK value is (0,22,14,7).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 14.41%
  • key color value is 7.45%

CMYK: (0,22,14,7)
C0M22Y14K7 (0%, 22%, 14%, 7%)
(0.00 / 0.22 / 0.14 / 0.07)

CMYK percentages

%0
%22.03
%14.41
%7.45

Codes

Color #ECB8CA in popluar color models

EC B8 CA
RGB 236 184 202
HSL 339° 57.78% 82.35%
HSB/HSV 339° 22.03% 92.55%
CMYK 0.00% 22.03% 14.41%
7.45%

Color #ECB8CA in popluar number systems.

HEX EC B8 CA
Decimal 236 184 202
Binary 11101100 10111000 11001010
Octal 354 270 312

Shades and tints

Shades of #ECB8CA

#ECB8CA
(236,184,202)
#D7A8B8
(215,168,184)
#C298A6
(194,152,166)
#AD8894
(173,136,148)
#987882
(152,120,130)
#836870
(131,104,112)
#6E585E
(110,88,94)
#59484C
(89,72,76)
#44383A
(68,56,58)
#2F2828
(47,40,40)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #ECB8CA

#ECB8CA
(236,184,202)
#EDBECE
(237,190,206)
#EEC4D2
(238,196,210)
#EFCAD6
(239,202,214)
#F0D0DA
(240,208,218)
#F1D6DE
(241,214,222)
#F2DCE2
(242,220,226)
#F3E2E6
(243,226,230)
#F4E8EA
(244,232,234)
#F5EEEE
(245,238,238)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB8CA color. Also use rgb(236,184,202) instead hex code.

Text Font Color

.myTextColor { color: #ECB8CA; }

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

This text font color is #ECB8CA.

Background Color

.myBgColor { background-color: #ECB8CA; }

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

This div background color is #ECB8CA.

Border color

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

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

This div border color is #ECB8CA.

Opacity

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

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

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

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

This text has shadow with #ECB8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB8CA.

Preview

Color preview on black background

This text has color #ECB8CA on black background.


Color preview on white background

This text has color #ECB8CA on white background.


Black color preview on #ECB8CA background

This text has black color on #ECB8CA background.


White color preview on #ECB8CA background

This text has white color on #ECB8CA background.


Related colors

Complementary color

Complementary color for #hex is #134735.


I love getcolorcode.com

Triadic colors

1 #CAECB8 and #B8CAEC with #ECB8CA are triadic colors.

2 #CAB8EC and #B8ECCA with #ECB8CA are triadic colors.