COLOR #EDC4EB

HEX: #EDC4EB
RGB: (237,196,235)

Renk bilgisi

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

RGB renk modeli

#EDC4EB color RGB value is (237,196,235).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 196 of 255 = 77%
B 235 of 255 = 92%

237
196
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 196 + 235 = 668 (100%)
R 237 of 668 ~ 35.48%
G 196 of 668 ~ 29.34%
B 235 of 668 ~ 35.18%

%35.48
%29.34
%35.18

CMYK RENK MODELİ

#EDC4EB rengi CMYK tonu (0,17,1,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.30%
  • sarı tonu 0.84%
  • ana renk tonu 7.06%
CMYK:
(0,17,1,7)
C0M17Y1K7 
(0%,17%,1%,7%)
(0.00/0.17/0.01/0.07)	

CMYK yüzdeleri

%0
%17.3
%0.84
%7.06

Codes

Color #EDC4EB in popluar color models

EDC4EB
RGB237196235
HSL303°53.25%84.90%
HSB/HSV303°17.30%92.94%
CMYK0.00%17.30%0.84%
7.06%

Color #EDC4EB in popluar number systems.

HEXEDC4EB
Decimal237196235
Binary111011011100010011101011
Octal355304353

Shades and tints

Shades of #EDC4EB

#EDC4EB
(237,196,235)
#D8B3D6
(216,179,214)
#C3A2C1
(195,162,193)
#AE91AC
(174,145,172)
#998097
(153,128,151)
#846F82
(132,111,130)
#6F5E6D
(111,94,109)
#5A4D58
(90,77,88)
#453C43
(69,60,67)
#302B2E
(48,43,46)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #EDC4EB

#EDC4EB
(237,196,235)
#EEC9EC
(238,201,236)
#EFCEED
(239,206,237)
#F0D3EE
(240,211,238)
#F1D8EF
(241,216,239)
#F2DDF0
(242,221,240)
#F3E2F1
(243,226,241)
#F4E7F2
(244,231,242)
#F5ECF3
(245,236,243)
#F6F1F4
(246,241,244)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC4EB; }

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

This text font color is #EDC4EB.


Background Color

.myBgColor { background-color: #EDC4EB; }

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

This div background color is #EDC4EB.


Border color

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

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

This div border color is #EDC4EB.


Opacity

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

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

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

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

This text has shadow with #EDC4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4EB on black background.


Color preview on white background

This text has color #EDC4EB on white background.



Black color preview on #EDC4EB background

This text has black color on #EDC4EB background.


White color preview on #EDC4EB background

This text has white color on #EDC4EB background.