COLOR #D999E7

HEX: #D999E7
RGB: (217,153,231)

Renk bilgisi

#D999E7 contains mainly red and blue colors. #D999E7 ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#D999E7 color RGB value is (217,153,231).

  • kırmız ton 217;
  • yeşil ton 153;
  • mavi ton 231.
RGB:
(217,153,231)
(85%,60%,91%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 153 of 255 = 60%
B 231 of 255 = 91%

217
153
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 153 + 231 = 601 (100%)
R 217 of 601 ~ 36.11%
G 153 of 601 ~ 25.46%
B 231 of 601 ~ 38.44%

%36.11
%25.46
%38.44

CMYK RENK MODELİ

#D999E7 rengi CMYK tonu (6,34,0,9).

  • camgöbeği tonu 6.06%
  • eflatun tonu 33.77%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(6,34,0,9)
C6M34Y0K9 
(6%,34%,0%,9%)
(0.06/0.34/0.00/0.09)	

CMYK yüzdeleri

%6.06
%33.77
%0
%9.41

Codes

Color #D999E7 in popluar color models

D999E7
RGB217153231
HSL289°61.90%75.29%
HSB/HSV289°33.77%90.59%
CMYK6.06%33.77%0.00%
9.41%

Color #D999E7 in popluar number systems.

HEXD999E7
Decimal217153231
Binary110110011001100111100111
Octal331231347

Shades and tints

Shades of #D999E7

#D999E7
(217,153,231)
#C68CD2
(198,140,210)
#B37FBD
(179,127,189)
#A072A8
(160,114,168)
#8D6593
(141,101,147)
#7A587E
(122,88,126)
#674B69
(103,75,105)
#543E54
(84,62,84)
#41313F
(65,49,63)
#2E242A
(46,36,42)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #D999E7

#D999E7
(217,153,231)
#DCA2E9
(220,162,233)
#DFABEB
(223,171,235)
#E2B4ED
(226,180,237)
#E5BDEF
(229,189,239)
#E8C6F1
(232,198,241)
#EBCFF3
(235,207,243)
#EED8F5
(238,216,245)
#F1E1F7
(241,225,247)
#F4EAF9
(244,234,249)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D999E7 color. Also use rgb(217,153,231) instead hex code.

Text Font Color

.myTextColor { color: #D999E7; }

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

This text font color is #D999E7.


Background Color

.myBgColor { background-color: #D999E7; }

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

This div background color is #D999E7.


Border color

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

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

This div border color is #D999E7.


Opacity

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

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

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

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

This text has shadow with #D999E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D999E7 on black background.


Color preview on white background

This text has color #D999E7 on white background.



Black color preview on #D999E7 background

This text has black color on #D999E7 background.


White color preview on #D999E7 background

This text has white color on #D999E7 background.