COLOR #FFE6B5

HEX: #FFE6B5 RGB: (255,230,181)

Renk bilgisi

#FFE6B5 contains mainly red and green colors. #FFE6B5 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#FFE6B5 color RGB value is (255,230,181).

RGB: (255,230,181) (100%, 90%, 71%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 230 of 255 = 90%
B 181 of 255 = 71%

255
230
181

R + G + B ~ 87%. #FFE6B5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 255 + 230 + 181 = 666 (100%)
R 255 of 666 ~ 38.29%
G 230 of 666 ~ 34.53%
B 181 of 666 ~ 27.18'%

%38.29
%34.53
%27.18

CMYK RENK MODELİ

#FFE6B5 rengi CMYK tonu (0,10,29,0).

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

CMYK: (0,10,29,0)
C0M10Y29K0 (0%, 10%, 29%, 0%)
(0.00 / 0.10 / 0.29 / 0.00)

CMYK yüzdeleri

%0
%9.8
%29.02
%0

Codes

Color #FFE6B5 in popluar color models

FF E6 B5
RGB 255 230 181
HSL 40° 100.00% 85.49%
HSB/HSV 40° 29.02% 100.00%
CMYK 0.00% 9.80% 29.02%
0.00%

Color #FFE6B5 in popluar number systems.

HEX FF E6 B5
Decimal 255 230 181
Binary 11111111 11100110 10110101
Octal 377 346 265

Shades and tints

Shades of #FFE6B5

#FFE6B5
(255,230,181)
#E8D2A5
(232,210,165)
#D1BE95
(209,190,149)
#BAAA85
(186,170,133)
#A39675
(163,150,117)
#8C8265
(140,130,101)
#756E55
(117,110,85)
#5E5A45
(94,90,69)
#474635
(71,70,53)
#303225
(48,50,37)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #FFE6B5

#FFE6B5
(255,230,181)
#FFE8BB
(255,232,187)
#FFEAC1
(255,234,193)
#FFECC7
(255,236,199)
#FFEECD
(255,238,205)
#FFF0D3
(255,240,211)
#FFF2D9
(255,242,217)
#FFF4DF
(255,244,223)
#FFF6E5
(255,246,229)
#FFF8EB
(255,248,235)
#FFFAF1
(255,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE6B5; }

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

This text font color is #FFE6B5.

Background Color

.myBgColor { background-color: #FFE6B5; }

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

This div background color is #FFE6B5.

Border color

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

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

This div border color is #FFE6B5.

Opacity

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

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

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

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

This text has shadow with #FFE6B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE6B5.

Preview

Color preview on black background

This text has color #FFE6B5 on black background.


Color preview on white background

This text has color #FFE6B5 on white background.


Black color preview on #FFE6B5 background

This text has black color on #FFE6B5 background.


White color preview on #FFE6B5 background

This text has white color on #FFE6B5 background.


Related colors

Complementary color

Complementary color for #hex is #00194A.


I love getcolorcode.com

Triadic colors

1 #B5FFE6 and #E6B5FF with #FFE6B5 are triadic colors.

2 #B5E6FF and #E6FFB5 with #FFE6B5 are triadic colors.