COLOR #EED6B6

HEX: #EED6B6
RGB: (238,214,182)

Renk bilgisi

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

RGB renk modeli

#EED6B6 color RGB value is (238,214,182).

  • kırmız ton 238;
  • yeşil ton 214;
  • mavi ton 182.
RGB:
(238,214,182)
(93%,84%,71%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 214 of 255 = 84%
B 182 of 255 = 71%

238
214
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 214 + 182 = 634 (100%)
R 238 of 634 ~ 37.54%
G 214 of 634 ~ 33.75%
B 182 of 634 ~ 28.71%

%37.54
%33.75
%28.71

CMYK RENK MODELİ

#EED6B6 rengi CMYK tonu (0,10,24,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.08%
  • sarı tonu 23.53%
  • ana renk tonu 6.67%
CMYK:
(0,10,24,7)
C0M10Y24K7 
(0%,10%,24%,7%)
(0.00/0.10/0.24/0.07)	

CMYK yüzdeleri

%0
%10.08
%23.53
%6.67

Codes

Color #EED6B6 in popluar color models

EED6B6
RGB238214182
HSL34°62.22%82.35%
HSB/HSV34°23.53%93.33%
CMYK0.00%10.08%23.53%
6.67%

Color #EED6B6 in popluar number systems.

HEXEED6B6
Decimal238214182
Binary111011101101011010110110
Octal356326266

Shades and tints

Shades of #EED6B6

#EED6B6
(238,214,182)
#D9C3A6
(217,195,166)
#C4B096
(196,176,150)
#AF9D86
(175,157,134)
#9A8A76
(154,138,118)
#857766
(133,119,102)
#706456
(112,100,86)
#5B5146
(91,81,70)
#463E36
(70,62,54)
#312B26
(49,43,38)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #EED6B6

#EED6B6
(238,214,182)
#EFD9BC
(239,217,188)
#F0DCC2
(240,220,194)
#F1DFC8
(241,223,200)
#F2E2CE
(242,226,206)
#F3E5D4
(243,229,212)
#F4E8DA
(244,232,218)
#F5EBE0
(245,235,224)
#F6EEE6
(246,238,230)
#F7F1EC
(247,241,236)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED6B6 color. Also use rgb(238,214,182) instead hex code.

Text Font Color

.myTextColor { color: #EED6B6; }

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

This text font color is #EED6B6.


Background Color

.myBgColor { background-color: #EED6B6; }

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

This div background color is #EED6B6.


Border color

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

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

This div border color is #EED6B6.


Opacity

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

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

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

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

This text has shadow with #EED6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED6B6 on black background.


Color preview on white background

This text has color #EED6B6 on white background.



Black color preview on #EED6B6 background

This text has black color on #EED6B6 background.


White color preview on #EED6B6 background

This text has white color on #EED6B6 background.