COLOR #EEB5B0

HEX: #EEB5B0
RGB: (238,181,176)

Renk bilgisi

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

RGB renk modeli

#EEB5B0 color RGB value is (238,181,176).

  • kırmız ton 238;
  • yeşil ton 181;
  • mavi ton 176.
RGB:
(238,181,176)
(93%,71%,69%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 181 of 255 = 71%
B 176 of 255 = 69%

238
181
176

R + G + B ~ 78%. #EEB5B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 181 + 176 = 595 (100%)
R 238 of 595 ~ 40%
G 181 of 595 ~ 30.42%
B 176 of 595 ~ 29.58%

%40
%30.42
%29.58

CMYK RENK MODELİ

#EEB5B0 rengi CMYK tonu (0,24,26,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.95%
  • sarı tonu 26.05%
  • ana renk tonu 6.67%
CMYK:
(0,24,26,7)
C0M24Y26K7 
(0%,24%,26%,7%)
(0.00/0.24/0.26/0.07)	

CMYK yüzdeleri

%0
%23.95
%26.05
%6.67

Codes

Color #EEB5B0 in popluar color models

EEB5B0
RGB238181176
HSL64.58%81.18%
HSB/HSV26.05%93.33%
CMYK0.00%23.95%26.05%
6.67%

Color #EEB5B0 in popluar number systems.

HEXEEB5B0
Decimal238181176
Binary111011101011010110110000
Octal356265260

Shades and tints

Shades of #EEB5B0

#EEB5B0
(238,181,176)
#D9A5A0
(217,165,160)
#C49590
(196,149,144)
#AF8580
(175,133,128)
#9A7570
(154,117,112)
#856560
(133,101,96)
#705550
(112,85,80)
#5B4540
(91,69,64)
#463530
(70,53,48)
#312520
(49,37,32)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #EEB5B0

#EEB5B0
(238,181,176)
#EFBBB7
(239,187,183)
#F0C1BE
(240,193,190)
#F1C7C5
(241,199,197)
#F2CDCC
(242,205,204)
#F3D3D3
(243,211,211)
#F4D9DA
(244,217,218)
#F5DFE1
(245,223,225)
#F6E5E8
(246,229,232)
#F7EBEF
(247,235,239)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB5B0 color. Also use rgb(238,181,176) instead hex code.

Text Font Color

.myTextColor { color: #EEB5B0; }

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

This text font color is #EEB5B0.


Background Color

.myBgColor { background-color: #EEB5B0; }

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

This div background color is #EEB5B0.


Border color

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

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

This div border color is #EEB5B0.


Opacity

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

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

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

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

This text has shadow with #EEB5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB5B0 on black background.


Color preview on white background

This text has color #EEB5B0 on white background.



Black color preview on #EEB5B0 background

This text has black color on #EEB5B0 background.


White color preview on #EEB5B0 background

This text has white color on #EEB5B0 background.