COLOR #EFD7C2

HEX: #EFD7C2
RGB: (239,215,194)

Renk bilgisi

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

RGB renk modeli

#EFD7C2 color RGB value is (239,215,194).

  • kırmız ton 239;
  • yeşil ton 215;
  • mavi ton 194.
RGB:
(239,215,194)
(94%,84%,76%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 215 of 255 = 84%
B 194 of 255 = 76%

239
215
194

R + G + B ~ 85%. #EFD7C2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 215 + 194 = 648 (100%)
R 239 of 648 ~ 36.88%
G 215 of 648 ~ 33.18%
B 194 of 648 ~ 29.94%

%36.88
%33.18
%29.94

CMYK RENK MODELİ

#EFD7C2 rengi CMYK tonu (0,10,19,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.04%
  • sarı tonu 18.83%
  • ana renk tonu 6.27%
CMYK:
(0,10,19,6)
C0M10Y19K6 
(0%,10%,19%,6%)
(0.00/0.10/0.19/0.06)	

CMYK yüzdeleri

%0
%10.04
%18.83
%6.27

Codes

Color #EFD7C2 in popluar color models

EFD7C2
RGB239215194
HSL28°58.44%84.90%
HSB/HSV28°18.83%93.73%
CMYK0.00%10.04%18.83%
6.27%

Color #EFD7C2 in popluar number systems.

HEXEFD7C2
Decimal239215194
Binary111011111101011111000010
Octal357327302

Shades and tints

Shades of #EFD7C2

#EFD7C2
(239,215,194)
#DAC4B1
(218,196,177)
#C5B1A0
(197,177,160)
#B09E8F
(176,158,143)
#9B8B7E
(155,139,126)
#86786D
(134,120,109)
#71655C
(113,101,92)
#5C524B
(92,82,75)
#473F3A
(71,63,58)
#322C29
(50,44,41)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #EFD7C2

#EFD7C2
(239,215,194)
#F0DAC7
(240,218,199)
#F1DDCC
(241,221,204)
#F2E0D1
(242,224,209)
#F3E3D6
(243,227,214)
#F4E6DB
(244,230,219)
#F5E9E0
(245,233,224)
#F6ECE5
(246,236,229)
#F7EFEA
(247,239,234)
#F8F2EF
(248,242,239)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD7C2 color. Also use rgb(239,215,194) instead hex code.

Text Font Color

.myTextColor { color: #EFD7C2; }

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

This text font color is #EFD7C2.


Background Color

.myBgColor { background-color: #EFD7C2; }

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

This div background color is #EFD7C2.


Border color

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

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

This div border color is #EFD7C2.


Opacity

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

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

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

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

This text has shadow with #EFD7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD7C2 on black background.


Color preview on white background

This text has color #EFD7C2 on white background.



Black color preview on #EFD7C2 background

This text has black color on #EFD7C2 background.


White color preview on #EFD7C2 background

This text has white color on #EFD7C2 background.