COLOR #E6B6C4

HEX: #E6B6C4
RGB: (230,182,196)

Color info

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

RGB color model

#E6B6C4 color RGB value is (230,182,196).

  • red value is 230;
  • green value is 182;
  • blue value is 196.
RGB: (230,182,196) (90%,71%,77%)

RGB channels and saturation

R 230 of 255 = 90%
G 182 of 255 = 71%
B 196 of 255 = 77%

230
182
196

R + G + B ~ 79%. #E6B6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 182 + 196 = 608 (100%)
R 230 of 608 ~ 37.83%
G 182 of 608 ~ 29.93%
B 196 of 608 ~ 32.24%

%37.83
%29.93
%32.24

CMYK color model

#E6B6C4 color CMYK value is (0,21,15,10).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 14.78%
  • key color value is 9.80%
CMYK: (0,21,15,10) C0M21Y15K10 (0%,21%,15%,10%) (0.00/0.21/0.15/0.10)

CMYK percentages

%0
%20.87
%14.78
%9.8

Codes

Color #E6B6C4 in popluar color models

E6B6C4
RGB230182196
HSL343°48.98%80.78%
HSB/HSV343°20.87%90.20%
CMYK0.00%20.87%14.78%
9.80%

Color #E6B6C4 in popluar number systems.

HEXE6B6C4
Decimal230182196
Binary111001101011011011000100
Octal346266304

Shades and tints

Shades of #E6B6C4

#E6B6C4
(230,182,196)
#D2A6B3
(210,166,179)
#BE96A2
(190,150,162)
#AA8691
(170,134,145)
#967680
(150,118,128)
#82666F
(130,102,111)
#6E565E
(110,86,94)
#5A464D
(90,70,77)
#46363C
(70,54,60)
#32262B
(50,38,43)
#1E161A
(30,22,26)
#000000
(0,0,0)

Tints of #E6B6C4

#E6B6C4
(230,182,196)
#E8BCC9
(232,188,201)
#EAC2CE
(234,194,206)
#ECC8D3
(236,200,211)
#EECED8
(238,206,216)
#F0D4DD
(240,212,221)
#F2DAE2
(242,218,226)
#F4E0E7
(244,224,231)
#F6E6EC
(246,230,236)
#F8ECF1
(248,236,241)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B6C4 color. Also use rgb(230,182,196) instead hex code.

Text Font Color

.myTextColor { color: #E6B6C4; }

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

This text font color is #E6B6C4.


Background Color

.myBgColor { background-color: #E6B6C4; }

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

This div background color is #E6B6C4.


Border color

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

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

This div border color is #E6B6C4.


Opacity

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

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

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

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

This text has shadow with #E6B6C4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E6B6C4 on black background.


Color preview on white background

This text has color #E6B6C4 on white background.



Black color preview on #E6B6C4 background

This text has black color on #E6B6C4 background.


White color preview on #E6B6C4 background

This text has white color on #E6B6C4 background.