COLOR #ECB0B5

HEX: #ECB0B5 RGB: (236,176,181)

Color info

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

RGB color model

#ECB0B5 color RGB value is (236,176,181).

RGB: (236,176,181) (93%, 69%, 71%)

RGB channels and saturation

R 236 of 255 = 93%
G 176 of 255 = 69%
B 181 of 255 = 71%

236
176
181

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

Portions of RGB colors in percentages

R + G + B = 236 + 176 + 181 = 593 (100%)
R 236 of 593 ~ 39.8%
G 176 of 593 ~ 29.68%
B 181 of 593 ~ 30.52'%

%39.8
%29.68
%30.52

CMYK color model

#ECB0B5 color CMYK value is (0,25,23,7).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 23.31%
  • key color value is 7.45%
CMYK: (0,25,23,7) C0M25Y23K7 (0%,25%,23%,7%) (0.00/0.25/0.23/0.07) 

CMYK percentages

%0
%25.42
%23.31
%7.45

Codes

Color #ECB0B5 in popluar color models

EC B0 B5
RGB 236 176 181
HSL 355° 61.22% 80.78%
HSB/HSV 355° 25.42% 92.55%
CMYK 0.00% 25.42% 23.31%
7.45%

Color #ECB0B5 in popluar number systems.

HEX EC B0 B5
Decimal 236 176 181
Binary 11101100 10110000 10110101
Octal 354 260 265

Shades and tints

Shades of #ECB0B5

#ECB0B5
(236,176,181)
#D7A0A5
(215,160,165)
#C29095
(194,144,149)
#AD8085
(173,128,133)
#987075
(152,112,117)
#836065
(131,96,101)
#6E5055
(110,80,85)
#594045
(89,64,69)
#443035
(68,48,53)
#2F2025
(47,32,37)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #ECB0B5

#ECB0B5
(236,176,181)
#EDB7BB
(237,183,187)
#EEBEC1
(238,190,193)
#EFC5C7
(239,197,199)
#F0CCCD
(240,204,205)
#F1D3D3
(241,211,211)
#F2DAD9
(242,218,217)
#F3E1DF
(243,225,223)
#F4E8E5
(244,232,229)
#F5EFEB
(245,239,235)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB0B5 color. Also use rgb(236,176,181) instead hex code.

Text Font Color

.myTextColor { color: #ECB0B5; }

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

This text font color is #ECB0B5.

Background Color

.myBgColor { background-color: #ECB0B5; }

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

This div background color is #ECB0B5.

Border color

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

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

This div border color is #ECB0B5.

Opacity

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

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

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

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

This text has shadow with #ECB0B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB0B5.

Preview

Color preview on black background

This text has color #ECB0B5 on black background.


Color preview on white background

This text has color #ECB0B5 on white background.


Black color preview on #ECB0B5 background

This text has black color on #ECB0B5 background.


White color preview on #ECB0B5 background

This text has white color on #ECB0B5 background.


Related colors

Complementary color

Complementary color for #hex is #134F4A.


I love getcolorcode.com

Triadic colors

1 #B5ECB0 and #B0B5EC with #ECB0B5 are triadic colors.

2 #B5B0EC and #B0ECB5 with #ECB0B5 are triadic colors.