COLOR #EEB0EE

HEX: #EEB0EE
RGB: (238,176,238)

Renk bilgisi

#EEB0EE contains mainly red and blue colors. #EEB0EE ‘ nin web güvenlik rengi #FF99FF (ya da #F9F) dir.

RGB renk modeli

#EEB0EE color RGB value is (238,176,238).

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

RGB bağlantıları ve doygunluk

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

238
176
238

R + G + B ~ 85%. #EEB0EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 176 + 238 = 652 (100%)
R 238 of 652 ~ 36.5%
G 176 of 652 ~ 26.99%
B 238 of 652 ~ 36.5%

%36.5
%26.99
%36.5

CMYK RENK MODELİ

#EEB0EE rengi CMYK tonu (0,26,0,7).

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

CMYK yüzdeleri

%0
%26.05
%0
%6.67

Codes

Color #EEB0EE in popluar color models

EEB0EE
RGB238176238
HSL300°64.58%81.18%
HSB/HSV300°26.05%93.33%
CMYK0.00%26.05%0.00%
6.67%

Color #EEB0EE in popluar number systems.

HEXEEB0EE
Decimal238176238
Binary111011101011000011101110
Octal356260356

Shades and tints

Shades of #EEB0EE

#EEB0EE
(238,176,238)
#D9A0D9
(217,160,217)
#C490C4
(196,144,196)
#AF80AF
(175,128,175)
#9A709A
(154,112,154)
#856085
(133,96,133)
#705070
(112,80,112)
#5B405B
(91,64,91)
#463046
(70,48,70)
#312031
(49,32,49)
#1C101C
(28,16,28)
#000000
(0,0,0)

Tints of #EEB0EE

#EEB0EE
(238,176,238)
#EFB7EF
(239,183,239)
#F0BEF0
(240,190,240)
#F1C5F1
(241,197,241)
#F2CCF2
(242,204,242)
#F3D3F3
(243,211,243)
#F4DAF4
(244,218,244)
#F5E1F5
(245,225,245)
#F6E8F6
(246,232,246)
#F7EFF7
(247,239,247)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB0EE; }

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

This text font color is #EEB0EE.


Background Color

.myBgColor { background-color: #EEB0EE; }

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

This div background color is #EEB0EE.


Border color

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

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

This div border color is #EEB0EE.


Opacity

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

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

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

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

This text has shadow with #EEB0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB0EE on black background.


Color preview on white background

This text has color #EEB0EE on white background.



Black color preview on #EEB0EE background

This text has black color on #EEB0EE background.


White color preview on #EEB0EE background

This text has white color on #EEB0EE background.