COLOR #EBEF9B

HEX: #EBEF9B
RGB: (235,239,155)

Renk bilgisi

#EBEF9B contains mainly red and green colors. #EBEF9B ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#EBEF9B color RGB value is (235,239,155).

  • kırmız ton 235;
  • yeşil ton 239;
  • mavi ton 155.
RGB:
(235,239,155)
(92%,94%,61%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 239 of 255 = 94%
B 155 of 255 = 61%

235
239
155

R + G + B ~ 82%. #EBEF9B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 239 + 155 = 629 (100%)
R 235 of 629 ~ 37.36%
G 239 of 629 ~ 38%
B 155 of 629 ~ 24.64%

%37.36
%38
%24.64

CMYK RENK MODELİ

#EBEF9B rengi CMYK tonu (2,0,35,6).

  • camgöbeği tonu 1.67%
  • eflatun tonu 0.00%
  • sarı tonu 35.15%
  • ana renk tonu 6.27%
CMYK:
(2,0,35,6)
C2M0Y35K6 
(2%,0%,35%,6%)
(0.02/0.00/0.35/0.06)	

CMYK yüzdeleri

%1.67
%0
%35.15
%6.27

Codes

Color #EBEF9B in popluar color models

EBEF9B
RGB235239155
HSL63°72.41%77.25%
HSB/HSV63°35.15%93.73%
CMYK1.67%0.00%35.15%
6.27%

Color #EBEF9B in popluar number systems.

HEXEBEF9B
Decimal235239155
Binary111010111110111110011011
Octal353357233

Shades and tints

Shades of #EBEF9B

#EBEF9B
(235,239,155)
#D6DA8D
(214,218,141)
#C1C57F
(193,197,127)
#ACB071
(172,176,113)
#979B63
(151,155,99)
#828655
(130,134,85)
#6D7147
(109,113,71)
#585C39
(88,92,57)
#43472B
(67,71,43)
#2E321D
(46,50,29)
#191D0F
(25,29,15)
#000000
(0,0,0)

Tints of #EBEF9B

#EBEF9B
(235,239,155)
#ECF0A4
(236,240,164)
#EDF1AD
(237,241,173)
#EEF2B6
(238,242,182)
#EFF3BF
(239,243,191)
#F0F4C8
(240,244,200)
#F1F5D1
(241,245,209)
#F2F6DA
(242,246,218)
#F3F7E3
(243,247,227)
#F4F8EC
(244,248,236)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEF9B color. Also use rgb(235,239,155) instead hex code.

Text Font Color

.myTextColor { color: #EBEF9B; }

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

This text font color is #EBEF9B.


Background Color

.myBgColor { background-color: #EBEF9B; }

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

This div background color is #EBEF9B.


Border color

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

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

This div border color is #EBEF9B.


Opacity

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

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

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

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

This text has shadow with #EBEF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEF9B on black background.


Color preview on white background

This text has color #EBEF9B on white background.



Black color preview on #EBEF9B background

This text has black color on #EBEF9B background.


White color preview on #EBEF9B background

This text has white color on #EBEF9B background.