COLOR #EEB7C4

HEX: #EEB7C4
RGB: (238,183,196)

Color info

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

RGB color model

#EEB7C4 color RGB value is (238,183,196).

  • red value is 238;
  • green value is 183;
  • blue value is 196.
RGB:
(238,183,196)
(93%,72%,77%)

RGB channels and saturation

R 238 of 255 = 93%
G 183 of 255 = 72%
B 196 of 255 = 77%

238
183
196

R + G + B ~ 81%. #EEB7C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 183 + 196 = 617 (100%)
R 238 of 617 ~ 38.57%
G 183 of 617 ~ 29.66%
B 196 of 617 ~ 31.77%

%38.57
%29.66
%31.77

CMYK color model

#EEB7C4 color CMYK value is (0,23,18,7).

  • cyan value is 0.00%
  • magenta value is 23.11%
  • yellow value is 17.65%
  • key color value is 6.67%
CMYK:
(0,23,18,7)
C0M23Y18K7 
(0%,23%,18%,7%)
(0.00/0.23/0.18/0.07)	

CMYK percentages

%0
%23.11
%17.65
%6.67

Codes

Color #EEB7C4 in popluar color models

EEB7C4
RGB238183196
HSL346°61.80%82.55%
HSB/HSV346°23.11%93.33%
CMYK0.00%23.11%17.65%
6.67%

Color #EEB7C4 in popluar number systems.

HEXEEB7C4
Decimal238183196
Binary111011101011011111000100
Octal356267304

Shades and tints

Shades of #EEB7C4

#EEB7C4
(238,183,196)
#D9A7B3
(217,167,179)
#C497A2
(196,151,162)
#AF8791
(175,135,145)
#9A7780
(154,119,128)
#85676F
(133,103,111)
#70575E
(112,87,94)
#5B474D
(91,71,77)
#46373C
(70,55,60)
#31272B
(49,39,43)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #EEB7C4

#EEB7C4
(238,183,196)
#EFBDC9
(239,189,201)
#F0C3CE
(240,195,206)
#F1C9D3
(241,201,211)
#F2CFD8
(242,207,216)
#F3D5DD
(243,213,221)
#F4DBE2
(244,219,226)
#F5E1E7
(245,225,231)
#F6E7EC
(246,231,236)
#F7EDF1
(247,237,241)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB7C4 color. Also use rgb(238,183,196) instead hex code.

Text Font Color

.myTextColor { color: #EEB7C4; }

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

This text font color is #EEB7C4.


Background Color

.myBgColor { background-color: #EEB7C4; }

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

This div background color is #EEB7C4.


Border color

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

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

This div border color is #EEB7C4.


Opacity

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

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

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

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

This text has shadow with #EEB7C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB7C4 on black background.


Color preview on white background

This text has color #EEB7C4 on white background.



Black color preview on #EEB7C4 background

This text has black color on #EEB7C4 background.


White color preview on #EEB7C4 background

This text has white color on #EEB7C4 background.