COLOR #F6E6DB

HEX: #F6E6DB RGB: (246,230,219)

Renk bilgisi

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

RGB renk modeli

#F6E6DB color RGB value is (246,230,219).

RGB: (246,230,219) (96%, 90%, 86%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 230 of 255 = 90%
B 219 of 255 = 86%

246
230
219

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

Yüzdelerle RGB renk parçaları

R + G + B = 246 + 230 + 219 = 695 (100%)
R 246 of 695 ~ 35.4%
G 230 of 695 ~ 33.09%
B 219 of 695 ~ 31.51'%

%35.4
%33.09
%31.51

CMYK RENK MODELİ

#F6E6DB rengi CMYK tonu (0,7,11,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.50%
  • sarı tonu 10.98%
  • ana renk tonu 3.53%
CMYK: (0,7,11,4) C0M7Y11K4 (0%,7%,11%,4%) (0.00/0.07/0.11/0.04) 

CMYK yüzdeleri

%0
%6.5
%10.98
%3.53

Codes

Color #F6E6DB in popluar color models

F6 E6 DB
RGB 246 230 219
HSL 24° 60.00% 91.18%
HSB/HSV 24° 10.98% 96.47%
CMYK 0.00% 6.50% 10.98%
3.53%

Color #F6E6DB in popluar number systems.

HEX F6 E6 DB
Decimal 246 230 219
Binary 11110110 11100110 11011011
Octal 366 346 333

Shades and tints

Shades of #F6E6DB

#F6E6DB
(246,230,219)
#E0D2C8
(224,210,200)
#CABEB5
(202,190,181)
#B4AAA2
(180,170,162)
#9E968F
(158,150,143)
#88827C
(136,130,124)
#726E69
(114,110,105)
#5C5A56
(92,90,86)
#464643
(70,70,67)
#303230
(48,50,48)
#1A1E1D
(26,30,29)
#000000
(0,0,0)

Tints of #F6E6DB

#F6E6DB
(246,230,219)
#F6E8DE
(246,232,222)
#F6EAE1
(246,234,225)
#F6ECE4
(246,236,228)
#F6EEE7
(246,238,231)
#F6F0EA
(246,240,234)
#F6F2ED
(246,242,237)
#F6F4F0
(246,244,240)
#F6F6F3
(246,246,243)
#F6F8F6
(246,248,246)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E6DB color. Also use rgb(246,230,219) instead hex code.

Text Font Color

.myTextColor { color: #F6E6DB; }

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

This text font color is #F6E6DB.

Background Color

.myBgColor { background-color: #F6E6DB; }

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

This div background color is #F6E6DB.

Border color

.myBorderColor { border: 1px solid #F6E6DB; }
<div style="border:3px solid #F6E6DB">Div</div>

This div border color is #F6E6DB.

Opacity

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

<p style="color:#'.$colorObj['hex'].';opacity:0.8;">80%</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_opacity_text']).' 100% | 80% | 50% | 30%.

'.$lang['color_style_bgcolor_text'].' 100%.

'.$lang['color_style_bgcolor_text'].' 80%.

'.$lang['color_style_bgcolor_text'].' 50%.

'.$lang['color_style_bgcolor_text'].' 30%.

'.$lang['color_style_text_shadow'].'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].';}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].'">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample']).'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 5px 5px 20px red">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample2']).'


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)">Text</p>

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.


'.$lang['color_style_box_shadow'].'

 /* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow:1px 1px 3px 2px #'.$colorObj['hex'].';">
Div content here</div>
'.str_replace('%color%',$colorObj['hex'],$lang['color_style_box_shadow_sample']).'
'; ?>

Preview

Color preview on black background

This text has color #F6E6DB on black background.


Color preview on white background

This text has color #F6E6DB on white background.



Black color preview on #F6E6DB background

This text has black color on #F6E6DB background.


White color preview on #F6E6DB background

This text has white color on #F6E6DB background.