COLOR #EDBBD0

HEX: #EDBBD0
RGB: (237,187,208)

Renk bilgisi

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

RGB renk modeli

#EDBBD0 color RGB value is (237,187,208).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 187 of 255 = 73%
B 208 of 255 = 82%

237
187
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 187 + 208 = 632 (100%)
R 237 of 632 ~ 37.5%
G 187 of 632 ~ 29.59%
B 208 of 632 ~ 32.91%

%37.5
%29.59
%32.91

CMYK RENK MODELİ

#EDBBD0 rengi CMYK tonu (0,21,12,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.10%
  • sarı tonu 12.24%
  • ana renk tonu 7.06%
CMYK:
(0,21,12,7)
C0M21Y12K7 
(0%,21%,12%,7%)
(0.00/0.21/0.12/0.07)	

CMYK yüzdeleri

%0
%21.1
%12.24
%7.06

Codes

Color #EDBBD0 in popluar color models

EDBBD0
RGB237187208
HSL335°58.14%83.14%
HSB/HSV335°21.10%92.94%
CMYK0.00%21.10%12.24%
7.06%

Color #EDBBD0 in popluar number systems.

HEXEDBBD0
Decimal237187208
Binary111011011011101111010000
Octal355273320

Shades and tints

Shades of #EDBBD0

#EDBBD0
(237,187,208)
#D8AABE
(216,170,190)
#C399AC
(195,153,172)
#AE889A
(174,136,154)
#997788
(153,119,136)
#846676
(132,102,118)
#6F5564
(111,85,100)
#5A4452
(90,68,82)
#453340
(69,51,64)
#30222E
(48,34,46)
#1B111C
(27,17,28)
#000000
(0,0,0)

Tints of #EDBBD0

#EDBBD0
(237,187,208)
#EEC1D4
(238,193,212)
#EFC7D8
(239,199,216)
#F0CDDC
(240,205,220)
#F1D3E0
(241,211,224)
#F2D9E4
(242,217,228)
#F3DFE8
(243,223,232)
#F4E5EC
(244,229,236)
#F5EBF0
(245,235,240)
#F6F1F4
(246,241,244)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBBD0; }

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

This text font color is #EDBBD0.


Background Color

.myBgColor { background-color: #EDBBD0; }

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

This div background color is #EDBBD0.


Border color

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

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

This div border color is #EDBBD0.


Opacity

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

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

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

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

This text has shadow with #EDBBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBBD0 on black background.


Color preview on white background

This text has color #EDBBD0 on white background.



Black color preview on #EDBBD0 background

This text has black color on #EDBBD0 background.


White color preview on #EDBBD0 background

This text has white color on #EDBBD0 background.