COLOR #D996CA

HEX: #D996CA
RGB: (217,150,202)

Renk bilgisi

#D996CA contains mainly red and blue colors. #D996CA ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D996CA color RGB value is (217,150,202).

  • kırmız ton 217;
  • yeşil ton 150;
  • mavi ton 202.
RGB:
(217,150,202)
(85%,59%,79%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 150 of 255 = 59%
B 202 of 255 = 79%

217
150
202

R + G + B ~ 74%. #D996CA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 150 + 202 = 569 (100%)
R 217 of 569 ~ 38.14%
G 150 of 569 ~ 26.36%
B 202 of 569 ~ 35.5%

%38.14
%26.36
%35.5

CMYK RENK MODELİ

#D996CA rengi CMYK tonu (0,31,7,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.88%
  • sarı tonu 6.91%
  • ana renk tonu 14.90%
CMYK:
(0,31,7,15)
C0M31Y7K15 
(0%,31%,7%,15%)
(0.00/0.31/0.07/0.15)	

CMYK yüzdeleri

%0
%30.88
%6.91
%14.9

Codes

Color #D996CA in popluar color models

D996CA
RGB217150202
HSL313°46.85%71.96%
HSB/HSV313°30.88%85.10%
CMYK0.00%30.88%6.91%
14.90%

Color #D996CA in popluar number systems.

HEXD996CA
Decimal217150202
Binary110110011001011011001010
Octal331226312

Shades and tints

Shades of #D996CA

#D996CA
(217,150,202)
#C689B8
(198,137,184)
#B37CA6
(179,124,166)
#A06F94
(160,111,148)
#8D6282
(141,98,130)
#7A5570
(122,85,112)
#67485E
(103,72,94)
#543B4C
(84,59,76)
#412E3A
(65,46,58)
#2E2128
(46,33,40)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #D996CA

#D996CA
(217,150,202)
#DC9FCE
(220,159,206)
#DFA8D2
(223,168,210)
#E2B1D6
(226,177,214)
#E5BADA
(229,186,218)
#E8C3DE
(232,195,222)
#EBCCE2
(235,204,226)
#EED5E6
(238,213,230)
#F1DEEA
(241,222,234)
#F4E7EE
(244,231,238)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D996CA color. Also use rgb(217,150,202) instead hex code.

Text Font Color

.myTextColor { color: #D996CA; }

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

This text font color is #D996CA.


Background Color

.myBgColor { background-color: #D996CA; }

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

This div background color is #D996CA.


Border color

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

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

This div border color is #D996CA.


Opacity

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

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

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

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

This text has shadow with #D996CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D996CA on black background.


Color preview on white background

This text has color #D996CA on white background.



Black color preview on #D996CA background

This text has black color on #D996CA background.


White color preview on #D996CA background

This text has white color on #D996CA background.