COLOR #EBB6E6

HEX: #EBB6E6 RGB: (235,182,230)

Color info

#EBB6E6 contains red, green and blue colors in about the same proportion. Web safe color of #EBB6E6 is #FFCCCC (or #FCC).

RGB color model

#EBB6E6 color RGB value is (235,182,230).

RGB: (235,182,230) (92%, 71%, 90%)

RGB channels and saturation

R 235 of 255 = 92%
G 182 of 255 = 71%
B 230 of 255 = 90%

235
182
230

R + G + B ~ 84%. #EBB6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 182 + 230 = 647 (100%)
R 235 of 647 ~ 36.32%
G 182 of 647 ~ 28.13%
B 230 of 647 ~ 35.55'%

%36.32
%28.13
%35.55

CMYK color model

#EBB6E6 color CMYK value is (0,23,2,8).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 2.13%
  • key color value is 7.84%
CMYK: (0,23,2,8) C0M23Y2K8 (0%,23%,2%,8%) (0.00/0.23/0.02/0.08) 

CMYK percentages

%0
%22.55
%2.13
%7.84

Codes

Color #EBB6E6 in popluar color models

EB B6 E6
RGB 235 182 230
HSL 306° 56.99% 81.76%
HSB/HSV 306° 22.55% 92.16%
CMYK 0.00% 22.55% 2.13%
7.84%

Color #EBB6E6 in popluar number systems.

HEX EB B6 E6
Decimal 235 182 230
Binary 11101011 10110110 11100110
Octal 353 266 346

Shades and tints

Shades of #EBB6E6

#EBB6E6
(235,182,230)
#D6A6D2
(214,166,210)
#C196BE
(193,150,190)
#AC86AA
(172,134,170)
#977696
(151,118,150)
#826682
(130,102,130)
#6D566E
(109,86,110)
#58465A
(88,70,90)
#433646
(67,54,70)
#2E2632
(46,38,50)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #EBB6E6

#EBB6E6
(235,182,230)
#ECBCE8
(236,188,232)
#EDC2EA
(237,194,234)
#EEC8EC
(238,200,236)
#EFCEEE
(239,206,238)
#F0D4F0
(240,212,240)
#F1DAF2
(241,218,242)
#F2E0F4
(242,224,244)
#F3E6F6
(243,230,246)
#F4ECF8
(244,236,248)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB6E6; }

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

This text font color is #EBB6E6.

Background Color

.myBgColor { background-color: #EBB6E6; }

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

This div background color is #EBB6E6.

Border color

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

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

This div border color is #EBB6E6.

Opacity

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

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

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

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

This text has shadow with #EBB6E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB6E6.

Preview

Color preview on black background

This text has color #EBB6E6 on black background.


Color preview on white background

This text has color #EBB6E6 on white background.


Black color preview on #EBB6E6 background

This text has black color on #EBB6E6 background.


White color preview on #EBB6E6 background

This text has white color on #EBB6E6 background.


Related colors

Complementary color

Complementary color for #hex is #144919.


I love getcolorcode.com

Triadic colors

1 #E6EBB6 and #B6E6EB with #EBB6E6 are triadic colors.

2 #E6B6EB and #B6EBE6 with #EBB6E6 are triadic colors.