COLOR #EEB8EB

HEX: #EEB8EB RGB: (238,184,235)

Color info

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

RGB color model

#EEB8EB color RGB value is (238,184,235).

RGB: (238,184,235) (93%, 72%, 92%)

RGB channels and saturation

R 238 of 255 = 93%
G 184 of 255 = 72%
B 235 of 255 = 92%

238
184
235

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

Portions of RGB colors in percentages

R + G + B = 238 + 184 + 235 = 657 (100%)
R 238 of 657 ~ 36.23%
G 184 of 657 ~ 28.01%
B 235 of 657 ~ 35.77'%

%36.23
%28.01
%35.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 1.26%
  • key color value is 6.67%

CMYK: (0,23,1,7)
C0M23Y1K7 (0%, 23%, 1%, 7%)
(0.00 / 0.23 / 0.01 / 0.07)

CMYK percentages

%0
%22.69
%1.26
%6.67

Codes

Color #EEB8EB in popluar color models

EE B8 EB
RGB 238 184 235
HSL 303° 61.36% 82.75%
HSB/HSV 303° 22.69% 93.33%
CMYK 0.00% 22.69% 1.26%
6.67%

Color #EEB8EB in popluar number systems.

HEX EE B8 EB
Decimal 238 184 235
Binary 11101110 10111000 11101011
Octal 356 270 353

Shades and tints

Shades of #EEB8EB

#EEB8EB
(238,184,235)
#D9A8D6
(217,168,214)
#C498C1
(196,152,193)
#AF88AC
(175,136,172)
#9A7897
(154,120,151)
#856882
(133,104,130)
#70586D
(112,88,109)
#5B4858
(91,72,88)
#463843
(70,56,67)
#31282E
(49,40,46)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #EEB8EB

#EEB8EB
(238,184,235)
#EFBEEC
(239,190,236)
#F0C4ED
(240,196,237)
#F1CAEE
(241,202,238)
#F2D0EF
(242,208,239)
#F3D6F0
(243,214,240)
#F4DCF1
(244,220,241)
#F5E2F2
(245,226,242)
#F6E8F3
(246,232,243)
#F7EEF4
(247,238,244)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB8EB; }

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

This text font color is #EEB8EB.

Background Color

.myBgColor { background-color: #EEB8EB; }

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

This div background color is #EEB8EB.

Border color

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

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

This div border color is #EEB8EB.

Opacity

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

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

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

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

This text has shadow with #EEB8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB8EB.

Preview

Color preview on black background

This text has color #EEB8EB on black background.


Color preview on white background

This text has color #EEB8EB on white background.


Black color preview on #EEB8EB background

This text has black color on #EEB8EB background.


White color preview on #EEB8EB background

This text has white color on #EEB8EB background.


Related colors

Complementary color

Complementary color for #hex is #114714.


I love getcolorcode.com

Triadic colors

1 #EBEEB8 and #B8EBEE with #EEB8EB are triadic colors.

2 #EBB8EE and #B8EEEB with #EEB8EB are triadic colors.