COLOR #EBB3C4

HEX: #EBB3C4
RGB: (235,179,196)

Color info

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

RGB color model

#EBB3C4 color RGB value is (235,179,196).

  • red value is 235;
  • green value is 179;
  • blue value is 196.
RGB:
(235,179,196)
(92%,70%,77%)

RGB channels and saturation

R 235 of 255 = 92%
G 179 of 255 = 70%
B 196 of 255 = 77%

235
179
196

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

Portions of RGB colors in percentages

R + G + B =
235 + 179 + 196 = 610 (100%)
R 235 of 610 ~ 38.52%
G 179 of 610 ~ 29.34%
B 196 of 610 ~ 32.13%

%38.52
%29.34
%32.13

CMYK color model

#EBB3C4 color CMYK value is (0,24,17,8).

  • cyan value is 0.00%
  • magenta value is 23.83%
  • yellow value is 16.60%
  • key color value is 7.84%
CMYK:
(0,24,17,8)
C0M24Y17K8 
(0%,24%,17%,8%)
(0.00/0.24/0.17/0.08)	

CMYK percentages

%0
%23.83
%16.6
%7.84

Codes

Color #EBB3C4 in popluar color models

EBB3C4
RGB235179196
HSL342°58.33%81.18%
HSB/HSV342°23.83%92.16%
CMYK0.00%23.83%16.60%
7.84%

Color #EBB3C4 in popluar number systems.

HEXEBB3C4
Decimal235179196
Binary111010111011001111000100
Octal353263304

Shades and tints

Shades of #EBB3C4

#EBB3C4
(235,179,196)
#D6A3B3
(214,163,179)
#C193A2
(193,147,162)
#AC8391
(172,131,145)
#977380
(151,115,128)
#82636F
(130,99,111)
#6D535E
(109,83,94)
#58434D
(88,67,77)
#43333C
(67,51,60)
#2E232B
(46,35,43)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #EBB3C4

#EBB3C4
(235,179,196)
#ECB9C9
(236,185,201)
#EDBFCE
(237,191,206)
#EEC5D3
(238,197,211)
#EFCBD8
(239,203,216)
#F0D1DD
(240,209,221)
#F1D7E2
(241,215,226)
#F2DDE7
(242,221,231)
#F3E3EC
(243,227,236)
#F4E9F1
(244,233,241)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB3C4 color. Also use rgb(235,179,196) instead hex code.

Text Font Color

.myTextColor { color: #EBB3C4; }

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

This text font color is #EBB3C4.


Background Color

.myBgColor { background-color: #EBB3C4; }

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

This div background color is #EBB3C4.


Border color

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

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

This div border color is #EBB3C4.


Opacity

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

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

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

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

This text has shadow with #EBB3C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB3C4 on black background.


Color preview on white background

This text has color #EBB3C4 on white background.



Black color preview on #EBB3C4 background

This text has black color on #EBB3C4 background.


White color preview on #EBB3C4 background

This text has white color on #EBB3C4 background.