COLOR #FFEDCC

HEX: #FFEDCC
RGB: (255,237,204)

Renk bilgisi

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

RGB renk modeli

#FFEDCC color RGB value is (255,237,204).

  • kırmız ton 255;
  • yeşil ton 237;
  • mavi ton 204.
RGB:
(255,237,204)
(100%,93%,80%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 237 of 255 = 93%
B 204 of 255 = 80%

255
237
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 237 + 204 = 696 (100%)
R 255 of 696 ~ 36.64%
G 237 of 696 ~ 34.05%
B 204 of 696 ~ 29.31%

%36.64
%34.05
%29.31

CMYK RENK MODELİ

#FFEDCC rengi CMYK tonu (0,7,20,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.06%
  • sarı tonu 20.00%
  • ana renk tonu 0.00%
CMYK:
(0,7,20,0)
C0M7Y20K0 
(0%,7%,20%,0%)
(0.00/0.07/0.20/0.00)	

CMYK yüzdeleri

%0
%7.06
%20
%0

Codes

Color #FFEDCC in popluar color models

FFEDCC
RGB255237204
HSL39°100.00%90.00%
HSB/HSV39°20.00%100.00%
CMYK0.00%7.06%20.00%
0.00%

Color #FFEDCC in popluar number systems.

HEXFFEDCC
Decimal255237204
Binary111111111110110111001100
Octal377355314

Shades and tints

Shades of #FFEDCC

#FFEDCC
(255,237,204)
#E8D8BA
(232,216,186)
#D1C3A8
(209,195,168)
#BAAE96
(186,174,150)
#A39984
(163,153,132)
#8C8472
(140,132,114)
#756F60
(117,111,96)
#5E5A4E
(94,90,78)
#47453C
(71,69,60)
#30302A
(48,48,42)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #FFEDCC

#FFEDCC
(255,237,204)
#FFEED0
(255,238,208)
#FFEFD4
(255,239,212)
#FFF0D8
(255,240,216)
#FFF1DC
(255,241,220)
#FFF2E0
(255,242,224)
#FFF3E4
(255,243,228)
#FFF4E8
(255,244,232)
#FFF5EC
(255,245,236)
#FFF6F0
(255,246,240)
#FFF7F4
(255,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFEDCC color. Also use rgb(255,237,204) instead hex code.

Text Font Color

.myTextColor { color: #FFEDCC; }

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

This text font color is #FFEDCC.


Background Color

.myBgColor { background-color: #FFEDCC; }

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

This div background color is #FFEDCC.


Border color

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

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

This div border color is #FFEDCC.


Opacity

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

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

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

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

This text has shadow with #FFEDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEDCC on black background.


Color preview on white background

This text has color #FFEDCC on white background.



Black color preview on #FFEDCC background

This text has black color on #FFEDCC background.


White color preview on #FFEDCC background

This text has white color on #FFEDCC background.