COLOR #EDBCE7

HEX: #EDBCE7
RGB: (237,188,231)

Renk bilgisi

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

RGB renk modeli

#EDBCE7 color RGB value is (237,188,231).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 188 of 255 = 74%
B 231 of 255 = 91%

237
188
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 188 + 231 = 656 (100%)
R 237 of 656 ~ 36.13%
G 188 of 656 ~ 28.66%
B 231 of 656 ~ 35.21%

%36.13
%28.66
%35.21

CMYK RENK MODELİ

#EDBCE7 rengi CMYK tonu (0,21,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.68%
  • sarı tonu 2.53%
  • ana renk tonu 7.06%
CMYK:
(0,21,3,7)
C0M21Y3K7 
(0%,21%,3%,7%)
(0.00/0.21/0.03/0.07)	

CMYK yüzdeleri

%0
%20.68
%2.53
%7.06

Codes

Color #EDBCE7 in popluar color models

EDBCE7
RGB237188231
HSL307°57.65%83.33%
HSB/HSV307°20.68%92.94%
CMYK0.00%20.68%2.53%
7.06%

Color #EDBCE7 in popluar number systems.

HEXEDBCE7
Decimal237188231
Binary111011011011110011100111
Octal355274347

Shades and tints

Shades of #EDBCE7

#EDBCE7
(237,188,231)
#D8ABD2
(216,171,210)
#C39ABD
(195,154,189)
#AE89A8
(174,137,168)
#997893
(153,120,147)
#84677E
(132,103,126)
#6F5669
(111,86,105)
#5A4554
(90,69,84)
#45343F
(69,52,63)
#30232A
(48,35,42)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #EDBCE7

#EDBCE7
(237,188,231)
#EEC2E9
(238,194,233)
#EFC8EB
(239,200,235)
#F0CEED
(240,206,237)
#F1D4EF
(241,212,239)
#F2DAF1
(242,218,241)
#F3E0F3
(243,224,243)
#F4E6F5
(244,230,245)
#F5ECF7
(245,236,247)
#F6F2F9
(246,242,249)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBCE7 color. Also use rgb(237,188,231) instead hex code.

Text Font Color

.myTextColor { color: #EDBCE7; }

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

This text font color is #EDBCE7.


Background Color

.myBgColor { background-color: #EDBCE7; }

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

This div background color is #EDBCE7.


Border color

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

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

This div border color is #EDBCE7.


Opacity

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

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

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

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

This text has shadow with #EDBCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBCE7 on black background.


Color preview on white background

This text has color #EDBCE7 on white background.



Black color preview on #EDBCE7 background

This text has black color on #EDBCE7 background.


White color preview on #EDBCE7 background

This text has white color on #EDBCE7 background.