COLOR #EBB1C1

HEX: #EBB1C1 RGB: (235,177,193)

Color info

#EBB1C1 contains red, green and blue colors in about the same proportion. Web safe color of #EBB1C1 is #FF99CC (or #F9C).

RGB color model

#EBB1C1 color RGB value is (235,177,193).

RGB: (235,177,193) (92%, 69%, 76%)

RGB channels and saturation

R 235 of 255 = 92%
G 177 of 255 = 69%
B 193 of 255 = 76%

235
177
193

R + G + B ~ 79%. #EBB1C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 177 + 193 = 605 (100%)
R 235 of 605 ~ 38.84%
G 177 of 605 ~ 29.26%
B 193 of 605 ~ 31.9'%

%38.84
%29.26
%31.9

CMYK color model

#EBB1C1 color CMYK value is (0,25,18,8).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 17.87%
  • key color value is 7.84%

CMYK: (0,25,18,8)
C0M25Y18K8 (0%, 25%, 18%, 8%)
(0.00 / 0.25 / 0.18 / 0.08)

CMYK percentages

%0
%24.68
%17.87
%7.84

Codes

Color #EBB1C1 in popluar color models

EB B1 C1
RGB 235 177 193
HSL 343° 59.18% 80.78%
HSB/HSV 343° 24.68% 92.16%
CMYK 0.00% 24.68% 17.87%
7.84%

Color #EBB1C1 in popluar number systems.

HEX EB B1 C1
Decimal 235 177 193
Binary 11101011 10110001 11000001
Octal 353 261 301

Shades and tints

Shades of #EBB1C1

#EBB1C1
(235,177,193)
#D6A1B0
(214,161,176)
#C1919F
(193,145,159)
#AC818E
(172,129,142)
#97717D
(151,113,125)
#82616C
(130,97,108)
#6D515B
(109,81,91)
#58414A
(88,65,74)
#433139
(67,49,57)
#2E2128
(46,33,40)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #EBB1C1

#EBB1C1
(235,177,193)
#ECB8C6
(236,184,198)
#EDBFCB
(237,191,203)
#EEC6D0
(238,198,208)
#EFCDD5
(239,205,213)
#F0D4DA
(240,212,218)
#F1DBDF
(241,219,223)
#F2E2E4
(242,226,228)
#F3E9E9
(243,233,233)
#F4F0EE
(244,240,238)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB1C1 color. Also use rgb(235,177,193) instead hex code.

Text Font Color

.myTextColor { color: #EBB1C1; }

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

This text font color is #EBB1C1.

Background Color

.myBgColor { background-color: #EBB1C1; }

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

This div background color is #EBB1C1.

Border color

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

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

This div border color is #EBB1C1.

Opacity

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

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

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

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

This text has shadow with #EBB1C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB1C1.

Preview

Color preview on black background

This text has color #EBB1C1 on black background.


Color preview on white background

This text has color #EBB1C1 on white background.


Black color preview on #EBB1C1 background

This text has black color on #EBB1C1 background.


White color preview on #EBB1C1 background

This text has white color on #EBB1C1 background.


Related colors

Complementary color

Complementary color for #hex is #144E3E.


I love getcolorcode.com

Triadic colors

1 #C1EBB1 and #B1C1EB with #EBB1C1 are triadic colors.

2 #C1B1EB and #B1EBC1 with #EBB1C1 are triadic colors.