COLOR #EBF693

HEX: #EBF693
RGB: (235,246,147)

Renk bilgisi

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

RGB renk modeli

#EBF693 color RGB value is (235,246,147).

  • kırmız ton 235;
  • yeşil ton 246;
  • mavi ton 147.
RGB:
(235,246,147)
(92%,96%,58%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 246 of 255 = 96%
B 147 of 255 = 58%

235
246
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 246 + 147 = 628 (100%)
R 235 of 628 ~ 37.42%
G 246 of 628 ~ 39.17%
B 147 of 628 ~ 23.41%

%37.42
%39.17
%23.41

CMYK RENK MODELİ

#EBF693 rengi CMYK tonu (4,0,40,4).

  • camgöbeği tonu 4.47%
  • eflatun tonu 0.00%
  • sarı tonu 40.24%
  • ana renk tonu 3.53%
CMYK:
(4,0,40,4)
C4M0Y40K4 
(4%,0%,40%,4%)
(0.04/0.00/0.40/0.04)	

CMYK yüzdeleri

%4.47
%0
%40.24
%3.53

Codes

Color #EBF693 in popluar color models

EBF693
RGB235246147
HSL67°84.62%77.06%
HSB/HSV67°40.24%96.47%
CMYK4.47%0.00%40.24%
3.53%

Color #EBF693 in popluar number systems.

HEXEBF693
Decimal235246147
Binary111010111111011010010011
Octal353366223

Shades and tints

Shades of #EBF693

#EBF693
(235,246,147)
#D6E086
(214,224,134)
#C1CA79
(193,202,121)
#ACB46C
(172,180,108)
#979E5F
(151,158,95)
#828852
(130,136,82)
#6D7245
(109,114,69)
#585C38
(88,92,56)
#43462B
(67,70,43)
#2E301E
(46,48,30)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #EBF693

#EBF693
(235,246,147)
#ECF69C
(236,246,156)
#EDF6A5
(237,246,165)
#EEF6AE
(238,246,174)
#EFF6B7
(239,246,183)
#F0F6C0
(240,246,192)
#F1F6C9
(241,246,201)
#F2F6D2
(242,246,210)
#F3F6DB
(243,246,219)
#F4F6E4
(244,246,228)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF693 color. Also use rgb(235,246,147) instead hex code.

Text Font Color

.myTextColor { color: #EBF693; }

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

This text font color is #EBF693.


Background Color

.myBgColor { background-color: #EBF693; }

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

This div background color is #EBF693.


Border color

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

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

This div border color is #EBF693.


Opacity

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

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

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

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

This text has shadow with #EBF693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF693 on black background.


Color preview on white background

This text has color #EBF693 on white background.



Black color preview on #EBF693 background

This text has black color on #EBF693 background.


White color preview on #EBF693 background

This text has white color on #EBF693 background.