COLOR #EBFADD

HEX: #EBFADD
RGB: (235,250,221)

Renk bilgisi

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

RGB renk modeli

#EBFADD color RGB value is (235,250,221).

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

RGB bağlantıları ve doygunluk

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

235
250
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 250 + 221 = 706 (100%)
R 235 of 706 ~ 33.29%
G 250 of 706 ~ 35.41%
B 221 of 706 ~ 31.3%

%33.29
%35.41
%31.3

CMYK RENK MODELİ

#EBFADD rengi CMYK tonu (6,0,12,2).

  • camgöbeği tonu 6.00%
  • eflatun tonu 0.00%
  • sarı tonu 11.60%
  • ana renk tonu 1.96%
CMYK:
(6,0,12,2)
C6M0Y12K2 
(6%,0%,12%,2%)
(0.06/0.00/0.12/0.02)	

CMYK yüzdeleri

%6
%0
%11.6
%1.96

Codes

Color #EBFADD in popluar color models

EBFADD
RGB235250221
HSL91°74.36%92.35%
HSB/HSV91°11.60%98.04%
CMYK6.00%0.00%11.60%
1.96%

Color #EBFADD in popluar number systems.

HEXEBFADD
Decimal235250221
Binary111010111111101011011101
Octal353372335

Shades and tints

Shades of #EBFADD

#EBFADD
(235,250,221)
#D6E4C9
(214,228,201)
#C1CEB5
(193,206,181)
#ACB8A1
(172,184,161)
#97A28D
(151,162,141)
#828C79
(130,140,121)
#6D7665
(109,118,101)
#586051
(88,96,81)
#434A3D
(67,74,61)
#2E3429
(46,52,41)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #EBFADD

#EBFADD
(235,250,221)
#ECFAE0
(236,250,224)
#EDFAE3
(237,250,227)
#EEFAE6
(238,250,230)
#EFFAE9
(239,250,233)
#F0FAEC
(240,250,236)
#F1FAEF
(241,250,239)
#F2FAF2
(242,250,242)
#F3FAF5
(243,250,245)
#F4FAF8
(244,250,248)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFADD; }

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

This text font color is #EBFADD.


Background Color

.myBgColor { background-color: #EBFADD; }

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

This div background color is #EBFADD.


Border color

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

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

This div border color is #EBFADD.


Opacity

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

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

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

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

This text has shadow with #EBFADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFADD on black background.


Color preview on white background

This text has color #EBFADD on white background.



Black color preview on #EBFADD background

This text has black color on #EBFADD background.


White color preview on #EBFADD background

This text has white color on #EBFADD background.