COLOR #C993CE

HEX: #C993CE
RGB: (201,147,206)

Renk bilgisi

#C993CE contains red, green and blue colors in about the same proportion. #C993CE ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C993CE color RGB value is (201,147,206).

  • kırmız ton 201;
  • yeşil ton 147;
  • mavi ton 206.
RGB:
(201,147,206)
(79%,58%,81%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 147 of 255 = 58%
B 206 of 255 = 81%

201
147
206

R + G + B ~ 73%. #C993CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 147 + 206 = 554 (100%)
R 201 of 554 ~ 36.28%
G 147 of 554 ~ 26.53%
B 206 of 554 ~ 37.18%

%36.28
%26.53
%37.18

CMYK RENK MODELİ

#C993CE rengi CMYK tonu (2,29,0,19).

  • camgöbeği tonu 2.43%
  • eflatun tonu 28.64%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(2,29,0,19)
C2M29Y0K19 
(2%,29%,0%,19%)
(0.02/0.29/0.00/0.19)	

CMYK yüzdeleri

%2.43
%28.64
%0
%19.22

Codes

Color #C993CE in popluar color models

C993CE
RGB201147206
HSL295°37.58%69.22%
HSB/HSV295°28.64%80.78%
CMYK2.43%28.64%0.00%
19.22%

Color #C993CE in popluar number systems.

HEXC993CE
Decimal201147206
Binary110010011001001111001110
Octal311223316

Shades and tints

Shades of #C993CE

#C993CE
(201,147,206)
#B786BC
(183,134,188)
#A579AA
(165,121,170)
#936C98
(147,108,152)
#815F86
(129,95,134)
#6F5274
(111,82,116)
#5D4562
(93,69,98)
#4B3850
(75,56,80)
#392B3E
(57,43,62)
#271E2C
(39,30,44)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #C993CE

#C993CE
(201,147,206)
#CD9CD2
(205,156,210)
#D1A5D6
(209,165,214)
#D5AEDA
(213,174,218)
#D9B7DE
(217,183,222)
#DDC0E2
(221,192,226)
#E1C9E6
(225,201,230)
#E5D2EA
(229,210,234)
#E9DBEE
(233,219,238)
#EDE4F2
(237,228,242)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C993CE color. Also use rgb(201,147,206) instead hex code.

Text Font Color

.myTextColor { color: #C993CE; }

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

This text font color is #C993CE.


Background Color

.myBgColor { background-color: #C993CE; }

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

This div background color is #C993CE.


Border color

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

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

This div border color is #C993CE.


Opacity

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

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

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

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

This text has shadow with #C993CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C993CE on black background.


Color preview on white background

This text has color #C993CE on white background.



Black color preview on #C993CE background

This text has black color on #C993CE background.


White color preview on #C993CE background

This text has white color on #C993CE background.