COLOR #EBE6C2

HEX: #EBE6C2
RGB: (235,230,194)

Renk bilgisi

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

RGB renk modeli

#EBE6C2 color RGB value is (235,230,194).

  • kırmız ton 235;
  • yeşil ton 230;
  • mavi ton 194.
RGB:
(235,230,194)
(92%,90%,76%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 230 of 255 = 90%
B 194 of 255 = 76%

235
230
194

R + G + B ~ 86%. #EBE6C2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 230 + 194 = 659 (100%)
R 235 of 659 ~ 35.66%
G 230 of 659 ~ 34.9%
B 194 of 659 ~ 29.44%

%35.66
%34.9
%29.44

CMYK RENK MODELİ

#EBE6C2 rengi CMYK tonu (0,2,17,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.13%
  • sarı tonu 17.45%
  • ana renk tonu 7.84%
CMYK:
(0,2,17,8)
C0M2Y17K8 
(0%,2%,17%,8%)
(0.00/0.02/0.17/0.08)	

CMYK yüzdeleri

%0
%2.13
%17.45
%7.84

Codes

Color #EBE6C2 in popluar color models

EBE6C2
RGB235230194
HSL53°50.62%84.12%
HSB/HSV53°17.45%92.16%
CMYK0.00%2.13%17.45%
7.84%

Color #EBE6C2 in popluar number systems.

HEXEBE6C2
Decimal235230194
Binary111010111110011011000010
Octal353346302

Shades and tints

Shades of #EBE6C2

#EBE6C2
(235,230,194)
#D6D2B1
(214,210,177)
#C1BEA0
(193,190,160)
#ACAA8F
(172,170,143)
#97967E
(151,150,126)
#82826D
(130,130,109)
#6D6E5C
(109,110,92)
#585A4B
(88,90,75)
#43463A
(67,70,58)
#2E3229
(46,50,41)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #EBE6C2

#EBE6C2
(235,230,194)
#ECE8C7
(236,232,199)
#EDEACC
(237,234,204)
#EEECD1
(238,236,209)
#EFEED6
(239,238,214)
#F0F0DB
(240,240,219)
#F1F2E0
(241,242,224)
#F2F4E5
(242,244,229)
#F3F6EA
(243,246,234)
#F4F8EF
(244,248,239)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE6C2 color. Also use rgb(235,230,194) instead hex code.

Text Font Color

.myTextColor { color: #EBE6C2; }

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

This text font color is #EBE6C2.


Background Color

.myBgColor { background-color: #EBE6C2; }

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

This div background color is #EBE6C2.


Border color

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

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

This div border color is #EBE6C2.


Opacity

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

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

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

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

This text has shadow with #EBE6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE6C2 on black background.


Color preview on white background

This text has color #EBE6C2 on white background.



Black color preview on #EBE6C2 background

This text has black color on #EBE6C2 background.


White color preview on #EBE6C2 background

This text has white color on #EBE6C2 background.