COLOR #EDB6AB

HEX: #EDB6AB
RGB: (237,182,171)

Renk bilgisi

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

RGB renk modeli

#EDB6AB color RGB value is (237,182,171).

  • kırmız ton 237;
  • yeşil ton 182;
  • mavi ton 171.
RGB:
(237,182,171)
(93%,71%,67%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 182 of 255 = 71%
B 171 of 255 = 67%

237
182
171

R + G + B ~ 77%. #EDB6AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 182 + 171 = 590 (100%)
R 237 of 590 ~ 40.17%
G 182 of 590 ~ 30.85%
B 171 of 590 ~ 28.98%

%40.17
%30.85
%28.98

CMYK RENK MODELİ

#EDB6AB rengi CMYK tonu (0,23,28,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.21%
  • sarı tonu 27.85%
  • ana renk tonu 7.06%
CMYK:
(0,23,28,7)
C0M23Y28K7 
(0%,23%,28%,7%)
(0.00/0.23/0.28/0.07)	

CMYK yüzdeleri

%0
%23.21
%27.85
%7.06

Codes

Color #EDB6AB in popluar color models

EDB6AB
RGB237182171
HSL10°64.71%80.00%
HSB/HSV10°27.85%92.94%
CMYK0.00%23.21%27.85%
7.06%

Color #EDB6AB in popluar number systems.

HEXEDB6AB
Decimal237182171
Binary111011011011011010101011
Octal355266253

Shades and tints

Shades of #EDB6AB

#EDB6AB
(237,182,171)
#D8A69C
(216,166,156)
#C3968D
(195,150,141)
#AE867E
(174,134,126)
#99766F
(153,118,111)
#846660
(132,102,96)
#6F5651
(111,86,81)
#5A4642
(90,70,66)
#453633
(69,54,51)
#302624
(48,38,36)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDB6AB

#EDB6AB
(237,182,171)
#EEBCB2
(238,188,178)
#EFC2B9
(239,194,185)
#F0C8C0
(240,200,192)
#F1CEC7
(241,206,199)
#F2D4CE
(242,212,206)
#F3DAD5
(243,218,213)
#F4E0DC
(244,224,220)
#F5E6E3
(245,230,227)
#F6ECEA
(246,236,234)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB6AB color. Also use rgb(237,182,171) instead hex code.

Text Font Color

.myTextColor { color: #EDB6AB; }

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

This text font color is #EDB6AB.


Background Color

.myBgColor { background-color: #EDB6AB; }

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

This div background color is #EDB6AB.


Border color

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

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

This div border color is #EDB6AB.


Opacity

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

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

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

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

This text has shadow with #EDB6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB6AB on black background.


Color preview on white background

This text has color #EDB6AB on white background.



Black color preview on #EDB6AB background

This text has black color on #EDB6AB background.


White color preview on #EDB6AB background

This text has white color on #EDB6AB background.