COLOR #EDBBE7

HEX: #EDBBE7
RGB: (237,187,231)

Renk bilgisi

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

RGB renk modeli

#EDBBE7 color RGB value is (237,187,231).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 187 of 255 = 73%
B 231 of 255 = 91%

237
187
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 187 + 231 = 655 (100%)
R 237 of 655 ~ 36.18%
G 187 of 655 ~ 28.55%
B 231 of 655 ~ 35.27%

%36.18
%28.55
%35.27

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.10%
  • 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
%21.1
%2.53
%7.06

Codes

Color #EDBBE7 in popluar color models

EDBBE7
RGB237187231
HSL307°58.14%83.14%
HSB/HSV307°21.10%92.94%
CMYK0.00%21.10%2.53%
7.06%

Color #EDBBE7 in popluar number systems.

HEXEDBBE7
Decimal237187231
Binary111011011011101111100111
Octal355273347

Shades and tints

Shades of #EDBBE7

#EDBBE7
(237,187,231)
#D8AAD2
(216,170,210)
#C399BD
(195,153,189)
#AE88A8
(174,136,168)
#997793
(153,119,147)
#84667E
(132,102,126)
#6F5569
(111,85,105)
#5A4454
(90,68,84)
#45333F
(69,51,63)
#30222A
(48,34,42)
#1B1115
(27,17,21)
#000000
(0,0,0)

Tints of #EDBBE7

#EDBBE7
(237,187,231)
#EEC1E9
(238,193,233)
#EFC7EB
(239,199,235)
#F0CDED
(240,205,237)
#F1D3EF
(241,211,239)
#F2D9F1
(242,217,241)
#F3DFF3
(243,223,243)
#F4E5F5
(244,229,245)
#F5EBF7
(245,235,247)
#F6F1F9
(246,241,249)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBBE7; }

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

This text font color is #EDBBE7.


Background Color

.myBgColor { background-color: #EDBBE7; }

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

This div background color is #EDBBE7.


Border color

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

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

This div border color is #EDBBE7.


Opacity

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

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

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

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

This text has shadow with #EDBBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBBE7 on black background.


Color preview on white background

This text has color #EDBBE7 on white background.



Black color preview on #EDBBE7 background

This text has black color on #EDBBE7 background.


White color preview on #EDBBE7 background

This text has white color on #EDBBE7 background.