COLOR #EDABE0

HEX: #EDABE0
RGB: (237,171,224)

Renk bilgisi

#EDABE0 contains mainly red and blue colors. #EDABE0 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#EDABE0 color RGB value is (237,171,224).

  • kırmız ton 237;
  • yeşil ton 171;
  • mavi ton 224.
RGB:
(237,171,224)
(93%,67%,88%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 171 of 255 = 67%
B 224 of 255 = 88%

237
171
224

R + G + B ~ 83%. #EDABE0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 171 + 224 = 632 (100%)
R 237 of 632 ~ 37.5%
G 171 of 632 ~ 27.06%
B 224 of 632 ~ 35.44%

%37.5
%27.06
%35.44

CMYK RENK MODELİ

#EDABE0 rengi CMYK tonu (0,28,5,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.85%
  • sarı tonu 5.49%
  • ana renk tonu 7.06%
CMYK:
(0,28,5,7)
C0M28Y5K7 
(0%,28%,5%,7%)
(0.00/0.28/0.05/0.07)	

CMYK yüzdeleri

%0
%27.85
%5.49
%7.06

Codes

Color #EDABE0 in popluar color models

EDABE0
RGB237171224
HSL312°64.71%80.00%
HSB/HSV312°27.85%92.94%
CMYK0.00%27.85%5.49%
7.06%

Color #EDABE0 in popluar number systems.

HEXEDABE0
Decimal237171224
Binary111011011010101111100000
Octal355253340

Shades and tints

Shades of #EDABE0

#EDABE0
(237,171,224)
#D89CCC
(216,156,204)
#C38DB8
(195,141,184)
#AE7EA4
(174,126,164)
#996F90
(153,111,144)
#84607C
(132,96,124)
#6F5168
(111,81,104)
#5A4254
(90,66,84)
#453340
(69,51,64)
#30242C
(48,36,44)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #EDABE0

#EDABE0
(237,171,224)
#EEB2E2
(238,178,226)
#EFB9E4
(239,185,228)
#F0C0E6
(240,192,230)
#F1C7E8
(241,199,232)
#F2CEEA
(242,206,234)
#F3D5EC
(243,213,236)
#F4DCEE
(244,220,238)
#F5E3F0
(245,227,240)
#F6EAF2
(246,234,242)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDABE0 color. Also use rgb(237,171,224) instead hex code.

Text Font Color

.myTextColor { color: #EDABE0; }

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

This text font color is #EDABE0.


Background Color

.myBgColor { background-color: #EDABE0; }

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

This div background color is #EDABE0.


Border color

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

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

This div border color is #EDABE0.


Opacity

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

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

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

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

This text has shadow with #EDABE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDABE0 on black background.


Color preview on white background

This text has color #EDABE0 on white background.



Black color preview on #EDABE0 background

This text has black color on #EDABE0 background.


White color preview on #EDABE0 background

This text has white color on #EDABE0 background.