COLOR #F6D7EF

HEX: #F6D7EF
RGB: (246,215,239)

Renk bilgisi

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

RGB renk modeli

#F6D7EF color RGB value is (246,215,239).

  • kırmız ton 246;
  • yeşil ton 215;
  • mavi ton 239.
RGB:
(246,215,239)
(96%,84%,94%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 215 of 255 = 84%
B 239 of 255 = 94%

246
215
239

R + G + B ~ 91%. #F6D7EF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 215 + 239 = 700 (100%)
R 246 of 700 ~ 35.14%
G 215 of 700 ~ 30.71%
B 239 of 700 ~ 34.14%

%35.14
%30.71
%34.14

CMYK RENK MODELİ

#F6D7EF rengi CMYK tonu (0,13,3,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.60%
  • sarı tonu 2.85%
  • ana renk tonu 3.53%
CMYK:
(0,13,3,4)
C0M13Y3K4 
(0%,13%,3%,4%)
(0.00/0.13/0.03/0.04)	

CMYK yüzdeleri

%0
%12.6
%2.85
%3.53

Codes

Color #F6D7EF in popluar color models

F6D7EF
RGB246215239
HSL314°63.27%90.39%
HSB/HSV314°12.60%96.47%
CMYK0.00%12.60%2.85%
3.53%

Color #F6D7EF in popluar number systems.

HEXF6D7EF
Decimal246215239
Binary111101101101011111101111
Octal366327357

Shades and tints

Shades of #F6D7EF

#F6D7EF
(246,215,239)
#E0C4DA
(224,196,218)
#CAB1C5
(202,177,197)
#B49EB0
(180,158,176)
#9E8B9B
(158,139,155)
#887886
(136,120,134)
#726571
(114,101,113)
#5C525C
(92,82,92)
#463F47
(70,63,71)
#302C32
(48,44,50)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #F6D7EF

#F6D7EF
(246,215,239)
#F6DAF0
(246,218,240)
#F6DDF1
(246,221,241)
#F6E0F2
(246,224,242)
#F6E3F3
(246,227,243)
#F6E6F4
(246,230,244)
#F6E9F5
(246,233,245)
#F6ECF6
(246,236,246)
#F6EFF7
(246,239,247)
#F6F2F8
(246,242,248)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D7EF color. Also use rgb(246,215,239) instead hex code.

Text Font Color

.myTextColor { color: #F6D7EF; }

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

This text font color is #F6D7EF.


Background Color

.myBgColor { background-color: #F6D7EF; }

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

This div background color is #F6D7EF.


Border color

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

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

This div border color is #F6D7EF.


Opacity

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

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

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

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

This text has shadow with #F6D7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D7EF on black background.


Color preview on white background

This text has color #F6D7EF on white background.



Black color preview on #F6D7EF background

This text has black color on #F6D7EF background.


White color preview on #F6D7EF background

This text has white color on #F6D7EF background.