COLOR #E6B4C9

HEX: #E6B4C9
RGB: (230,180,201)

Color info

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

RGB color model

#E6B4C9 color RGB value is (230,180,201).

  • red value is 230;
  • green value is 180;
  • blue value is 201.
RGB:
(230,180,201)
(90%,71%,79%)

RGB channels and saturation

R 230 of 255 = 90%
G 180 of 255 = 71%
B 201 of 255 = 79%

230
180
201

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

Portions of RGB colors in percentages

R + G + B =
230 + 180 + 201 = 611 (100%)
R 230 of 611 ~ 37.64%
G 180 of 611 ~ 29.46%
B 201 of 611 ~ 32.9%

%37.64
%29.46
%32.9

CMYK color model

#E6B4C9 color CMYK value is (0,22,13,10).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 12.61%
  • key color value is 9.80%
CMYK:
(0,22,13,10)
C0M22Y13K10 
(0%,22%,13%,10%)
(0.00/0.22/0.13/0.10)	

CMYK percentages

%0
%21.74
%12.61
%9.8

Codes

Color #E6B4C9 in popluar color models

E6B4C9
RGB230180201
HSL335°50.00%80.39%
HSB/HSV335°21.74%90.20%
CMYK0.00%21.74%12.61%
9.80%

Color #E6B4C9 in popluar number systems.

HEXE6B4C9
Decimal230180201
Binary111001101011010011001001
Octal346264311

Shades and tints

Shades of #E6B4C9

#E6B4C9
(230,180,201)
#D2A4B7
(210,164,183)
#BE94A5
(190,148,165)
#AA8493
(170,132,147)
#967481
(150,116,129)
#82646F
(130,100,111)
#6E545D
(110,84,93)
#5A444B
(90,68,75)
#463439
(70,52,57)
#322427
(50,36,39)
#1E1415
(30,20,21)
#000000
(0,0,0)

Tints of #E6B4C9

#E6B4C9
(230,180,201)
#E8BACD
(232,186,205)
#EAC0D1
(234,192,209)
#ECC6D5
(236,198,213)
#EECCD9
(238,204,217)
#F0D2DD
(240,210,221)
#F2D8E1
(242,216,225)
#F4DEE5
(244,222,229)
#F6E4E9
(246,228,233)
#F8EAED
(248,234,237)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B4C9 color. Also use rgb(230,180,201) instead hex code.

Text Font Color

.myTextColor { color: #E6B4C9; }

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

This text font color is #E6B4C9.


Background Color

.myBgColor { background-color: #E6B4C9; }

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

This div background color is #E6B4C9.


Border color

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

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

This div border color is #E6B4C9.


Opacity

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

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

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

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

This text has shadow with #E6B4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B4C9 on black background.


Color preview on white background

This text has color #E6B4C9 on white background.



Black color preview on #E6B4C9 background

This text has black color on #E6B4C9 background.


White color preview on #E6B4C9 background

This text has white color on #E6B4C9 background.