COLOR #EEB4EB

HEX: #EEB4EB
RGB: (238,180,235)

Color info

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

RGB color model

#EEB4EB color RGB value is (238,180,235).

  • red value is 238;
  • green value is 180;
  • blue value is 235.
RGB:
(238,180,235)
(93%,71%,92%)

RGB channels and saturation

R 238 of 255 = 93%
G 180 of 255 = 71%
B 235 of 255 = 92%

238
180
235

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

Portions of RGB colors in percentages

R + G + B =
238 + 180 + 235 = 653 (100%)
R 238 of 653 ~ 36.45%
G 180 of 653 ~ 27.57%
B 235 of 653 ~ 35.99%

%36.45
%27.57
%35.99

CMYK color model

#EEB4EB color CMYK value is (0,24,1,7).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 1.26%
  • key color value is 6.67%
CMYK:
(0,24,1,7)
C0M24Y1K7 
(0%,24%,1%,7%)
(0.00/0.24/0.01/0.07)	

CMYK percentages

%0
%24.37
%1.26
%6.67

Codes

Color #EEB4EB in popluar color models

EEB4EB
RGB238180235
HSL303°63.04%81.96%
HSB/HSV303°24.37%93.33%
CMYK0.00%24.37%1.26%
6.67%

Color #EEB4EB in popluar number systems.

HEXEEB4EB
Decimal238180235
Binary111011101011010011101011
Octal356264353

Shades and tints

Shades of #EEB4EB

#EEB4EB
(238,180,235)
#D9A4D6
(217,164,214)
#C494C1
(196,148,193)
#AF84AC
(175,132,172)
#9A7497
(154,116,151)
#856482
(133,100,130)
#70546D
(112,84,109)
#5B4458
(91,68,88)
#463443
(70,52,67)
#31242E
(49,36,46)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #EEB4EB

#EEB4EB
(238,180,235)
#EFBAEC
(239,186,236)
#F0C0ED
(240,192,237)
#F1C6EE
(241,198,238)
#F2CCEF
(242,204,239)
#F3D2F0
(243,210,240)
#F4D8F1
(244,216,241)
#F5DEF2
(245,222,242)
#F6E4F3
(246,228,243)
#F7EAF4
(247,234,244)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB4EB color. Also use rgb(238,180,235) instead hex code.

Text Font Color

.myTextColor { color: #EEB4EB; }

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

This text font color is #EEB4EB.


Background Color

.myBgColor { background-color: #EEB4EB; }

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

This div background color is #EEB4EB.


Border color

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

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

This div border color is #EEB4EB.


Opacity

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

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

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

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

This text has shadow with #EEB4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB4EB on black background.


Color preview on white background

This text has color #EEB4EB on white background.



Black color preview on #EEB4EB background

This text has black color on #EEB4EB background.


White color preview on #EEB4EB background

This text has white color on #EEB4EB background.