COLOR #EBB6EC

HEX: #EBB6EC RGB: (235,182,236)

Color info

#EBB6EC contains red, green and blue colors in about the same proportion. Web safe color of #EBB6EC is #FFCCFF (or #FCF).

RGB color model

#EBB6EC color RGB value is (235,182,236).

RGB: (235,182,236) (92%, 71%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 182 of 255 = 71%
B 236 of 255 = 93%

235
182
236

R + G + B ~ 85%. #EBB6EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 182 + 236 = 653 (100%)
R 235 of 653 ~ 35.99%
G 182 of 653 ~ 27.87%
B 236 of 653 ~ 36.14'%

%35.99
%27.87
%36.14

CMYK color model

#EBB6EC color CMYK value is (0,23,0,7).

  • cyan value is 0.42%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (0,23,0,7)
C0M23Y0K7 (0%, 23%, 0%, 7%)
(0.00 / 0.23 / 0.00 / 0.07)

CMYK percentages

%0.42
%22.88
%0
%7.45

Codes

Color #EBB6EC in popluar color models

EB B6 EC
RGB 235 182 236
HSL 299° 58.70% 81.96%
HSB/HSV 299° 22.88% 92.55%
CMYK 0.42% 22.88% 0.00%
7.45%

Color #EBB6EC in popluar number systems.

HEX EB B6 EC
Decimal 235 182 236
Binary 11101011 10110110 11101100
Octal 353 266 354

Shades and tints

Shades of #EBB6EC

#EBB6EC
(235,182,236)
#D6A6D7
(214,166,215)
#C196C2
(193,150,194)
#AC86AD
(172,134,173)
#977698
(151,118,152)
#826683
(130,102,131)
#6D566E
(109,86,110)
#584659
(88,70,89)
#433644
(67,54,68)
#2E262F
(46,38,47)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #EBB6EC

#EBB6EC
(235,182,236)
#ECBCED
(236,188,237)
#EDC2EE
(237,194,238)
#EEC8EF
(238,200,239)
#EFCEF0
(239,206,240)
#F0D4F1
(240,212,241)
#F1DAF2
(241,218,242)
#F2E0F3
(242,224,243)
#F3E6F4
(243,230,244)
#F4ECF5
(244,236,245)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB6EC color. Also use rgb(235,182,236) instead hex code.

Text Font Color

.myTextColor { color: #EBB6EC; }

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

This text font color is #EBB6EC.

Background Color

.myBgColor { background-color: #EBB6EC; }

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

This div background color is #EBB6EC.

Border color

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

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

This div border color is #EBB6EC.

Opacity

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

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

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

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

This text has shadow with #EBB6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB6EC.

Preview

Color preview on black background

This text has color #EBB6EC on black background.


Color preview on white background

This text has color #EBB6EC on white background.


Black color preview on #EBB6EC background

This text has black color on #EBB6EC background.


White color preview on #EBB6EC background

This text has white color on #EBB6EC background.


Related colors

Complementary color

Complementary color for #hex is #144913.


I love getcolorcode.com

Triadic colors

1 #ECEBB6 and #B6ECEB with #EBB6EC are triadic colors.

2 #ECB6EB and #B6EBEC with #EBB6EC are triadic colors.