COLOR #F7EBE6

HEX: #F7EBE6
RGB: (247,235,230)

Renk bilgisi

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

RGB renk modeli

#F7EBE6 color RGB value is (247,235,230).

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

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 235 of 255 = 92%
B 230 of 255 = 90%

247
235
230

R + G + B ~ 93%. #F7EBE6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 235 + 230 = 712 (100%)
R 247 of 712 ~ 34.69%
G 235 of 712 ~ 33.01%
B 230 of 712 ~ 32.3%

%34.69
%33.01
%32.3

CMYK RENK MODELİ

#F7EBE6 rengi CMYK tonu (0,5,7,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.86%
  • sarı tonu 6.88%
  • ana renk tonu 3.14%
CMYK:
(0,5,7,3)
C0M5Y7K3 
(0%,5%,7%,3%)
(0.00/0.05/0.07/0.03)	

CMYK yüzdeleri

%0
%4.86
%6.88
%3.14

Codes

Color #F7EBE6 in popluar color models

F7EBE6
RGB247235230
HSL18°51.52%93.53%
HSB/HSV18°6.88%96.86%
CMYK0.00%4.86%6.88%
3.14%

Color #F7EBE6 in popluar number systems.

HEXF7EBE6
Decimal247235230
Binary111101111110101111100110
Octal367353346

Shades and tints

Shades of #F7EBE6

#F7EBE6
(247,235,230)
#E1D6D2
(225,214,210)
#CBC1BE
(203,193,190)
#B5ACAA
(181,172,170)
#9F9796
(159,151,150)
#898282
(137,130,130)
#736D6E
(115,109,110)
#5D585A
(93,88,90)
#474346
(71,67,70)
#312E32
(49,46,50)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #F7EBE6

#F7EBE6
(247,235,230)
#F7ECE8
(247,236,232)
#F7EDEA
(247,237,234)
#F7EEEC
(247,238,236)
#F7EFEE
(247,239,238)
#F7F0F0
(247,240,240)
#F7F1F2
(247,241,242)
#F7F2F4
(247,242,244)
#F7F3F6
(247,243,246)
#F7F4F8
(247,244,248)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EBE6; }

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

This text font color is #F7EBE6.


Background Color

.myBgColor { background-color: #F7EBE6; }

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

This div background color is #F7EBE6.


Border color

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

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

This div border color is #F7EBE6.


Opacity

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

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

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

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

This text has shadow with #F7EBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EBE6 on black background.


Color preview on white background

This text has color #F7EBE6 on white background.



Black color preview on #F7EBE6 background

This text has black color on #F7EBE6 background.


White color preview on #F7EBE6 background

This text has white color on #F7EBE6 background.