COLOR #FFE6B0

HEX: #FFE6B0 RGB: (255,230,176)

Renk bilgisi

#FFE6B0 contains mainly red and green colors. #FFE6B0 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FFE6B0 color RGB value is (255,230,176).

RGB: (255,230,176) (100%, 90%, 69%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 230 of 255 = 90%
B 176 of 255 = 69%

255
230
176

R + G + B ~ 86%. #FFE6B0 is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 255 + 230 + 176 = 661 (100%)
R 255 of 661 ~ 38.58%
G 230 of 661 ~ 34.8%
B 176 of 661 ~ 26.63'%

%38.58
%34.8
%26.63

CMYK RENK MODELİ

#FFE6B0 rengi CMYK tonu (0,10,31,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.80%
  • sarı tonu 30.98%
  • ana renk tonu 0.00%

CMYK: (0,10,31,0)
C0M10Y31K0 (0%, 10%, 31%, 0%)
(0.00 / 0.10 / 0.31 / 0.00)

CMYK yüzdeleri

%0
%9.8
%30.98
%0

Codes

Color #FFE6B0 in popluar color models

FF E6 B0
RGB 255 230 176
HSL 41° 100.00% 84.51%
HSB/HSV 41° 30.98% 100.00%
CMYK 0.00% 9.80% 30.98%
0.00%

Color #FFE6B0 in popluar number systems.

HEX FF E6 B0
Decimal 255 230 176
Binary 11111111 11100110 10110000
Octal 377 346 260

Shades and tints

Shades of #FFE6B0

#FFE6B0
(255,230,176)
#E8D2A0
(232,210,160)
#D1BE90
(209,190,144)
#BAAA80
(186,170,128)
#A39670
(163,150,112)
#8C8260
(140,130,96)
#756E50
(117,110,80)
#5E5A40
(94,90,64)
#474630
(71,70,48)
#303220
(48,50,32)
#191E10
(25,30,16)
#000000
(0,0,0)

Tints of #FFE6B0

#FFE6B0
(255,230,176)
#FFE8B7
(255,232,183)
#FFEABE
(255,234,190)
#FFECC5
(255,236,197)
#FFEECC
(255,238,204)
#FFF0D3
(255,240,211)
#FFF2DA
(255,242,218)
#FFF4E1
(255,244,225)
#FFF6E8
(255,246,232)
#FFF8EF
(255,248,239)
#FFFAF6
(255,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE6B0 color. Also use rgb(255,230,176) instead hex code.

Text Font Color

.myTextColor { color: #FFE6B0; }

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

This text font color is #FFE6B0.

Background Color

.myBgColor { background-color: #FFE6B0; }

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

This div background color is #FFE6B0.

Border color

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

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

This div border color is #FFE6B0.

Opacity

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

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

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

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

This text has shadow with #FFE6B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE6B0.

Preview

Color preview on black background

This text has color #FFE6B0 on black background.


Color preview on white background

This text has color #FFE6B0 on white background.


Black color preview on #FFE6B0 background

This text has black color on #FFE6B0 background.


White color preview on #FFE6B0 background

This text has white color on #FFE6B0 background.


Related colors

Complementary color

Complementary color for #hex is #00194F.


I love getcolorcode.com

Triadic colors

1 #B0FFE6 and #E6B0FF with #FFE6B0 are triadic colors.

2 #B0E6FF and #E6FFB0 with #FFE6B0 are triadic colors.