COLOR #E6BBBE

HEX: #E6BBBE
RGB: (230,187,190)

Color info

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

RGB color model

#E6BBBE color RGB value is (230,187,190).

  • red value is 230;
  • green value is 187;
  • blue value is 190.
RGB:
(230,187,190)
(90%,73%,75%)

RGB channels and saturation

R 230 of 255 = 90%
G 187 of 255 = 73%
B 190 of 255 = 75%

230
187
190

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

Portions of RGB colors in percentages

R + G + B =
230 + 187 + 190 = 607 (100%)
R 230 of 607 ~ 37.89%
G 187 of 607 ~ 30.81%
B 190 of 607 ~ 31.3%

%37.89
%30.81
%31.3

CMYK color model

#E6BBBE color CMYK value is (0,19,17,10).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 17.39%
  • key color value is 9.80%
CMYK:
(0,19,17,10)
C0M19Y17K10 
(0%,19%,17%,10%)
(0.00/0.19/0.17/0.10)	

CMYK percentages

%0
%18.7
%17.39
%9.8

Codes

Color #E6BBBE in popluar color models

E6BBBE
RGB230187190
HSL356°46.24%81.76%
HSB/HSV356°18.70%90.20%
CMYK0.00%18.70%17.39%
9.80%

Color #E6BBBE in popluar number systems.

HEXE6BBBE
Decimal230187190
Binary111001101011101110111110
Octal346273276

Shades and tints

Shades of #E6BBBE

#E6BBBE
(230,187,190)
#D2AAAD
(210,170,173)
#BE999C
(190,153,156)
#AA888B
(170,136,139)
#96777A
(150,119,122)
#826669
(130,102,105)
#6E5558
(110,85,88)
#5A4447
(90,68,71)
#463336
(70,51,54)
#322225
(50,34,37)
#1E1114
(30,17,20)
#000000
(0,0,0)

Tints of #E6BBBE

#E6BBBE
(230,187,190)
#E8C1C3
(232,193,195)
#EAC7C8
(234,199,200)
#ECCDCD
(236,205,205)
#EED3D2
(238,211,210)
#F0D9D7
(240,217,215)
#F2DFDC
(242,223,220)
#F4E5E1
(244,229,225)
#F6EBE6
(246,235,230)
#F8F1EB
(248,241,235)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BBBE color. Also use rgb(230,187,190) instead hex code.

Text Font Color

.myTextColor { color: #E6BBBE; }

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

This text font color is #E6BBBE.


Background Color

.myBgColor { background-color: #E6BBBE; }

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

This div background color is #E6BBBE.


Border color

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

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

This div border color is #E6BBBE.


Opacity

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

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

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

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

This text has shadow with #E6BBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BBBE on black background.


Color preview on white background

This text has color #E6BBBE on white background.



Black color preview on #E6BBBE background

This text has black color on #E6BBBE background.


White color preview on #E6BBBE background

This text has white color on #E6BBBE background.