COLOR #EDB4C4

HEX: #EDB4C4
RGB: (237,180,196)

Renk bilgisi

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

RGB renk modeli

#EDB4C4 color RGB value is (237,180,196).

  • kırmız ton 237;
  • yeşil ton 180;
  • mavi ton 196.
RGB:
(237,180,196)
(93%,71%,77%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 180 of 255 = 71%
B 196 of 255 = 77%

237
180
196

R + G + B ~ 80%. #EDB4C4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 180 + 196 = 613 (100%)
R 237 of 613 ~ 38.66%
G 180 of 613 ~ 29.36%
B 196 of 613 ~ 31.97%

%38.66
%29.36
%31.97

CMYK RENK MODELİ

#EDB4C4 rengi CMYK tonu (0,24,17,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.05%
  • sarı tonu 17.30%
  • ana renk tonu 7.06%
CMYK:
(0,24,17,7)
C0M24Y17K7 
(0%,24%,17%,7%)
(0.00/0.24/0.17/0.07)	

CMYK yüzdeleri

%0
%24.05
%17.3
%7.06

Codes

Color #EDB4C4 in popluar color models

EDB4C4
RGB237180196
HSL343°61.29%81.76%
HSB/HSV343°24.05%92.94%
CMYK0.00%24.05%17.30%
7.06%

Color #EDB4C4 in popluar number systems.

HEXEDB4C4
Decimal237180196
Binary111011011011010011000100
Octal355264304

Shades and tints

Shades of #EDB4C4

#EDB4C4
(237,180,196)
#D8A4B3
(216,164,179)
#C394A2
(195,148,162)
#AE8491
(174,132,145)
#997480
(153,116,128)
#84646F
(132,100,111)
#6F545E
(111,84,94)
#5A444D
(90,68,77)
#45343C
(69,52,60)
#30242B
(48,36,43)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #EDB4C4

#EDB4C4
(237,180,196)
#EEBAC9
(238,186,201)
#EFC0CE
(239,192,206)
#F0C6D3
(240,198,211)
#F1CCD8
(241,204,216)
#F2D2DD
(242,210,221)
#F3D8E2
(243,216,226)
#F4DEE7
(244,222,231)
#F5E4EC
(245,228,236)
#F6EAF1
(246,234,241)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB4C4 color. Also use rgb(237,180,196) instead hex code.

Text Font Color

.myTextColor { color: #EDB4C4; }

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

This text font color is #EDB4C4.


Background Color

.myBgColor { background-color: #EDB4C4; }

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

This div background color is #EDB4C4.


Border color

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

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

This div border color is #EDB4C4.


Opacity

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

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

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

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

This text has shadow with #EDB4C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB4C4 on black background.


Color preview on white background

This text has color #EDB4C4 on white background.



Black color preview on #EDB4C4 background

This text has black color on #EDB4C4 background.


White color preview on #EDB4C4 background

This text has white color on #EDB4C4 background.