COLOR #EDBDC3

HEX: #EDBDC3
RGB: (237,189,195)

Renk bilgisi

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

RGB renk modeli

#EDBDC3 color RGB value is (237,189,195).

  • kırmız ton 237;
  • yeşil ton 189;
  • mavi ton 195.
RGB:
(237,189,195)
(93%,74%,76%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 189 of 255 = 74%
B 195 of 255 = 76%

237
189
195

R + G + B ~ 81%. #EDBDC3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 189 + 195 = 621 (100%)
R 237 of 621 ~ 38.16%
G 189 of 621 ~ 30.43%
B 195 of 621 ~ 31.4%

%38.16
%30.43
%31.4

CMYK RENK MODELİ

#EDBDC3 rengi CMYK tonu (0,20,18,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.25%
  • sarı tonu 17.72%
  • ana renk tonu 7.06%
CMYK:
(0,20,18,7)
C0M20Y18K7 
(0%,20%,18%,7%)
(0.00/0.20/0.18/0.07)	

CMYK yüzdeleri

%0
%20.25
%17.72
%7.06

Codes

Color #EDBDC3 in popluar color models

EDBDC3
RGB237189195
HSL353°57.14%83.53%
HSB/HSV353°20.25%92.94%
CMYK0.00%20.25%17.72%
7.06%

Color #EDBDC3 in popluar number systems.

HEXEDBDC3
Decimal237189195
Binary111011011011110111000011
Octal355275303

Shades and tints

Shades of #EDBDC3

#EDBDC3
(237,189,195)
#D8ACB2
(216,172,178)
#C39BA1
(195,155,161)
#AE8A90
(174,138,144)
#99797F
(153,121,127)
#84686E
(132,104,110)
#6F575D
(111,87,93)
#5A464C
(90,70,76)
#45353B
(69,53,59)
#30242A
(48,36,42)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #EDBDC3

#EDBDC3
(237,189,195)
#EEC3C8
(238,195,200)
#EFC9CD
(239,201,205)
#F0CFD2
(240,207,210)
#F1D5D7
(241,213,215)
#F2DBDC
(242,219,220)
#F3E1E1
(243,225,225)
#F4E7E6
(244,231,230)
#F5EDEB
(245,237,235)
#F6F3F0
(246,243,240)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBDC3 color. Also use rgb(237,189,195) instead hex code.

Text Font Color

.myTextColor { color: #EDBDC3; }

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

This text font color is #EDBDC3.


Background Color

.myBgColor { background-color: #EDBDC3; }

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

This div background color is #EDBDC3.


Border color

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

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

This div border color is #EDBDC3.


Opacity

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

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

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

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

This text has shadow with #EDBDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBDC3 on black background.


Color preview on white background

This text has color #EDBDC3 on white background.



Black color preview on #EDBDC3 background

This text has black color on #EDBDC3 background.


White color preview on #EDBDC3 background

This text has white color on #EDBDC3 background.