COLOR #EDEEBD

HEX: #EDEEBD
RGB: (237,238,189)

Renk bilgisi

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

RGB renk modeli

#EDEEBD color RGB value is (237,238,189).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 238 of 255 = 93%
B 189 of 255 = 74%

237
238
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 238 + 189 = 664 (100%)
R 237 of 664 ~ 35.69%
G 238 of 664 ~ 35.84%
B 189 of 664 ~ 28.46%

%35.69
%35.84
%28.46

CMYK RENK MODELİ

#EDEEBD rengi CMYK tonu (0,0,21,7).

  • camgöbeği tonu 0.42%
  • eflatun tonu 0.00%
  • sarı tonu 20.59%
  • ana renk tonu 6.67%
CMYK:
(0,0,21,7)
C0M0Y21K7 
(0%,0%,21%,7%)
(0.00/0.00/0.21/0.07)	

CMYK yüzdeleri

%0.42
%0
%20.59
%6.67

Codes

Color #EDEEBD in popluar color models

EDEEBD
RGB237238189
HSL61°59.04%83.73%
HSB/HSV61°20.59%93.33%
CMYK0.42%0.00%20.59%
6.67%

Color #EDEEBD in popluar number systems.

HEXEDEEBD
Decimal237238189
Binary111011011110111010111101
Octal355356275

Shades and tints

Shades of #EDEEBD

#EDEEBD
(237,238,189)
#D8D9AC
(216,217,172)
#C3C49B
(195,196,155)
#AEAF8A
(174,175,138)
#999A79
(153,154,121)
#848568
(132,133,104)
#6F7057
(111,112,87)
#5A5B46
(90,91,70)
#454635
(69,70,53)
#303124
(48,49,36)
#1B1C13
(27,28,19)
#000000
(0,0,0)

Tints of #EDEEBD

#EDEEBD
(237,238,189)
#EEEFC3
(238,239,195)
#EFF0C9
(239,240,201)
#F0F1CF
(240,241,207)
#F1F2D5
(241,242,213)
#F2F3DB
(242,243,219)
#F3F4E1
(243,244,225)
#F4F5E7
(244,245,231)
#F5F6ED
(245,246,237)
#F6F7F3
(246,247,243)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEBD; }

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

This text font color is #EDEEBD.


Background Color

.myBgColor { background-color: #EDEEBD; }

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

This div background color is #EDEEBD.


Border color

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

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

This div border color is #EDEEBD.


Opacity

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

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

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

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

This text has shadow with #EDEEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEEBD on black background.


Color preview on white background

This text has color #EDEEBD on white background.



Black color preview on #EDEEBD background

This text has black color on #EDEEBD background.


White color preview on #EDEEBD background

This text has white color on #EDEEBD background.