COLOR #EDEDC3

HEX: #EDEDC3
RGB: (237,237,195)

Renk bilgisi

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

RGB renk modeli

#EDEDC3 color RGB value is (237,237,195).

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

RGB bağlantıları ve doygunluk

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

237
237
195

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 237 + 195 = 669 (100%)
R 237 of 669 ~ 35.43%
G 237 of 669 ~ 35.43%
B 195 of 669 ~ 29.15%

%35.43
%35.43
%29.15

CMYK RENK MODELİ

#EDEDC3 rengi CMYK tonu (0,0,18,7).

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

CMYK yüzdeleri

%0
%0
%17.72
%7.06

Codes

Color #EDEDC3 in popluar color models

EDEDC3
RGB237237195
HSL60°53.85%84.71%
HSB/HSV60°17.72%92.94%
CMYK0.00%0.00%17.72%
7.06%

Color #EDEDC3 in popluar number systems.

HEXEDEDC3
Decimal237237195
Binary111011011110110111000011
Octal355355303

Shades and tints

Shades of #EDEDC3

#EDEDC3
(237,237,195)
#D8D8B2
(216,216,178)
#C3C3A1
(195,195,161)
#AEAE90
(174,174,144)
#99997F
(153,153,127)
#84846E
(132,132,110)
#6F6F5D
(111,111,93)
#5A5A4C
(90,90,76)
#45453B
(69,69,59)
#30302A
(48,48,42)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #EDEDC3

#EDEDC3
(237,237,195)
#EEEEC8
(238,238,200)
#EFEFCD
(239,239,205)
#F0F0D2
(240,240,210)
#F1F1D7
(241,241,215)
#F2F2DC
(242,242,220)
#F3F3E1
(243,243,225)
#F4F4E6
(244,244,230)
#F5F5EB
(245,245,235)
#F6F6F0
(246,246,240)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDC3; }

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

This text font color is #EDEDC3.


Background Color

.myBgColor { background-color: #EDEDC3; }

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

This div background color is #EDEDC3.


Border color

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

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

This div border color is #EDEDC3.


Opacity

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

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

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

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

This text has shadow with #EDEDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDC3 on black background.


Color preview on white background

This text has color #EDEDC3 on white background.



Black color preview on #EDEDC3 background

This text has black color on #EDEDC3 background.


White color preview on #EDEDC3 background

This text has white color on #EDEDC3 background.