COLOR #EBB3C3

HEX: #EBB3C3 RGB: (235,179,195)

Color info

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

RGB color model

#EBB3C3 color RGB value is (235,179,195).

RGB: (235,179,195) (92%, 70%, 76%)

RGB channels and saturation

R 235 of 255 = 92%
G 179 of 255 = 70%
B 195 of 255 = 76%

235
179
195

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

Portions of RGB colors in percentages

R + G + B = 235 + 179 + 195 = 609 (100%)
R 235 of 609 ~ 38.59%
G 179 of 609 ~ 29.39%
B 195 of 609 ~ 32.02'%

%38.59
%29.39
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.83%
  • yellow value is 17.02%
  • 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
%17.02
%7.84

Codes

Color #EBB3C3 in popluar color models

EB B3 C3
RGB 235 179 195
HSL 343° 58.33% 81.18%
HSB/HSV 343° 23.83% 92.16%
CMYK 0.00% 23.83% 17.02%
7.84%

Color #EBB3C3 in popluar number systems.

HEX EB B3 C3
Decimal 235 179 195
Binary 11101011 10110011 11000011
Octal 353 263 303

Shades and tints

Shades of #EBB3C3

#EBB3C3
(235,179,195)
#D6A3B2
(214,163,178)
#C193A1
(193,147,161)
#AC8390
(172,131,144)
#97737F
(151,115,127)
#82636E
(130,99,110)
#6D535D
(109,83,93)
#58434C
(88,67,76)
#43333B
(67,51,59)
#2E232A
(46,35,42)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #EBB3C3

#EBB3C3
(235,179,195)
#ECB9C8
(236,185,200)
#EDBFCD
(237,191,205)
#EEC5D2
(238,197,210)
#EFCBD7
(239,203,215)
#F0D1DC
(240,209,220)
#F1D7E1
(241,215,225)
#F2DDE6
(242,221,230)
#F3E3EB
(243,227,235)
#F4E9F0
(244,233,240)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB3C3; }

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

This text font color is #EBB3C3.

Background Color

.myBgColor { background-color: #EBB3C3; }

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

This div background color is #EBB3C3.

Border color

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

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

This div border color is #EBB3C3.

Opacity

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

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

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

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

This text has shadow with #EBB3C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB3C3.

Preview

Color preview on black background

This text has color #EBB3C3 on black background.


Color preview on white background

This text has color #EBB3C3 on white background.


Black color preview on #EBB3C3 background

This text has black color on #EBB3C3 background.


White color preview on #EBB3C3 background

This text has white color on #EBB3C3 background.


Related colors

Complementary color

Complementary color for #hex is #144C3C.


I love getcolorcode.com

Triadic colors

1 #C3EBB3 and #B3C3EB with #EBB3C3 are triadic colors.

2 #C3B3EB and #B3EBC3 with #EBB3C3 are triadic colors.