COLOR #EFD9C6

HEX: #EFD9C6
RGB: (239,217,198)

Renk bilgisi

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

RGB renk modeli

#EFD9C6 color RGB value is (239,217,198).

  • kırmız ton 239;
  • yeşil ton 217;
  • mavi ton 198.
RGB:
(239,217,198)
(94%,85%,78%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 217 of 255 = 85%
B 198 of 255 = 78%

239
217
198

R + G + B ~ 86%. #EFD9C6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 217 + 198 = 654 (100%)
R 239 of 654 ~ 36.54%
G 217 of 654 ~ 33.18%
B 198 of 654 ~ 30.28%

%36.54
%33.18
%30.28

CMYK RENK MODELİ

#EFD9C6 rengi CMYK tonu (0,9,17,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.21%
  • sarı tonu 17.15%
  • ana renk tonu 6.27%
CMYK:
(0,9,17,6)
C0M9Y17K6 
(0%,9%,17%,6%)
(0.00/0.09/0.17/0.06)	

CMYK yüzdeleri

%0
%9.21
%17.15
%6.27

Codes

Color #EFD9C6 in popluar color models

EFD9C6
RGB239217198
HSL28°56.16%85.69%
HSB/HSV28°17.15%93.73%
CMYK0.00%9.21%17.15%
6.27%

Color #EFD9C6 in popluar number systems.

HEXEFD9C6
Decimal239217198
Binary111011111101100111000110
Octal357331306

Shades and tints

Shades of #EFD9C6

#EFD9C6
(239,217,198)
#DAC6B4
(218,198,180)
#C5B3A2
(197,179,162)
#B0A090
(176,160,144)
#9B8D7E
(155,141,126)
#867A6C
(134,122,108)
#71675A
(113,103,90)
#5C5448
(92,84,72)
#474136
(71,65,54)
#322E24
(50,46,36)
#1D1B12
(29,27,18)
#000000
(0,0,0)

Tints of #EFD9C6

#EFD9C6
(239,217,198)
#F0DCCB
(240,220,203)
#F1DFD0
(241,223,208)
#F2E2D5
(242,226,213)
#F3E5DA
(243,229,218)
#F4E8DF
(244,232,223)
#F5EBE4
(245,235,228)
#F6EEE9
(246,238,233)
#F7F1EE
(247,241,238)
#F8F4F3
(248,244,243)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD9C6 color. Also use rgb(239,217,198) instead hex code.

Text Font Color

.myTextColor { color: #EFD9C6; }

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

This text font color is #EFD9C6.


Background Color

.myBgColor { background-color: #EFD9C6; }

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

This div background color is #EFD9C6.


Border color

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

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

This div border color is #EFD9C6.


Opacity

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

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

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

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

This text has shadow with #EFD9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9C6 on black background.


Color preview on white background

This text has color #EFD9C6 on white background.



Black color preview on #EFD9C6 background

This text has black color on #EFD9C6 background.


White color preview on #EFD9C6 background

This text has white color on #EFD9C6 background.