COLOR #EDB9DE

HEX: #EDB9DE
RGB: (237,185,222)

Renk bilgisi

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

RGB renk modeli

#EDB9DE color RGB value is (237,185,222).

  • kırmız ton 237;
  • yeşil ton 185;
  • mavi ton 222.
RGB:
(237,185,222)
(93%,73%,87%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 185 of 255 = 73%
B 222 of 255 = 87%

237
185
222

R + G + B ~ 84%. #EDB9DE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 185 + 222 = 644 (100%)
R 237 of 644 ~ 36.8%
G 185 of 644 ~ 28.73%
B 222 of 644 ~ 34.47%

%36.8
%28.73
%34.47

CMYK RENK MODELİ

#EDB9DE rengi CMYK tonu (0,22,6,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.94%
  • sarı tonu 6.33%
  • ana renk tonu 7.06%
CMYK:
(0,22,6,7)
C0M22Y6K7 
(0%,22%,6%,7%)
(0.00/0.22/0.06/0.07)	

CMYK yüzdeleri

%0
%21.94
%6.33
%7.06

Codes

Color #EDB9DE in popluar color models

EDB9DE
RGB237185222
HSL317°59.09%82.75%
HSB/HSV317°21.94%92.94%
CMYK0.00%21.94%6.33%
7.06%

Color #EDB9DE in popluar number systems.

HEXEDB9DE
Decimal237185222
Binary111011011011100111011110
Octal355271336

Shades and tints

Shades of #EDB9DE

#EDB9DE
(237,185,222)
#D8A9CA
(216,169,202)
#C399B6
(195,153,182)
#AE89A2
(174,137,162)
#99798E
(153,121,142)
#84697A
(132,105,122)
#6F5966
(111,89,102)
#5A4952
(90,73,82)
#45393E
(69,57,62)
#30292A
(48,41,42)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDB9DE

#EDB9DE
(237,185,222)
#EEBFE1
(238,191,225)
#EFC5E4
(239,197,228)
#F0CBE7
(240,203,231)
#F1D1EA
(241,209,234)
#F2D7ED
(242,215,237)
#F3DDF0
(243,221,240)
#F4E3F3
(244,227,243)
#F5E9F6
(245,233,246)
#F6EFF9
(246,239,249)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB9DE color. Also use rgb(237,185,222) instead hex code.

Text Font Color

.myTextColor { color: #EDB9DE; }

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

This text font color is #EDB9DE.


Background Color

.myBgColor { background-color: #EDB9DE; }

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

This div background color is #EDB9DE.


Border color

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

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

This div border color is #EDB9DE.


Opacity

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

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

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

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

This text has shadow with #EDB9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB9DE on black background.


Color preview on white background

This text has color #EDB9DE on white background.



Black color preview on #EDB9DE background

This text has black color on #EDB9DE background.


White color preview on #EDB9DE background

This text has white color on #EDB9DE background.