COLOR #EBBEE6

HEX: #EBBEE6 RGB: (235,190,230)

Color info

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

RGB color model

#EBBEE6 color RGB value is (235,190,230).

RGB: (235,190,230) (92%, 75%, 90%)

RGB channels and saturation

R 235 of 255 = 92%
G 190 of 255 = 75%
B 230 of 255 = 90%

235
190
230

R + G + B ~ 86%. #EBBEE6 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 190 + 230 = 655 (100%)
R 235 of 655 ~ 35.88%
G 190 of 655 ~ 29.01%
B 230 of 655 ~ 35.11'%

%35.88
%29.01
%35.11

CMYK color model

#EBBEE6 color CMYK value is (0,19,2,8).

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 2.13%
  • key color value is 7.84%

CMYK: (0,19,2,8)
C0M19Y2K8 (0%, 19%, 2%, 8%)
(0.00 / 0.19 / 0.02 / 0.08)

CMYK percentages

%0
%19.15
%2.13
%7.84

Codes

Color #EBBEE6 in popluar color models

EB BE E6
RGB 235 190 230
HSL 307° 52.94% 83.33%
HSB/HSV 307° 19.15% 92.16%
CMYK 0.00% 19.15% 2.13%
7.84%

Color #EBBEE6 in popluar number systems.

HEX EB BE E6
Decimal 235 190 230
Binary 11101011 10111110 11100110
Octal 353 276 346

Shades and tints

Shades of #EBBEE6

#EBBEE6
(235,190,230)
#D6ADD2
(214,173,210)
#C19CBE
(193,156,190)
#AC8BAA
(172,139,170)
#977A96
(151,122,150)
#826982
(130,105,130)
#6D586E
(109,88,110)
#58475A
(88,71,90)
#433646
(67,54,70)
#2E2532
(46,37,50)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #EBBEE6

#EBBEE6
(235,190,230)
#ECC3E8
(236,195,232)
#EDC8EA
(237,200,234)
#EECDEC
(238,205,236)
#EFD2EE
(239,210,238)
#F0D7F0
(240,215,240)
#F1DCF2
(241,220,242)
#F2E1F4
(242,225,244)
#F3E6F6
(243,230,246)
#F4EBF8
(244,235,248)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBEE6; }

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

This text font color is #EBBEE6.

Background Color

.myBgColor { background-color: #EBBEE6; }

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

This div background color is #EBBEE6.

Border color

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

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

This div border color is #EBBEE6.

Opacity

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

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

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

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

This text has shadow with #EBBEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBEE6.

Preview

Color preview on black background

This text has color #EBBEE6 on black background.


Color preview on white background

This text has color #EBBEE6 on white background.


Black color preview on #EBBEE6 background

This text has black color on #EBBEE6 background.


White color preview on #EBBEE6 background

This text has white color on #EBBEE6 background.


Related colors

Complementary color

Complementary color for #hex is #144119.


I love getcolorcode.com

Triadic colors

1 #E6EBBE and #BEE6EB with #EBBEE6 are triadic colors.

2 #E6BEEB and #BEEBE6 with #EBBEE6 are triadic colors.