COLOR #EBB9E2

HEX: #EBB9E2 RGB: (235,185,226)

Color info

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

RGB color model

#EBB9E2 color RGB value is (235,185,226).

RGB: (235,185,226) (92%, 73%, 89%)

RGB channels and saturation

R 235 of 255 = 92%
G 185 of 255 = 73%
B 226 of 255 = 89%

235
185
226

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

Portions of RGB colors in percentages

R + G + B = 235 + 185 + 226 = 646 (100%)
R 235 of 646 ~ 36.38%
G 185 of 646 ~ 28.64%
B 226 of 646 ~ 34.98'%

%36.38
%28.64
%34.98

CMYK color model

#EBB9E2 color CMYK value is (0,21,4,8).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 3.83%
  • key color value is 7.84%

CMYK: (0,21,4,8)
C0M21Y4K8 (0%, 21%, 4%, 8%)
(0.00 / 0.21 / 0.04 / 0.08)

CMYK percentages

%0
%21.28
%3.83
%7.84

Codes

Color #EBB9E2 in popluar color models

EB B9 E2
RGB 235 185 226
HSL 311° 55.56% 82.35%
HSB/HSV 311° 21.28% 92.16%
CMYK 0.00% 21.28% 3.83%
7.84%

Color #EBB9E2 in popluar number systems.

HEX EB B9 E2
Decimal 235 185 226
Binary 11101011 10111001 11100010
Octal 353 271 342

Shades and tints

Shades of #EBB9E2

#EBB9E2
(235,185,226)
#D6A9CE
(214,169,206)
#C199BA
(193,153,186)
#AC89A6
(172,137,166)
#977992
(151,121,146)
#82697E
(130,105,126)
#6D596A
(109,89,106)
#584956
(88,73,86)
#433942
(67,57,66)
#2E292E
(46,41,46)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #EBB9E2

#EBB9E2
(235,185,226)
#ECBFE4
(236,191,228)
#EDC5E6
(237,197,230)
#EECBE8
(238,203,232)
#EFD1EA
(239,209,234)
#F0D7EC
(240,215,236)
#F1DDEE
(241,221,238)
#F2E3F0
(242,227,240)
#F3E9F2
(243,233,242)
#F4EFF4
(244,239,244)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB9E2 color. Also use rgb(235,185,226) instead hex code.

Text Font Color

.myTextColor { color: #EBB9E2; }

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

This text font color is #EBB9E2.

Background Color

.myBgColor { background-color: #EBB9E2; }

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

This div background color is #EBB9E2.

Border color

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

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

This div border color is #EBB9E2.

Opacity

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

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

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

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

This text has shadow with #EBB9E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB9E2.

Preview

Color preview on black background

This text has color #EBB9E2 on black background.


Color preview on white background

This text has color #EBB9E2 on white background.


Black color preview on #EBB9E2 background

This text has black color on #EBB9E2 background.


White color preview on #EBB9E2 background

This text has white color on #EBB9E2 background.


Related colors

Complementary color

Complementary color for #hex is #14461D.


I love getcolorcode.com

Triadic colors

1 #E2EBB9 and #B9E2EB with #EBB9E2 are triadic colors.

2 #E2B9EB and #B9EBE2 with #EBB9E2 are triadic colors.