COLOR #EE99D3

HEX: #EE99D3
RGB: (238,153,211)

Renk bilgisi

#EE99D3 contains mainly red and blue colors. #EE99D3 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#EE99D3 color RGB value is (238,153,211).

  • kırmız ton 238;
  • yeşil ton 153;
  • mavi ton 211.
RGB:
(238,153,211)
(93%,60%,83%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 153 of 255 = 60%
B 211 of 255 = 83%

238
153
211

R + G + B ~ 79%. #EE99D3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 153 + 211 = 602 (100%)
R 238 of 602 ~ 39.53%
G 153 of 602 ~ 25.42%
B 211 of 602 ~ 35.05%

%39.53
%25.42
%35.05

CMYK RENK MODELİ

#EE99D3 rengi CMYK tonu (0,36,11,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.71%
  • sarı tonu 11.34%
  • ana renk tonu 6.67%
CMYK:
(0,36,11,7)
C0M36Y11K7 
(0%,36%,11%,7%)
(0.00/0.36/0.11/0.07)	

CMYK yüzdeleri

%0
%35.71
%11.34
%6.67

Codes

Color #EE99D3 in popluar color models

EE99D3
RGB238153211
HSL319°71.43%76.67%
HSB/HSV319°35.71%93.33%
CMYK0.00%35.71%11.34%
6.67%

Color #EE99D3 in popluar number systems.

HEXEE99D3
Decimal238153211
Binary111011101001100111010011
Octal356231323

Shades and tints

Shades of #EE99D3

#EE99D3
(238,153,211)
#D98CC0
(217,140,192)
#C47FAD
(196,127,173)
#AF729A
(175,114,154)
#9A6587
(154,101,135)
#855874
(133,88,116)
#704B61
(112,75,97)
#5B3E4E
(91,62,78)
#46313B
(70,49,59)
#312428
(49,36,40)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #EE99D3

#EE99D3
(238,153,211)
#EFA2D7
(239,162,215)
#F0ABDB
(240,171,219)
#F1B4DF
(241,180,223)
#F2BDE3
(242,189,227)
#F3C6E7
(243,198,231)
#F4CFEB
(244,207,235)
#F5D8EF
(245,216,239)
#F6E1F3
(246,225,243)
#F7EAF7
(247,234,247)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE99D3; }

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

This text font color is #EE99D3.


Background Color

.myBgColor { background-color: #EE99D3; }

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

This div background color is #EE99D3.


Border color

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

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

This div border color is #EE99D3.


Opacity

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

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

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

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

This text has shadow with #EE99D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE99D3 on black background.


Color preview on white background

This text has color #EE99D3 on white background.



Black color preview on #EE99D3 background

This text has black color on #EE99D3 background.


White color preview on #EE99D3 background

This text has white color on #EE99D3 background.