COLOR #EDBEBB

HEX: #EDBEBB
RGB: (237,190,187)

Renk bilgisi

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

RGB renk modeli

#EDBEBB color RGB value is (237,190,187).

  • kırmız ton 237;
  • yeşil ton 190;
  • mavi ton 187.
RGB:
(237,190,187)
(93%,75%,73%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 190 of 255 = 75%
B 187 of 255 = 73%

237
190
187

R + G + B ~ 80%. #EDBEBB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 190 + 187 = 614 (100%)
R 237 of 614 ~ 38.6%
G 190 of 614 ~ 30.94%
B 187 of 614 ~ 30.46%

%38.6
%30.94
%30.46

CMYK RENK MODELİ

#EDBEBB rengi CMYK tonu (0,20,21,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.83%
  • sarı tonu 21.10%
  • ana renk tonu 7.06%
CMYK:
(0,20,21,7)
C0M20Y21K7 
(0%,20%,21%,7%)
(0.00/0.20/0.21/0.07)	

CMYK yüzdeleri

%0
%19.83
%21.1
%7.06

Codes

Color #EDBEBB in popluar color models

EDBEBB
RGB237190187
HSL58.14%83.14%
HSB/HSV21.10%92.94%
CMYK0.00%19.83%21.10%
7.06%

Color #EDBEBB in popluar number systems.

HEXEDBEBB
Decimal237190187
Binary111011011011111010111011
Octal355276273

Shades and tints

Shades of #EDBEBB

#EDBEBB
(237,190,187)
#D8ADAA
(216,173,170)
#C39C99
(195,156,153)
#AE8B88
(174,139,136)
#997A77
(153,122,119)
#846966
(132,105,102)
#6F5855
(111,88,85)
#5A4744
(90,71,68)
#453633
(69,54,51)
#302522
(48,37,34)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #EDBEBB

#EDBEBB
(237,190,187)
#EEC3C1
(238,195,193)
#EFC8C7
(239,200,199)
#F0CDCD
(240,205,205)
#F1D2D3
(241,210,211)
#F2D7D9
(242,215,217)
#F3DCDF
(243,220,223)
#F4E1E5
(244,225,229)
#F5E6EB
(245,230,235)
#F6EBF1
(246,235,241)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBEBB; }

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

This text font color is #EDBEBB.


Background Color

.myBgColor { background-color: #EDBEBB; }

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

This div background color is #EDBEBB.


Border color

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

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

This div border color is #EDBEBB.


Opacity

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

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

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

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

This text has shadow with #EDBEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBEBB on black background.


Color preview on white background

This text has color #EDBEBB on white background.



Black color preview on #EDBEBB background

This text has black color on #EDBEBB background.


White color preview on #EDBEBB background

This text has white color on #EDBEBB background.