COLOR #F7EDE5

HEX: #F7EDE5
RGB: (247,237,229)

Renk bilgisi

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

RGB renk modeli

#F7EDE5 color RGB value is (247,237,229).

  • kırmız ton 247;
  • yeşil ton 237;
  • mavi ton 229.
RGB:
(247,237,229)
(97%,93%,90%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 237 of 255 = 93%
B 229 of 255 = 90%

247
237
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 237 + 229 = 713 (100%)
R 247 of 713 ~ 34.64%
G 237 of 713 ~ 33.24%
B 229 of 713 ~ 32.12%

%34.64
%33.24
%32.12

CMYK RENK MODELİ

#F7EDE5 rengi CMYK tonu (0,4,7,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.05%
  • sarı tonu 7.29%
  • ana renk tonu 3.14%
CMYK:
(0,4,7,3)
C0M4Y7K3 
(0%,4%,7%,3%)
(0.00/0.04/0.07/0.03)	

CMYK yüzdeleri

%0
%4.05
%7.29
%3.14

Codes

Color #F7EDE5 in popluar color models

F7EDE5
RGB247237229
HSL27°52.94%93.33%
HSB/HSV27°7.29%96.86%
CMYK0.00%4.05%7.29%
3.14%

Color #F7EDE5 in popluar number systems.

HEXF7EDE5
Decimal247237229
Binary111101111110110111100101
Octal367355345

Shades and tints

Shades of #F7EDE5

#F7EDE5
(247,237,229)
#E1D8D1
(225,216,209)
#CBC3BD
(203,195,189)
#B5AEA9
(181,174,169)
#9F9995
(159,153,149)
#898481
(137,132,129)
#736F6D
(115,111,109)
#5D5A59
(93,90,89)
#474545
(71,69,69)
#313031
(49,48,49)
#1B1B1D
(27,27,29)
#000000
(0,0,0)

Tints of #F7EDE5

#F7EDE5
(247,237,229)
#F7EEE7
(247,238,231)
#F7EFE9
(247,239,233)
#F7F0EB
(247,240,235)
#F7F1ED
(247,241,237)
#F7F2EF
(247,242,239)
#F7F3F1
(247,243,241)
#F7F4F3
(247,244,243)
#F7F5F5
(247,245,245)
#F7F6F7
(247,246,247)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7EDE5 color. Also use rgb(247,237,229) instead hex code.

Text Font Color

.myTextColor { color: #F7EDE5; }

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

This text font color is #F7EDE5.


Background Color

.myBgColor { background-color: #F7EDE5; }

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

This div background color is #F7EDE5.


Border color

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

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

This div border color is #F7EDE5.


Opacity

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

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

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

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

This text has shadow with #F7EDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EDE5 on black background.


Color preview on white background

This text has color #F7EDE5 on white background.



Black color preview on #F7EDE5 background

This text has black color on #F7EDE5 background.


White color preview on #F7EDE5 background

This text has white color on #F7EDE5 background.