COLOR #E6CFBC

HEX: #E6CFBC RGB: (230,207,188)

Color info

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

RGB color model

#E6CFBC color RGB value is (230,207,188).

RGB: (230,207,188) (90%, 81%, 74%)

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 188 of 255 = 74%

230
207
188

R + G + B ~ 82%. #E6CFBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 207 + 188 = 625 (100%)
R 230 of 625 ~ 36.8%
G 207 of 625 ~ 33.12%
B 188 of 625 ~ 30.08'%

%36.8
%33.12
%30.08

CMYK color model

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

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

CMYK: (0,10,18,10)
C0M10Y18K10 (0%, 10%, 18%, 10%)
(0.00 / 0.10 / 0.18 / 0.10)

CMYK percentages

%0
%10
%18.26
%9.8

Codes

Color #E6CFBC in popluar color models

E6 CF BC
RGB 230 207 188
HSL 27° 45.65% 81.96%
HSB/HSV 27° 18.26% 90.20%
CMYK 0.00% 10.00% 18.26%
9.80%

Color #E6CFBC in popluar number systems.

HEX E6 CF BC
Decimal 230 207 188
Binary 11100110 11001111 10111100
Octal 346 317 274

Shades and tints

Shades of #E6CFBC

#E6CFBC
(230,207,188)
#D2BDAB
(210,189,171)
#BEAB9A
(190,171,154)
#AA9989
(170,153,137)
#968778
(150,135,120)
#827567
(130,117,103)
#6E6356
(110,99,86)
#5A5145
(90,81,69)
#463F34
(70,63,52)
#322D23
(50,45,35)
#1E1B12
(30,27,18)
#000000
(0,0,0)

Tints of #E6CFBC

#E6CFBC
(230,207,188)
#E8D3C2
(232,211,194)
#EAD7C8
(234,215,200)
#ECDBCE
(236,219,206)
#EEDFD4
(238,223,212)
#F0E3DA
(240,227,218)
#F2E7E0
(242,231,224)
#F4EBE6
(244,235,230)
#F6EFEC
(246,239,236)
#F8F3F2
(248,243,242)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CFBC; }

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

This text font color is #E6CFBC.

Background Color

.myBgColor { background-color: #E6CFBC; }

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

This div background color is #E6CFBC.

Border color

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

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

This div border color is #E6CFBC.

Opacity

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

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

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

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

This text has shadow with #E6CFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CFBC.

Preview

Color preview on black background

This text has color #E6CFBC on black background.


Color preview on white background

This text has color #E6CFBC on white background.


Black color preview on #E6CFBC background

This text has black color on #E6CFBC background.


White color preview on #E6CFBC background

This text has white color on #E6CFBC background.


Related colors

Complementary color

Complementary color for #hex is #193043.


I love getcolorcode.com

Triadic colors

1 #BCE6CF and #CFBCE6 with #E6CFBC are triadic colors.

2 #BCCFE6 and #CFE6BC with #E6CFBC are triadic colors.