COLOR #EBB3C2

HEX: #EBB3C2 RGB: (235,179,194)

Color info

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

RGB color model

#EBB3C2 color RGB value is (235,179,194).

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

RGB channels and saturation

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

235
179
194

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

Portions of RGB colors in percentages

R + G + B = 235 + 179 + 194 = 608 (100%)
R 235 of 608 ~ 38.65%
G 179 of 608 ~ 29.44%
B 194 of 608 ~ 31.91'%

%38.65
%29.44
%31.91

CMYK color model

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

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

Codes

Color #EBB3C2 in popluar color models

EB B3 C2
RGB 235 179 194
HSL 344° 58.33% 81.18%
HSB/HSV 344° 23.83% 92.16%
CMYK 0.00% 23.83% 17.45%
7.84%

Color #EBB3C2 in popluar number systems.

HEX EB B3 C2
Decimal 235 179 194
Binary 11101011 10110011 11000010
Octal 353 263 302

Shades and tints

Shades of #EBB3C2

#EBB3C2
(235,179,194)
#D6A3B1
(214,163,177)
#C193A0
(193,147,160)
#AC838F
(172,131,143)
#97737E
(151,115,126)
#82636D
(130,99,109)
#6D535C
(109,83,92)
#58434B
(88,67,75)
#43333A
(67,51,58)
#2E2329
(46,35,41)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #EBB3C2

#EBB3C2
(235,179,194)
#ECB9C7
(236,185,199)
#EDBFCC
(237,191,204)
#EEC5D1
(238,197,209)
#EFCBD6
(239,203,214)
#F0D1DB
(240,209,219)
#F1D7E0
(241,215,224)
#F2DDE5
(242,221,229)
#F3E3EA
(243,227,234)
#F4E9EF
(244,233,239)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB3C2; }

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

This text font color is #EBB3C2.

Background Color

.myBgColor { background-color: #EBB3C2; }

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

This div background color is #EBB3C2.

Border color

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

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

This div border color is #EBB3C2.

Opacity

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

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

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

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

This text has shadow with #EBB3C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB3C2.

Preview

Color preview on black background

This text has color #EBB3C2 on black background.


Color preview on white background

This text has color #EBB3C2 on white background.


Black color preview on #EBB3C2 background

This text has black color on #EBB3C2 background.


White color preview on #EBB3C2 background

This text has white color on #EBB3C2 background.


Related colors

Complementary color

Complementary color for #hex is #144C3D.


I love getcolorcode.com

Triadic colors

1 #C2EBB3 and #B3C2EB with #EBB3C2 are triadic colors.

2 #C2B3EB and #B3EBC2 with #EBB3C2 are triadic colors.