COLOR #EBF5D5

HEX: #EBF5D5
RGB: (235,245,213)

Renk bilgisi

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

RGB renk modeli

#EBF5D5 color RGB value is (235,245,213).

  • kırmız ton 235;
  • yeşil ton 245;
  • mavi ton 213.
RGB:
(235,245,213)
(92%,96%,84%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 245 of 255 = 96%
B 213 of 255 = 84%

235
245
213

R + G + B ~ 91%. #EBF5D5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 245 + 213 = 693 (100%)
R 235 of 693 ~ 33.91%
G 245 of 693 ~ 35.35%
B 213 of 693 ~ 30.74%

%33.91
%35.35
%30.74

CMYK RENK MODELİ

#EBF5D5 rengi CMYK tonu (4,0,13,4).

  • camgöbeği tonu 4.08%
  • eflatun tonu 0.00%
  • sarı tonu 13.06%
  • ana renk tonu 3.92%
CMYK:
(4,0,13,4)
C4M0Y13K4 
(4%,0%,13%,4%)
(0.04/0.00/0.13/0.04)	

CMYK yüzdeleri

%4.08
%0
%13.06
%3.92

Codes

Color #EBF5D5 in popluar color models

EBF5D5
RGB235245213
HSL79°61.54%89.80%
HSB/HSV79°13.06%96.08%
CMYK4.08%0.00%13.06%
3.92%

Color #EBF5D5 in popluar number systems.

HEXEBF5D5
Decimal235245213
Binary111010111111010111010101
Octal353365325

Shades and tints

Shades of #EBF5D5

#EBF5D5
(235,245,213)
#D6DFC2
(214,223,194)
#C1C9AF
(193,201,175)
#ACB39C
(172,179,156)
#979D89
(151,157,137)
#828776
(130,135,118)
#6D7163
(109,113,99)
#585B50
(88,91,80)
#43453D
(67,69,61)
#2E2F2A
(46,47,42)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #EBF5D5

#EBF5D5
(235,245,213)
#ECF5D8
(236,245,216)
#EDF5DB
(237,245,219)
#EEF5DE
(238,245,222)
#EFF5E1
(239,245,225)
#F0F5E4
(240,245,228)
#F1F5E7
(241,245,231)
#F2F5EA
(242,245,234)
#F3F5ED
(243,245,237)
#F4F5F0
(244,245,240)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF5D5 color. Also use rgb(235,245,213) instead hex code.

Text Font Color

.myTextColor { color: #EBF5D5; }

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

This text font color is #EBF5D5.


Background Color

.myBgColor { background-color: #EBF5D5; }

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

This div background color is #EBF5D5.


Border color

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

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

This div border color is #EBF5D5.


Opacity

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

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

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

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

This text has shadow with #EBF5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF5D5 on black background.


Color preview on white background

This text has color #EBF5D5 on white background.



Black color preview on #EBF5D5 background

This text has black color on #EBF5D5 background.


White color preview on #EBF5D5 background

This text has white color on #EBF5D5 background.