COLOR #E6BFBC

HEX: #E6BFBC RGB: (230,191,188)

Color info

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

RGB color model

#E6BFBC color RGB value is (230,191,188).

RGB: (230,191,188) (90%, 75%, 74%)

RGB channels and saturation

R 230 of 255 = 90%
G 191 of 255 = 75%
B 188 of 255 = 74%

230
191
188

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

Portions of RGB colors in percentages

R + G + B = 230 + 191 + 188 = 609 (100%)
R 230 of 609 ~ 37.77%
G 191 of 609 ~ 31.36%
B 188 of 609 ~ 30.87'%

%37.77
%31.36
%30.87

CMYK color model

#E6BFBC color CMYK value is (0,17,18,10).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 18.26%
  • key color value is 9.80%

CMYK: (0,17,18,10)
C0M17Y18K10 (0%, 17%, 18%, 10%)
(0.00 / 0.17 / 0.18 / 0.10)

CMYK percentages

%0
%16.96
%18.26
%9.8

Codes

Color #E6BFBC in popluar color models

E6 BF BC
RGB 230 191 188
HSL 45.65% 81.96%
HSB/HSV 18.26% 90.20%
CMYK 0.00% 16.96% 18.26%
9.80%

Color #E6BFBC in popluar number systems.

HEX E6 BF BC
Decimal 230 191 188
Binary 11100110 10111111 10111100
Octal 346 277 274

Shades and tints

Shades of #E6BFBC

#E6BFBC
(230,191,188)
#D2AEAB
(210,174,171)
#BE9D9A
(190,157,154)
#AA8C89
(170,140,137)
#967B78
(150,123,120)
#826A67
(130,106,103)
#6E5956
(110,89,86)
#5A4845
(90,72,69)
#463734
(70,55,52)
#322623
(50,38,35)
#1E1512
(30,21,18)
#000000
(0,0,0)

Tints of #E6BFBC

#E6BFBC
(230,191,188)
#E8C4C2
(232,196,194)
#EAC9C8
(234,201,200)
#ECCECE
(236,206,206)
#EED3D4
(238,211,212)
#F0D8DA
(240,216,218)
#F2DDE0
(242,221,224)
#F4E2E6
(244,226,230)
#F6E7EC
(246,231,236)
#F8ECF2
(248,236,242)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BFBC color. Also use rgb(230,191,188) instead hex code.

Text Font Color

.myTextColor { color: #E6BFBC; }

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

This text font color is #E6BFBC.

Background Color

.myBgColor { background-color: #E6BFBC; }

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

This div background color is #E6BFBC.

Border color

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

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

This div border color is #E6BFBC.

Opacity

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

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

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

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

This text has shadow with #E6BFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BFBC.

Preview

Color preview on black background

This text has color #E6BFBC on black background.


Color preview on white background

This text has color #E6BFBC on white background.


Black color preview on #E6BFBC background

This text has black color on #E6BFBC background.


White color preview on #E6BFBC background

This text has white color on #E6BFBC background.


Related colors

Complementary color

Complementary color for #hex is #194043.


I love getcolorcode.com

Triadic colors

1 #BCE6BF and #BFBCE6 with #E6BFBC are triadic colors.

2 #BCBFE6 and #BFE6BC with #E6BFBC are triadic colors.