COLOR #EFE6C2

HEX: #EFE6C2
RGB: (239,230,194)

Renk bilgisi

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

RGB renk modeli

#EFE6C2 color RGB value is (239,230,194).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 230 of 255 = 90%
B 194 of 255 = 76%

239
230
194

R + G + B ~ 87%. #EFE6C2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 230 + 194 = 663 (100%)
R 239 of 663 ~ 36.05%
G 230 of 663 ~ 34.69%
B 194 of 663 ~ 29.26%

%36.05
%34.69
%29.26

CMYK RENK MODELİ

#EFE6C2 rengi CMYK tonu (0,4,19,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.77%
  • sarı tonu 18.83%
  • ana renk tonu 6.27%
CMYK:
(0,4,19,6)
C0M4Y19K6 
(0%,4%,19%,6%)
(0.00/0.04/0.19/0.06)	

CMYK yüzdeleri

%0
%3.77
%18.83
%6.27

Codes

Color #EFE6C2 in popluar color models

EFE6C2
RGB239230194
HSL48°58.44%84.90%
HSB/HSV48°18.83%93.73%
CMYK0.00%3.77%18.83%
6.27%

Color #EFE6C2 in popluar number systems.

HEXEFE6C2
Decimal239230194
Binary111011111110011011000010
Octal357346302

Shades and tints

Shades of #EFE6C2

#EFE6C2
(239,230,194)
#DAD2B1
(218,210,177)
#C5BEA0
(197,190,160)
#B0AA8F
(176,170,143)
#9B967E
(155,150,126)
#86826D
(134,130,109)
#716E5C
(113,110,92)
#5C5A4B
(92,90,75)
#47463A
(71,70,58)
#323229
(50,50,41)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #EFE6C2

#EFE6C2
(239,230,194)
#F0E8C7
(240,232,199)
#F1EACC
(241,234,204)
#F2ECD1
(242,236,209)
#F3EED6
(243,238,214)
#F4F0DB
(244,240,219)
#F5F2E0
(245,242,224)
#F6F4E5
(246,244,229)
#F7F6EA
(247,246,234)
#F8F8EF
(248,248,239)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE6C2; }

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

This text font color is #EFE6C2.


Background Color

.myBgColor { background-color: #EFE6C2; }

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

This div background color is #EFE6C2.


Border color

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

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

This div border color is #EFE6C2.


Opacity

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

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

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

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

This text has shadow with #EFE6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE6C2 on black background.


Color preview on white background

This text has color #EFE6C2 on white background.



Black color preview on #EFE6C2 background

This text has black color on #EFE6C2 background.


White color preview on #EFE6C2 background

This text has white color on #EFE6C2 background.