COLOR #ECB7BD

HEX: #ECB7BD RGB: (236,183,189)

Color info

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

RGB color model

#ECB7BD color RGB value is (236,183,189).

RGB: (236,183,189) (93%, 72%, 74%)

RGB channels and saturation

R 236 of 255 = 93%
G 183 of 255 = 72%
B 189 of 255 = 74%

236
183
189

R + G + B ~ 80%. #ECB7BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 183 + 189 = 608 (100%)
R 236 of 608 ~ 38.82%
G 183 of 608 ~ 30.1%
B 189 of 608 ~ 31.09'%

%38.82
%30.1
%31.09

CMYK color model

#ECB7BD color CMYK value is (0,22,20,7).

  • cyan value is 0.00%
  • magenta value is 22.46%
  • yellow value is 19.92%
  • key color value is 7.45%

CMYK: (0,22,20,7)
C0M22Y20K7 (0%, 22%, 20%, 7%)
(0.00 / 0.22 / 0.20 / 0.07)

CMYK percentages

%0
%22.46
%19.92
%7.45

Codes

Color #ECB7BD in popluar color models

EC B7 BD
RGB 236 183 189
HSL 353° 58.24% 82.16%
HSB/HSV 353° 22.46% 92.55%
CMYK 0.00% 22.46% 19.92%
7.45%

Color #ECB7BD in popluar number systems.

HEX EC B7 BD
Decimal 236 183 189
Binary 11101100 10110111 10111101
Octal 354 267 275

Shades and tints

Shades of #ECB7BD

#ECB7BD
(236,183,189)
#D7A7AC
(215,167,172)
#C2979B
(194,151,155)
#AD878A
(173,135,138)
#987779
(152,119,121)
#836768
(131,103,104)
#6E5757
(110,87,87)
#594746
(89,71,70)
#443735
(68,55,53)
#2F2724
(47,39,36)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #ECB7BD

#ECB7BD
(236,183,189)
#EDBDC3
(237,189,195)
#EEC3C9
(238,195,201)
#EFC9CF
(239,201,207)
#F0CFD5
(240,207,213)
#F1D5DB
(241,213,219)
#F2DBE1
(242,219,225)
#F3E1E7
(243,225,231)
#F4E7ED
(244,231,237)
#F5EDF3
(245,237,243)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB7BD color. Also use rgb(236,183,189) instead hex code.

Text Font Color

.myTextColor { color: #ECB7BD; }

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

This text font color is #ECB7BD.

Background Color

.myBgColor { background-color: #ECB7BD; }

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

This div background color is #ECB7BD.

Border color

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

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

This div border color is #ECB7BD.

Opacity

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

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

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

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

This text has shadow with #ECB7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB7BD.

Preview

Color preview on black background

This text has color #ECB7BD on black background.


Color preview on white background

This text has color #ECB7BD on white background.


Black color preview on #ECB7BD background

This text has black color on #ECB7BD background.


White color preview on #ECB7BD background

This text has white color on #ECB7BD background.


Related colors

Complementary color

Complementary color for #hex is #134842.


I love getcolorcode.com

Triadic colors

1 #BDECB7 and #B7BDEC with #ECB7BD are triadic colors.

2 #BDB7EC and #B7ECBD with #ECB7BD are triadic colors.