COLOR #E6CFB8

HEX: #E6CFB8 RGB: (230,207,184)

Color info

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

RGB color model

#E6CFB8 color RGB value is (230,207,184).

RGB: (230,207,184) (90%, 81%, 72%)

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 184 of 255 = 72%

230
207
184

R + G + B ~ 81%. #E6CFB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 207 + 184 = 621 (100%)
R 230 of 621 ~ 37.04%
G 207 of 621 ~ 33.33%
B 184 of 621 ~ 29.63'%

%37.04
%33.33
%29.63

CMYK color model

#E6CFB8 color CMYK value is (0,10,20,10).

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

CMYK: (0,10,20,10)
C0M10Y20K10 (0%, 10%, 20%, 10%)
(0.00 / 0.10 / 0.20 / 0.10)

CMYK percentages

%0
%10
%20
%9.8

Codes

Color #E6CFB8 in popluar color models

E6 CF B8
RGB 230 207 184
HSL 30° 47.92% 81.18%
HSB/HSV 30° 20.00% 90.20%
CMYK 0.00% 10.00% 20.00%
9.80%

Color #E6CFB8 in popluar number systems.

HEX E6 CF B8
Decimal 230 207 184
Binary 11100110 11001111 10111000
Octal 346 317 270

Shades and tints

Shades of #E6CFB8

#E6CFB8
(230,207,184)
#D2BDA8
(210,189,168)
#BEAB98
(190,171,152)
#AA9988
(170,153,136)
#968778
(150,135,120)
#827568
(130,117,104)
#6E6358
(110,99,88)
#5A5148
(90,81,72)
#463F38
(70,63,56)
#322D28
(50,45,40)
#1E1B18
(30,27,24)
#000000
(0,0,0)

Tints of #E6CFB8

#E6CFB8
(230,207,184)
#E8D3BE
(232,211,190)
#EAD7C4
(234,215,196)
#ECDBCA
(236,219,202)
#EEDFD0
(238,223,208)
#F0E3D6
(240,227,214)
#F2E7DC
(242,231,220)
#F4EBE2
(244,235,226)
#F6EFE8
(246,239,232)
#F8F3EE
(248,243,238)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CFB8; }

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

This text font color is #E6CFB8.

Background Color

.myBgColor { background-color: #E6CFB8; }

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

This div background color is #E6CFB8.

Border color

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

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

This div border color is #E6CFB8.

Opacity

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

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

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

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

This text has shadow with #E6CFB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CFB8.

Preview

Color preview on black background

This text has color #E6CFB8 on black background.


Color preview on white background

This text has color #E6CFB8 on white background.


Black color preview on #E6CFB8 background

This text has black color on #E6CFB8 background.


White color preview on #E6CFB8 background

This text has white color on #E6CFB8 background.


Related colors

Complementary color

Complementary color for #hex is #193047.


I love getcolorcode.com

Triadic colors

1 #B8E6CF and #CFB8E6 with #E6CFB8 are triadic colors.

2 #B8CFE6 and #CFE6B8 with #E6CFB8 are triadic colors.