COLOR #E5E6BD

HEX: #E5E6BD
RGB: (229,230,189)

Renk bilgisi

#E5E6BD contains red, green and blue colors in about the same proportion. #E5E6BD ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#E5E6BD color RGB value is (229,230,189).

  • kırmız ton 229;
  • yeşil ton 230;
  • mavi ton 189.
RGB:
(229,230,189)
(90%,90%,74%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 230 of 255 = 90%
B 189 of 255 = 74%

229
230
189

R + G + B ~ 85%. #E5E6BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 230 + 189 = 648 (100%)
R 229 of 648 ~ 35.34%
G 230 of 648 ~ 35.49%
B 189 of 648 ~ 29.17%

%35.34
%35.49
%29.17

CMYK RENK MODELİ

#E5E6BD rengi CMYK tonu (0,0,18,10).

  • camgöbeği tonu 0.43%
  • eflatun tonu 0.00%
  • sarı tonu 17.83%
  • ana renk tonu 9.80%
CMYK:
(0,0,18,10)
C0M0Y18K10 
(0%,0%,18%,10%)
(0.00/0.00/0.18/0.10)	

CMYK yüzdeleri

%0.43
%0
%17.83
%9.8

Codes

Color #E5E6BD in popluar color models

E5E6BD
RGB229230189
HSL61°45.05%82.16%
HSB/HSV61°17.83%90.20%
CMYK0.43%0.00%17.83%
9.80%

Color #E5E6BD in popluar number systems.

HEXE5E6BD
Decimal229230189
Binary111001011110011010111101
Octal345346275

Shades and tints

Shades of #E5E6BD

#E5E6BD
(229,230,189)
#D1D2AC
(209,210,172)
#BDBE9B
(189,190,155)
#A9AA8A
(169,170,138)
#959679
(149,150,121)
#818268
(129,130,104)
#6D6E57
(109,110,87)
#595A46
(89,90,70)
#454635
(69,70,53)
#313224
(49,50,36)
#1D1E13
(29,30,19)
#000000
(0,0,0)

Tints of #E5E6BD

#E5E6BD
(229,230,189)
#E7E8C3
(231,232,195)
#E9EAC9
(233,234,201)
#EBECCF
(235,236,207)
#EDEED5
(237,238,213)
#EFF0DB
(239,240,219)
#F1F2E1
(241,242,225)
#F3F4E7
(243,244,231)
#F5F6ED
(245,246,237)
#F7F8F3
(247,248,243)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E6BD color. Also use rgb(229,230,189) instead hex code.

Text Font Color

.myTextColor { color: #E5E6BD; }

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

This text font color is #E5E6BD.


Background Color

.myBgColor { background-color: #E5E6BD; }

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

This div background color is #E5E6BD.


Border color

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

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

This div border color is #E5E6BD.


Opacity

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

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

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

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

This text has shadow with #E5E6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E6BD on black background.


Color preview on white background

This text has color #E5E6BD on white background.



Black color preview on #E5E6BD background

This text has black color on #E5E6BD background.


White color preview on #E5E6BD background

This text has white color on #E5E6BD background.