COLOR #EEB2C6

HEX: #EEB2C6 RGB: (238,178,198)

Color info

#EEB2C6 contains mainly red and blue colors. Web safe color of #EEB2C6 is #FF99CC (or #F9C).

RGB color model

#EEB2C6 color RGB value is (238,178,198).

RGB: (238,178,198) (93%, 70%, 78%)

RGB channels and saturation

R 238 of 255 = 93%
G 178 of 255 = 70%
B 198 of 255 = 78%

238
178
198

R + G + B ~ 80%. #EEB2C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 178 + 198 = 614 (100%)
R 238 of 614 ~ 38.76%
G 178 of 614 ~ 28.99%
B 198 of 614 ~ 32.25'%

%38.76
%28.99
%32.25

CMYK color model

#EEB2C6 color CMYK value is (0,25,17,7).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 16.81%
  • key color value is 6.67%

CMYK: (0,25,17,7)
C0M25Y17K7 (0%, 25%, 17%, 7%)
(0.00 / 0.25 / 0.17 / 0.07)

CMYK percentages

%0
%25.21
%16.81
%6.67

Codes

Color #EEB2C6 in popluar color models

EE B2 C6
RGB 238 178 198
HSL 340° 63.83% 81.57%
HSB/HSV 340° 25.21% 93.33%
CMYK 0.00% 25.21% 16.81%
6.67%

Color #EEB2C6 in popluar number systems.

HEX EE B2 C6
Decimal 238 178 198
Binary 11101110 10110010 11000110
Octal 356 262 306

Shades and tints

Shades of #EEB2C6

#EEB2C6
(238,178,198)
#D9A2B4
(217,162,180)
#C492A2
(196,146,162)
#AF8290
(175,130,144)
#9A727E
(154,114,126)
#85626C
(133,98,108)
#70525A
(112,82,90)
#5B4248
(91,66,72)
#463236
(70,50,54)
#312224
(49,34,36)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #EEB2C6

#EEB2C6
(238,178,198)
#EFB9CB
(239,185,203)
#F0C0D0
(240,192,208)
#F1C7D5
(241,199,213)
#F2CEDA
(242,206,218)
#F3D5DF
(243,213,223)
#F4DCE4
(244,220,228)
#F5E3E9
(245,227,233)
#F6EAEE
(246,234,238)
#F7F1F3
(247,241,243)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB2C6 color. Also use rgb(238,178,198) instead hex code.

Text Font Color

.myTextColor { color: #EEB2C6; }

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

This text font color is #EEB2C6.

Background Color

.myBgColor { background-color: #EEB2C6; }

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

This div background color is #EEB2C6.

Border color

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

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

This div border color is #EEB2C6.

Opacity

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

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

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

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

This text has shadow with #EEB2C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB2C6.

Preview

Color preview on black background

This text has color #EEB2C6 on black background.


Color preview on white background

This text has color #EEB2C6 on white background.


Black color preview on #EEB2C6 background

This text has black color on #EEB2C6 background.


White color preview on #EEB2C6 background

This text has white color on #EEB2C6 background.


Related colors

Complementary color

Complementary color for #hex is #114D39.


I love getcolorcode.com

Triadic colors

1 #C6EEB2 and #B2C6EE with #EEB2C6 are triadic colors.

2 #C6B2EE and #B2EEC6 with #EEB2C6 are triadic colors.