COLOR #E3B8CF

HEX: #E3B8CF RGB: (227,184,207)

Color info

#E3B8CF contains red, green and blue colors in about the same proportion. Web safe color of #E3B8CF is #CCCCCC (or #CCC).

RGB color model

#E3B8CF color RGB value is (227,184,207).

RGB: (227,184,207) (89%, 72%, 81%)

RGB channels and saturation

R 227 of 255 = 89%
G 184 of 255 = 72%
B 207 of 255 = 81%

227
184
207

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

Portions of RGB colors in percentages

R + G + B = 227 + 184 + 207 = 618 (100%)
R 227 of 618 ~ 36.73%
G 184 of 618 ~ 29.77%
B 207 of 618 ~ 33.5'%

%36.73
%29.77
%33.5

CMYK color model

#E3B8CF color CMYK value is (0,19,9,11).

  • cyan value is 0.00%
  • magenta value is 18.94%
  • yellow value is 8.81%
  • key color value is 10.98%
CMYK: (0,19,9,11) C0M19Y9K11 (0%,19%,9%,11%) (0.00/0.19/0.09/0.11) 

CMYK percentages

%0
%18.94
%8.81
%10.98

Codes

Color #E3B8CF in popluar color models

E3 B8 CF
RGB 227 184 207
HSL 328° 43.43% 80.59%
HSB/HSV 328° 18.94% 89.02%
CMYK 0.00% 18.94% 8.81%
10.98%

Color #E3B8CF in popluar number systems.

HEX E3 B8 CF
Decimal 227 184 207
Binary 11100011 10111000 11001111
Octal 343 270 317

Shades and tints

Shades of #E3B8CF

#E3B8CF
(227,184,207)
#CFA8BD
(207,168,189)
#BB98AB
(187,152,171)
#A78899
(167,136,153)
#937887
(147,120,135)
#7F6875
(127,104,117)
#6B5863
(107,88,99)
#574851
(87,72,81)
#43383F
(67,56,63)
#2F282D
(47,40,45)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #E3B8CF

#E3B8CF
(227,184,207)
#E5BED3
(229,190,211)
#E7C4D7
(231,196,215)
#E9CADB
(233,202,219)
#EBD0DF
(235,208,223)
#EDD6E3
(237,214,227)
#EFDCE7
(239,220,231)
#F1E2EB
(241,226,235)
#F3E8EF
(243,232,239)
#F5EEF3
(245,238,243)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B8CF color. Also use rgb(227,184,207) instead hex code.

Text Font Color

.myTextColor { color: #E3B8CF; }

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

This text font color is #E3B8CF.

Background Color

.myBgColor { background-color: #E3B8CF; }

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

This div background color is #E3B8CF.

Border color

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

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

This div border color is #E3B8CF.

Opacity

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

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

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

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

This text has shadow with #E3B8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B8CF.

Preview

Color preview on black background

This text has color #E3B8CF on black background.


Color preview on white background

This text has color #E3B8CF on white background.


Black color preview on #E3B8CF background

This text has black color on #E3B8CF background.


White color preview on #E3B8CF background

This text has white color on #E3B8CF background.


Related colors

Complementary color

Complementary color for #hex is #1C4730.


I love getcolorcode.com

Triadic colors

1 #CFE3B8 and #B8CFE3 with #E3B8CF are triadic colors.

2 #CFB8E3 and #B8E3CF with #E3B8CF are triadic colors.