COLOR #EBF9DD

HEX: #EBF9DD
RGB: (235,249,221)

Renk bilgisi

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

RGB renk modeli

#EBF9DD color RGB value is (235,249,221).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 249 of 255 = 98%
B 221 of 255 = 87%

235
249
221

R + G + B ~ 92%. #EBF9DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 249 + 221 = 705 (100%)
R 235 of 705 ~ 33.33%
G 249 of 705 ~ 35.32%
B 221 of 705 ~ 31.35%

%33.33
%35.32
%31.35

CMYK RENK MODELİ

#EBF9DD rengi CMYK tonu (6,0,11,2).

  • camgöbeği tonu 5.62%
  • eflatun tonu 0.00%
  • sarı tonu 11.24%
  • ana renk tonu 2.35%
CMYK:
(6,0,11,2)
C6M0Y11K2 
(6%,0%,11%,2%)
(0.06/0.00/0.11/0.02)	

CMYK yüzdeleri

%5.62
%0
%11.24
%2.35

Codes

Color #EBF9DD in popluar color models

EBF9DD
RGB235249221
HSL90°70.00%92.16%
HSB/HSV90°11.24%97.65%
CMYK5.62%0.00%11.24%
2.35%

Color #EBF9DD in popluar number systems.

HEXEBF9DD
Decimal235249221
Binary111010111111100111011101
Octal353371335

Shades and tints

Shades of #EBF9DD

#EBF9DD
(235,249,221)
#D6E3C9
(214,227,201)
#C1CDB5
(193,205,181)
#ACB7A1
(172,183,161)
#97A18D
(151,161,141)
#828B79
(130,139,121)
#6D7565
(109,117,101)
#585F51
(88,95,81)
#43493D
(67,73,61)
#2E3329
(46,51,41)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #EBF9DD

#EBF9DD
(235,249,221)
#ECF9E0
(236,249,224)
#EDF9E3
(237,249,227)
#EEF9E6
(238,249,230)
#EFF9E9
(239,249,233)
#F0F9EC
(240,249,236)
#F1F9EF
(241,249,239)
#F2F9F2
(242,249,242)
#F3F9F5
(243,249,245)
#F4F9F8
(244,249,248)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF9DD; }

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

This text font color is #EBF9DD.


Background Color

.myBgColor { background-color: #EBF9DD; }

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

This div background color is #EBF9DD.


Border color

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

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

This div border color is #EBF9DD.


Opacity

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

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

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

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

This text has shadow with #EBF9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF9DD on black background.


Color preview on white background

This text has color #EBF9DD on white background.



Black color preview on #EBF9DD background

This text has black color on #EBF9DD background.


White color preview on #EBF9DD background

This text has white color on #EBF9DD background.