COLOR #EDEDB0

HEX: #EDEDB0
RGB: (237,237,176)

Renk bilgisi

#EDEDB0 contains mainly red and green colors. #EDEDB0 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#EDEDB0 color RGB value is (237,237,176).

  • kırmız ton 237;
  • yeşil ton 237;
  • mavi ton 176.
RGB:
(237,237,176)
(93%,93%,69%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 237 of 255 = 93%
B 176 of 255 = 69%

237
237
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 237 + 176 = 650 (100%)
R 237 of 650 ~ 36.46%
G 237 of 650 ~ 36.46%
B 176 of 650 ~ 27.08%

%36.46
%36.46
%27.08

CMYK RENK MODELİ

#EDEDB0 rengi CMYK tonu (0,0,26,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 25.74%
  • ana renk tonu 7.06%
CMYK:
(0,0,26,7)
C0M0Y26K7 
(0%,0%,26%,7%)
(0.00/0.00/0.26/0.07)	

CMYK yüzdeleri

%0
%0
%25.74
%7.06

Codes

Color #EDEDB0 in popluar color models

EDEDB0
RGB237237176
HSL60°62.89%80.98%
HSB/HSV60°25.74%92.94%
CMYK0.00%0.00%25.74%
7.06%

Color #EDEDB0 in popluar number systems.

HEXEDEDB0
Decimal237237176
Binary111011011110110110110000
Octal355355260

Shades and tints

Shades of #EDEDB0

#EDEDB0
(237,237,176)
#D8D8A0
(216,216,160)
#C3C390
(195,195,144)
#AEAE80
(174,174,128)
#999970
(153,153,112)
#848460
(132,132,96)
#6F6F50
(111,111,80)
#5A5A40
(90,90,64)
#454530
(69,69,48)
#303020
(48,48,32)
#1B1B10
(27,27,16)
#000000
(0,0,0)

Tints of #EDEDB0

#EDEDB0
(237,237,176)
#EEEEB7
(238,238,183)
#EFEFBE
(239,239,190)
#F0F0C5
(240,240,197)
#F1F1CC
(241,241,204)
#F2F2D3
(242,242,211)
#F3F3DA
(243,243,218)
#F4F4E1
(244,244,225)
#F5F5E8
(245,245,232)
#F6F6EF
(246,246,239)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDB0; }

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

This text font color is #EDEDB0.


Background Color

.myBgColor { background-color: #EDEDB0; }

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

This div background color is #EDEDB0.


Border color

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

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

This div border color is #EDEDB0.


Opacity

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

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

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

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

This text has shadow with #EDEDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDB0 on black background.


Color preview on white background

This text has color #EDEDB0 on white background.



Black color preview on #EDEDB0 background

This text has black color on #EDEDB0 background.


White color preview on #EDEDB0 background

This text has white color on #EDEDB0 background.