COLOR #EBF0D7

HEX: #EBF0D7
RGB: (235,240,215)

Renk bilgisi

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

RGB renk modeli

#EBF0D7 color RGB value is (235,240,215).

  • kırmız ton 235;
  • yeşil ton 240;
  • mavi ton 215.
RGB:
(235,240,215)
(92%,94%,84%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 240 of 255 = 94%
B 215 of 255 = 84%

235
240
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 240 + 215 = 690 (100%)
R 235 of 690 ~ 34.06%
G 240 of 690 ~ 34.78%
B 215 of 690 ~ 31.16%

%34.06
%34.78
%31.16

CMYK RENK MODELİ

#EBF0D7 rengi CMYK tonu (2,0,10,6).

  • camgöbeği tonu 2.08%
  • eflatun tonu 0.00%
  • sarı tonu 10.42%
  • ana renk tonu 5.88%
CMYK:
(2,0,10,6)
C2M0Y10K6 
(2%,0%,10%,6%)
(0.02/0.00/0.10/0.06)	

CMYK yüzdeleri

%2.08
%0
%10.42
%5.88

Codes

Color #EBF0D7 in popluar color models

EBF0D7
RGB235240215
HSL72°45.45%89.22%
HSB/HSV72°10.42%94.12%
CMYK2.08%0.00%10.42%
5.88%

Color #EBF0D7 in popluar number systems.

HEXEBF0D7
Decimal235240215
Binary111010111111000011010111
Octal353360327

Shades and tints

Shades of #EBF0D7

#EBF0D7
(235,240,215)
#D6DBC4
(214,219,196)
#C1C6B1
(193,198,177)
#ACB19E
(172,177,158)
#979C8B
(151,156,139)
#828778
(130,135,120)
#6D7265
(109,114,101)
#585D52
(88,93,82)
#43483F
(67,72,63)
#2E332C
(46,51,44)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #EBF0D7

#EBF0D7
(235,240,215)
#ECF1DA
(236,241,218)
#EDF2DD
(237,242,221)
#EEF3E0
(238,243,224)
#EFF4E3
(239,244,227)
#F0F5E6
(240,245,230)
#F1F6E9
(241,246,233)
#F2F7EC
(242,247,236)
#F3F8EF
(243,248,239)
#F4F9F2
(244,249,242)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF0D7 color. Also use rgb(235,240,215) instead hex code.

Text Font Color

.myTextColor { color: #EBF0D7; }

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

This text font color is #EBF0D7.


Background Color

.myBgColor { background-color: #EBF0D7; }

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

This div background color is #EBF0D7.


Border color

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

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

This div border color is #EBF0D7.


Opacity

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

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

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

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

This text has shadow with #EBF0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF0D7 on black background.


Color preview on white background

This text has color #EBF0D7 on white background.



Black color preview on #EBF0D7 background

This text has black color on #EBF0D7 background.


White color preview on #EBF0D7 background

This text has white color on #EBF0D7 background.