COLOR #F6EBCB

HEX: #F6EBCB
RGB: (246,235,203)

Renk bilgisi

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

RGB renk modeli

#F6EBCB color RGB value is (246,235,203).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 235 of 255 = 92%
B 203 of 255 = 80%

246
235
203

R + G + B ~ 89%. #F6EBCB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 235 + 203 = 684 (100%)
R 246 of 684 ~ 35.96%
G 235 of 684 ~ 34.36%
B 203 of 684 ~ 29.68%

%35.96
%34.36
%29.68

CMYK RENK MODELİ

#F6EBCB rengi CMYK tonu (0,4,17,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.47%
  • sarı tonu 17.48%
  • ana renk tonu 3.53%
CMYK:
(0,4,17,4)
C0M4Y17K4 
(0%,4%,17%,4%)
(0.00/0.04/0.17/0.04)	

CMYK yüzdeleri

%0
%4.47
%17.48
%3.53

Codes

Color #F6EBCB in popluar color models

F6EBCB
RGB246235203
HSL45°70.49%88.04%
HSB/HSV45°17.48%96.47%
CMYK0.00%4.47%17.48%
3.53%

Color #F6EBCB in popluar number systems.

HEXF6EBCB
Decimal246235203
Binary111101101110101111001011
Octal366353313

Shades and tints

Shades of #F6EBCB

#F6EBCB
(246,235,203)
#E0D6B9
(224,214,185)
#CAC1A7
(202,193,167)
#B4AC95
(180,172,149)
#9E9783
(158,151,131)
#888271
(136,130,113)
#726D5F
(114,109,95)
#5C584D
(92,88,77)
#46433B
(70,67,59)
#302E29
(48,46,41)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #F6EBCB

#F6EBCB
(246,235,203)
#F6ECCF
(246,236,207)
#F6EDD3
(246,237,211)
#F6EED7
(246,238,215)
#F6EFDB
(246,239,219)
#F6F0DF
(246,240,223)
#F6F1E3
(246,241,227)
#F6F2E7
(246,242,231)
#F6F3EB
(246,243,235)
#F6F4EF
(246,244,239)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EBCB; }

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

This text font color is #F6EBCB.


Background Color

.myBgColor { background-color: #F6EBCB; }

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

This div background color is #F6EBCB.


Border color

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

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

This div border color is #F6EBCB.


Opacity

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

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

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

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

This text has shadow with #F6EBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EBCB on black background.


Color preview on white background

This text has color #F6EBCB on white background.



Black color preview on #F6EBCB background

This text has black color on #F6EBCB background.


White color preview on #F6EBCB background

This text has white color on #F6EBCB background.