COLOR #EDEBC3

HEX: #EDEBC3
RGB: (237,235,195)

Renk bilgisi

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

RGB renk modeli

#EDEBC3 color RGB value is (237,235,195).

  • kırmız ton 237;
  • yeşil ton 235;
  • mavi ton 195.
RGB:
(237,235,195)
(93%,92%,76%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 235 of 255 = 92%
B 195 of 255 = 76%

237
235
195

R + G + B ~ 87%. #EDEBC3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 235 + 195 = 667 (100%)
R 237 of 667 ~ 35.53%
G 235 of 667 ~ 35.23%
B 195 of 667 ~ 29.24%

%35.53
%35.23
%29.24

CMYK RENK MODELİ

#EDEBC3 rengi CMYK tonu (0,1,18,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.84%
  • sarı tonu 17.72%
  • ana renk tonu 7.06%
CMYK:
(0,1,18,7)
C0M1Y18K7 
(0%,1%,18%,7%)
(0.00/0.01/0.18/0.07)	

CMYK yüzdeleri

%0
%0.84
%17.72
%7.06

Codes

Color #EDEBC3 in popluar color models

EDEBC3
RGB237235195
HSL57°53.85%84.71%
HSB/HSV57°17.72%92.94%
CMYK0.00%0.84%17.72%
7.06%

Color #EDEBC3 in popluar number systems.

HEXEDEBC3
Decimal237235195
Binary111011011110101111000011
Octal355353303

Shades and tints

Shades of #EDEBC3

#EDEBC3
(237,235,195)
#D8D6B2
(216,214,178)
#C3C1A1
(195,193,161)
#AEAC90
(174,172,144)
#99977F
(153,151,127)
#84826E
(132,130,110)
#6F6D5D
(111,109,93)
#5A584C
(90,88,76)
#45433B
(69,67,59)
#302E2A
(48,46,42)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDEBC3

#EDEBC3
(237,235,195)
#EEECC8
(238,236,200)
#EFEDCD
(239,237,205)
#F0EED2
(240,238,210)
#F1EFD7
(241,239,215)
#F2F0DC
(242,240,220)
#F3F1E1
(243,241,225)
#F4F2E6
(244,242,230)
#F5F3EB
(245,243,235)
#F6F4F0
(246,244,240)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEBC3 color. Also use rgb(237,235,195) instead hex code.

Text Font Color

.myTextColor { color: #EDEBC3; }

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

This text font color is #EDEBC3.


Background Color

.myBgColor { background-color: #EDEBC3; }

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

This div background color is #EDEBC3.


Border color

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

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

This div border color is #EDEBC3.


Opacity

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

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

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

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

This text has shadow with #EDEBC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBC3 on black background.


Color preview on white background

This text has color #EDEBC3 on white background.



Black color preview on #EDEBC3 background

This text has black color on #EDEBC3 background.


White color preview on #EDEBC3 background

This text has white color on #EDEBC3 background.