COLOR #EDCBEB

HEX: #EDCBEB
RGB: (237,203,235)

Renk bilgisi

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

RGB renk modeli

#EDCBEB color RGB value is (237,203,235).

  • kırmız ton 237;
  • yeşil ton 203;
  • mavi ton 235.
RGB:
(237,203,235)
(93%,80%,92%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 203 of 255 = 80%
B 235 of 255 = 92%

237
203
235

R + G + B ~ 88%. #EDCBEB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 203 + 235 = 675 (100%)
R 237 of 675 ~ 35.11%
G 203 of 675 ~ 30.07%
B 235 of 675 ~ 34.81%

%35.11
%30.07
%34.81

CMYK RENK MODELİ

#EDCBEB rengi CMYK tonu (0,14,1,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.35%
  • sarı tonu 0.84%
  • ana renk tonu 7.06%
CMYK:
(0,14,1,7)
C0M14Y1K7 
(0%,14%,1%,7%)
(0.00/0.14/0.01/0.07)	

CMYK yüzdeleri

%0
%14.35
%0.84
%7.06

Codes

Color #EDCBEB in popluar color models

EDCBEB
RGB237203235
HSL304°48.57%86.27%
HSB/HSV304°14.35%92.94%
CMYK0.00%14.35%0.84%
7.06%

Color #EDCBEB in popluar number systems.

HEXEDCBEB
Decimal237203235
Binary111011011100101111101011
Octal355313353

Shades and tints

Shades of #EDCBEB

#EDCBEB
(237,203,235)
#D8B9D6
(216,185,214)
#C3A7C1
(195,167,193)
#AE95AC
(174,149,172)
#998397
(153,131,151)
#847182
(132,113,130)
#6F5F6D
(111,95,109)
#5A4D58
(90,77,88)
#453B43
(69,59,67)
#30292E
(48,41,46)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #EDCBEB

#EDCBEB
(237,203,235)
#EECFEC
(238,207,236)
#EFD3ED
(239,211,237)
#F0D7EE
(240,215,238)
#F1DBEF
(241,219,239)
#F2DFF0
(242,223,240)
#F3E3F1
(243,227,241)
#F4E7F2
(244,231,242)
#F5EBF3
(245,235,243)
#F6EFF4
(246,239,244)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCBEB; }

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

This text font color is #EDCBEB.


Background Color

.myBgColor { background-color: #EDCBEB; }

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

This div background color is #EDCBEB.


Border color

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

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

This div border color is #EDCBEB.


Opacity

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

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

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

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

This text has shadow with #EDCBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCBEB on black background.


Color preview on white background

This text has color #EDCBEB on white background.



Black color preview on #EDCBEB background

This text has black color on #EDCBEB background.


White color preview on #EDCBEB background

This text has white color on #EDCBEB background.