COLOR #EBADC4

HEX: #EBADC4
RGB: (235,173,196)

Color info

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

RGB color model

#EBADC4 color RGB value is (235,173,196).

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

RGB channels and saturation

R 235 of 255 = 92%
G 173 of 255 = 68%
B 196 of 255 = 77%

235
173
196

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

Portions of RGB colors in percentages

R + G + B =
235 + 173 + 196 = 604 (100%)
R 235 of 604 ~ 38.91%
G 173 of 604 ~ 28.64%
B 196 of 604 ~ 32.45%

%38.91
%28.64
%32.45

CMYK color model

#EBADC4 color CMYK value is (0,26,17,8).

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 16.60%
  • key color value is 7.84%
CMYK:
(0,26,17,8)
C0M26Y17K8 
(0%,26%,17%,8%)
(0.00/0.26/0.17/0.08)	

CMYK percentages

%0
%26.38
%16.6
%7.84

Codes

Color #EBADC4 in popluar color models

EBADC4
RGB235173196
HSL338°60.78%80.00%
HSB/HSV338°26.38%92.16%
CMYK0.00%26.38%16.60%
7.84%

Color #EBADC4 in popluar number systems.

HEXEBADC4
Decimal235173196
Binary111010111010110111000100
Octal353255304

Shades and tints

Shades of #EBADC4

#EBADC4
(235,173,196)
#D69EB3
(214,158,179)
#C18FA2
(193,143,162)
#AC8091
(172,128,145)
#977180
(151,113,128)
#82626F
(130,98,111)
#6D535E
(109,83,94)
#58444D
(88,68,77)
#43353C
(67,53,60)
#2E262B
(46,38,43)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #EBADC4

#EBADC4
(235,173,196)
#ECB4C9
(236,180,201)
#EDBBCE
(237,187,206)
#EEC2D3
(238,194,211)
#EFC9D8
(239,201,216)
#F0D0DD
(240,208,221)
#F1D7E2
(241,215,226)
#F2DEE7
(242,222,231)
#F3E5EC
(243,229,236)
#F4ECF1
(244,236,241)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBADC4; }

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

This text font color is #EBADC4.


Background Color

.myBgColor { background-color: #EBADC4; }

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

This div background color is #EBADC4.


Border color

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

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

This div border color is #EBADC4.


Opacity

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

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

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

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

This text has shadow with #EBADC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBADC4 on black background.


Color preview on white background

This text has color #EBADC4 on white background.



Black color preview on #EBADC4 background

This text has black color on #EBADC4 background.


White color preview on #EBADC4 background

This text has white color on #EBADC4 background.