COLOR #EFE6D8

HEX: #EFE6D8
RGB: (239,230,216)

Renk bilgisi

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

RGB renk modeli

#EFE6D8 color RGB value is (239,230,216).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 230 of 255 = 90%
B 216 of 255 = 85%

239
230
216

R + G + B ~ 90%. #EFE6D8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 230 + 216 = 685 (100%)
R 239 of 685 ~ 34.89%
G 230 of 685 ~ 33.58%
B 216 of 685 ~ 31.53%

%34.89
%33.58
%31.53

CMYK RENK MODELİ

#EFE6D8 rengi CMYK tonu (0,4,10,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.77%
  • sarı tonu 9.62%
  • ana renk tonu 6.27%
CMYK:
(0,4,10,6)
C0M4Y10K6 
(0%,4%,10%,6%)
(0.00/0.04/0.10/0.06)	

CMYK yüzdeleri

%0
%3.77
%9.62
%6.27

Codes

Color #EFE6D8 in popluar color models

EFE6D8
RGB239230216
HSL37°41.82%89.22%
HSB/HSV37°9.62%93.73%
CMYK0.00%3.77%9.62%
6.27%

Color #EFE6D8 in popluar number systems.

HEXEFE6D8
Decimal239230216
Binary111011111110011011011000
Octal357346330

Shades and tints

Shades of #EFE6D8

#EFE6D8
(239,230,216)
#DAD2C5
(218,210,197)
#C5BEB2
(197,190,178)
#B0AA9F
(176,170,159)
#9B968C
(155,150,140)
#868279
(134,130,121)
#716E66
(113,110,102)
#5C5A53
(92,90,83)
#474640
(71,70,64)
#32322D
(50,50,45)
#1D1E1A
(29,30,26)
#000000
(0,0,0)

Tints of #EFE6D8

#EFE6D8
(239,230,216)
#F0E8DB
(240,232,219)
#F1EADE
(241,234,222)
#F2ECE1
(242,236,225)
#F3EEE4
(243,238,228)
#F4F0E7
(244,240,231)
#F5F2EA
(245,242,234)
#F6F4ED
(246,244,237)
#F7F6F0
(247,246,240)
#F8F8F3
(248,248,243)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE6D8; }

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

This text font color is #EFE6D8.


Background Color

.myBgColor { background-color: #EFE6D8; }

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

This div background color is #EFE6D8.


Border color

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

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

This div border color is #EFE6D8.


Opacity

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

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

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

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

This text has shadow with #EFE6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE6D8 on black background.


Color preview on white background

This text has color #EFE6D8 on white background.



Black color preview on #EFE6D8 background

This text has black color on #EFE6D8 background.


White color preview on #EFE6D8 background

This text has white color on #EFE6D8 background.