COLOR #EDEBC7

HEX: #EDEBC7
RGB: (237,235,199)

Renk bilgisi

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

RGB renk modeli

#EDEBC7 color RGB value is (237,235,199).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 235 of 255 = 92%
B 199 of 255 = 78%

237
235
199

R + G + B ~ 88%. #EDEBC7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 235 + 199 = 671 (100%)
R 237 of 671 ~ 35.32%
G 235 of 671 ~ 35.02%
B 199 of 671 ~ 29.66%

%35.32
%35.02
%29.66

CMYK RENK MODELİ

#EDEBC7 rengi CMYK tonu (0,1,16,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.84%
  • sarı tonu 16.03%
  • ana renk tonu 7.06%
CMYK:
(0,1,16,7)
C0M1Y16K7 
(0%,1%,16%,7%)
(0.00/0.01/0.16/0.07)	

CMYK yüzdeleri

%0
%0.84
%16.03
%7.06

Codes

Color #EDEBC7 in popluar color models

EDEBC7
RGB237235199
HSL57°51.35%85.49%
HSB/HSV57°16.03%92.94%
CMYK0.00%0.84%16.03%
7.06%

Color #EDEBC7 in popluar number systems.

HEXEDEBC7
Decimal237235199
Binary111011011110101111000111
Octal355353307

Shades and tints

Shades of #EDEBC7

#EDEBC7
(237,235,199)
#D8D6B5
(216,214,181)
#C3C1A3
(195,193,163)
#AEAC91
(174,172,145)
#99977F
(153,151,127)
#84826D
(132,130,109)
#6F6D5B
(111,109,91)
#5A5849
(90,88,73)
#454337
(69,67,55)
#302E25
(48,46,37)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #EDEBC7

#EDEBC7
(237,235,199)
#EEECCC
(238,236,204)
#EFEDD1
(239,237,209)
#F0EED6
(240,238,214)
#F1EFDB
(241,239,219)
#F2F0E0
(242,240,224)
#F3F1E5
(243,241,229)
#F4F2EA
(244,242,234)
#F5F3EF
(245,243,239)
#F6F4F4
(246,244,244)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBC7; }

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

This text font color is #EDEBC7.


Background Color

.myBgColor { background-color: #EDEBC7; }

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

This div background color is #EDEBC7.


Border color

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

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

This div border color is #EDEBC7.


Opacity

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

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

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

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

This text has shadow with #EDEBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBC7 on black background.


Color preview on white background

This text has color #EDEBC7 on white background.



Black color preview on #EDEBC7 background

This text has black color on #EDEBC7 background.


White color preview on #EDEBC7 background

This text has white color on #EDEBC7 background.