COLOR #EBF1DD

HEX: #EBF1DD
RGB: (235,241,221)

Renk bilgisi

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

RGB renk modeli

#EBF1DD color RGB value is (235,241,221).

  • kırmız ton 235;
  • yeşil ton 241;
  • mavi ton 221.
RGB:
(235,241,221)
(92%,95%,87%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 241 of 255 = 95%
B 221 of 255 = 87%

235
241
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 241 + 221 = 697 (100%)
R 235 of 697 ~ 33.72%
G 241 of 697 ~ 34.58%
B 221 of 697 ~ 31.71%

%33.72
%34.58
%31.71

CMYK RENK MODELİ

#EBF1DD rengi CMYK tonu (2,0,8,5).

  • camgöbeği tonu 2.49%
  • eflatun tonu 0.00%
  • sarı tonu 8.30%
  • ana renk tonu 5.49%
CMYK:
(2,0,8,5)
C2M0Y8K5 
(2%,0%,8%,5%)
(0.02/0.00/0.08/0.05)	

CMYK yüzdeleri

%2.49
%0
%8.3
%5.49

Codes

Color #EBF1DD in popluar color models

EBF1DD
RGB235241221
HSL78°41.67%90.59%
HSB/HSV78°8.30%94.51%
CMYK2.49%0.00%8.30%
5.49%

Color #EBF1DD in popluar number systems.

HEXEBF1DD
Decimal235241221
Binary111010111111000111011101
Octal353361335

Shades and tints

Shades of #EBF1DD

#EBF1DD
(235,241,221)
#D6DCC9
(214,220,201)
#C1C7B5
(193,199,181)
#ACB2A1
(172,178,161)
#979D8D
(151,157,141)
#828879
(130,136,121)
#6D7365
(109,115,101)
#585E51
(88,94,81)
#43493D
(67,73,61)
#2E3429
(46,52,41)
#191F15
(25,31,21)
#000000
(0,0,0)

Tints of #EBF1DD

#EBF1DD
(235,241,221)
#ECF2E0
(236,242,224)
#EDF3E3
(237,243,227)
#EEF4E6
(238,244,230)
#EFF5E9
(239,245,233)
#F0F6EC
(240,246,236)
#F1F7EF
(241,247,239)
#F2F8F2
(242,248,242)
#F3F9F5
(243,249,245)
#F4FAF8
(244,250,248)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF1DD color. Also use rgb(235,241,221) instead hex code.

Text Font Color

.myTextColor { color: #EBF1DD; }

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

This text font color is #EBF1DD.


Background Color

.myBgColor { background-color: #EBF1DD; }

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

This div background color is #EBF1DD.


Border color

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

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

This div border color is #EBF1DD.


Opacity

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

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

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

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

This text has shadow with #EBF1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF1DD on black background.


Color preview on white background

This text has color #EBF1DD on white background.



Black color preview on #EBF1DD background

This text has black color on #EBF1DD background.


White color preview on #EBF1DD background

This text has white color on #EBF1DD background.