COLOR #EDBDC5

HEX: #EDBDC5
RGB: (237,189,197)

Renk bilgisi

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

RGB renk modeli

#EDBDC5 color RGB value is (237,189,197).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 189 of 255 = 74%
B 197 of 255 = 77%

237
189
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 189 + 197 = 623 (100%)
R 237 of 623 ~ 38.04%
G 189 of 623 ~ 30.34%
B 197 of 623 ~ 31.62%

%38.04
%30.34
%31.62

CMYK RENK MODELİ

#EDBDC5 rengi CMYK tonu (0,20,17,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.25%
  • sarı tonu 16.88%
  • ana renk tonu 7.06%
CMYK:
(0,20,17,7)
C0M20Y17K7 
(0%,20%,17%,7%)
(0.00/0.20/0.17/0.07)	

CMYK yüzdeleri

%0
%20.25
%16.88
%7.06

Codes

Color #EDBDC5 in popluar color models

EDBDC5
RGB237189197
HSL350°57.14%83.53%
HSB/HSV350°20.25%92.94%
CMYK0.00%20.25%16.88%
7.06%

Color #EDBDC5 in popluar number systems.

HEXEDBDC5
Decimal237189197
Binary111011011011110111000101
Octal355275305

Shades and tints

Shades of #EDBDC5

#EDBDC5
(237,189,197)
#D8ACB4
(216,172,180)
#C39BA3
(195,155,163)
#AE8A92
(174,138,146)
#997981
(153,121,129)
#846870
(132,104,112)
#6F575F
(111,87,95)
#5A464E
(90,70,78)
#45353D
(69,53,61)
#30242C
(48,36,44)
#1B131B
(27,19,27)
#000000
(0,0,0)

Tints of #EDBDC5

#EDBDC5
(237,189,197)
#EEC3CA
(238,195,202)
#EFC9CF
(239,201,207)
#F0CFD4
(240,207,212)
#F1D5D9
(241,213,217)
#F2DBDE
(242,219,222)
#F3E1E3
(243,225,227)
#F4E7E8
(244,231,232)
#F5EDED
(245,237,237)
#F6F3F2
(246,243,242)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBDC5; }

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

This text font color is #EDBDC5.


Background Color

.myBgColor { background-color: #EDBDC5; }

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

This div background color is #EDBDC5.


Border color

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

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

This div border color is #EDBDC5.


Opacity

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

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

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

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

This text has shadow with #EDBDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBDC5 on black background.


Color preview on white background

This text has color #EDBDC5 on white background.



Black color preview on #EDBDC5 background

This text has black color on #EDBDC5 background.


White color preview on #EDBDC5 background

This text has white color on #EDBDC5 background.