COLOR #EDEEB4

HEX: #EDEEB4
RGB: (237,238,180)

Renk bilgisi

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

RGB renk modeli

#EDEEB4 color RGB value is (237,238,180).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 238 of 255 = 93%
B 180 of 255 = 71%

237
238
180

R + G + B ~ 86%. #EDEEB4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 238 + 180 = 655 (100%)
R 237 of 655 ~ 36.18%
G 238 of 655 ~ 36.34%
B 180 of 655 ~ 27.48%

%36.18
%36.34
%27.48

CMYK RENK MODELİ

#EDEEB4 rengi CMYK tonu (0,0,24,7).

  • camgöbeği tonu 0.42%
  • eflatun tonu 0.00%
  • sarı tonu 24.37%
  • ana renk tonu 6.67%
CMYK:
(0,0,24,7)
C0M0Y24K7 
(0%,0%,24%,7%)
(0.00/0.00/0.24/0.07)	

CMYK yüzdeleri

%0.42
%0
%24.37
%6.67

Codes

Color #EDEEB4 in popluar color models

EDEEB4
RGB237238180
HSL61°63.04%81.96%
HSB/HSV61°24.37%93.33%
CMYK0.42%0.00%24.37%
6.67%

Color #EDEEB4 in popluar number systems.

HEXEDEEB4
Decimal237238180
Binary111011011110111010110100
Octal355356264

Shades and tints

Shades of #EDEEB4

#EDEEB4
(237,238,180)
#D8D9A4
(216,217,164)
#C3C494
(195,196,148)
#AEAF84
(174,175,132)
#999A74
(153,154,116)
#848564
(132,133,100)
#6F7054
(111,112,84)
#5A5B44
(90,91,68)
#454634
(69,70,52)
#303124
(48,49,36)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #EDEEB4

#EDEEB4
(237,238,180)
#EEEFBA
(238,239,186)
#EFF0C0
(239,240,192)
#F0F1C6
(240,241,198)
#F1F2CC
(241,242,204)
#F2F3D2
(242,243,210)
#F3F4D8
(243,244,216)
#F4F5DE
(244,245,222)
#F5F6E4
(245,246,228)
#F6F7EA
(246,247,234)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEB4; }

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

This text font color is #EDEEB4.


Background Color

.myBgColor { background-color: #EDEEB4; }

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

This div background color is #EDEEB4.


Border color

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

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

This div border color is #EDEEB4.


Opacity

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

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

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

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

This text has shadow with #EDEEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEEB4 on black background.


Color preview on white background

This text has color #EDEEB4 on white background.



Black color preview on #EDEEB4 background

This text has black color on #EDEEB4 background.


White color preview on #EDEEB4 background

This text has white color on #EDEEB4 background.