COLOR #E4BF98

HEX: #E4BF98 RGB: (228,191,152)

Color info

#E4BF98 contains mainly red and green colors. Web safe color of #E4BF98 is #CCCC99 (or #CC9).

RGB color model

#E4BF98 color RGB value is (228,191,152).

RGB: (228,191,152) (89%, 75%, 60%)

RGB channels and saturation

R 228 of 255 = 89%
G 191 of 255 = 75%
B 152 of 255 = 60%

228
191
152

R + G + B ~ 75%. #E4BF98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 191 + 152 = 571 (100%)
R 228 of 571 ~ 39.93%
G 191 of 571 ~ 33.45%
B 152 of 571 ~ 26.62'%

%39.93
%33.45
%26.62

CMYK color model

#E4BF98 color CMYK value is (0,16,33,11).

  • cyan value is 0.00%
  • magenta value is 16.23%
  • yellow value is 33.33%
  • key color value is 10.59%

CMYK: (0,16,33,11)
C0M16Y33K11 (0%, 16%, 33%, 11%)
(0.00 / 0.16 / 0.33 / 0.11)

CMYK percentages

%0
%16.23
%33.33
%10.59

Codes

Color #E4BF98 in popluar color models

E4 BF 98
RGB 228 191 152
HSL 31° 58.46% 74.51%
HSB/HSV 31° 33.33% 89.41%
CMYK 0.00% 16.23% 33.33%
10.59%

Color #E4BF98 in popluar number systems.

HEX E4 BF 98
Decimal 228 191 152
Binary 11100100 10111111 10011000
Octal 344 277 230

Shades and tints

Shades of #E4BF98

#E4BF98
(228,191,152)
#D0AE8B
(208,174,139)
#BC9D7E
(188,157,126)
#A88C71
(168,140,113)
#947B64
(148,123,100)
#806A57
(128,106,87)
#6C594A
(108,89,74)
#58483D
(88,72,61)
#443730
(68,55,48)
#302623
(48,38,35)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #E4BF98

#E4BF98
(228,191,152)
#E6C4A1
(230,196,161)
#E8C9AA
(232,201,170)
#EACEB3
(234,206,179)
#ECD3BC
(236,211,188)
#EED8C5
(238,216,197)
#F0DDCE
(240,221,206)
#F2E2D7
(242,226,215)
#F4E7E0
(244,231,224)
#F6ECE9
(246,236,233)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BF98 color. Also use rgb(228,191,152) instead hex code.

Text Font Color

.myTextColor { color: #E4BF98; }

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

This text font color is #E4BF98.

Background Color

.myBgColor { background-color: #E4BF98; }

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

This div background color is #E4BF98.

Border color

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

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

This div border color is #E4BF98.

Opacity

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

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

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

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

This text has shadow with #E4BF98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BF98.

Preview

Color preview on black background

This text has color #E4BF98 on black background.


Color preview on white background

This text has color #E4BF98 on white background.


Black color preview on #E4BF98 background

This text has black color on #E4BF98 background.


White color preview on #E4BF98 background

This text has white color on #E4BF98 background.


Related colors

Complementary color

Complementary color for #hex is #1B4067.


I love getcolorcode.com

Triadic colors

1 #98E4BF and #BF98E4 with #E4BF98 are triadic colors.

2 #98BFE4 and #BFE498 with #E4BF98 are triadic colors.