COLOR #C992EC

HEX: #C992EC
RGB: (201,146,236)

Renk bilgisi

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

RGB renk modeli

#C992EC color RGB value is (201,146,236).

  • kırmız ton 201;
  • yeşil ton 146;
  • mavi ton 236.
RGB:
(201,146,236)
(79%,57%,93%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 146 of 255 = 57%
B 236 of 255 = 93%

201
146
236

R + G + B ~ 76%. #C992EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 146 + 236 = 583 (100%)
R 201 of 583 ~ 34.48%
G 146 of 583 ~ 25.04%
B 236 of 583 ~ 40.48%

%34.48
%25.04
%40.48

CMYK RENK MODELİ

#C992EC rengi CMYK tonu (15,38,0,7).

  • camgöbeği tonu 14.83%
  • eflatun tonu 38.14%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(15,38,0,7)
C15M38Y0K7 
(15%,38%,0%,7%)
(0.15/0.38/0.00/0.07)	

CMYK yüzdeleri

%14.83
%38.14
%0
%7.45

Codes

Color #C992EC in popluar color models

C992EC
RGB201146236
HSL277°70.31%74.90%
HSB/HSV277°38.14%92.55%
CMYK14.83%38.14%0.00%
7.45%

Color #C992EC in popluar number systems.

HEXC992EC
Decimal201146236
Binary110010011001001011101100
Octal311222354

Shades and tints

Shades of #C992EC

#C992EC
(201,146,236)
#B785D7
(183,133,215)
#A578C2
(165,120,194)
#936BAD
(147,107,173)
#815E98
(129,94,152)
#6F5183
(111,81,131)
#5D446E
(93,68,110)
#4B3759
(75,55,89)
#392A44
(57,42,68)
#271D2F
(39,29,47)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #C992EC

#C992EC
(201,146,236)
#CD9BED
(205,155,237)
#D1A4EE
(209,164,238)
#D5ADEF
(213,173,239)
#D9B6F0
(217,182,240)
#DDBFF1
(221,191,241)
#E1C8F2
(225,200,242)
#E5D1F3
(229,209,243)
#E9DAF4
(233,218,244)
#EDE3F5
(237,227,245)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C992EC color. Also use rgb(201,146,236) instead hex code.

Text Font Color

.myTextColor { color: #C992EC; }

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

This text font color is #C992EC.


Background Color

.myBgColor { background-color: #C992EC; }

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

This div background color is #C992EC.


Border color

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

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

This div border color is #C992EC.


Opacity

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

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

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

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

This text has shadow with #C992EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C992EC on black background.


Color preview on white background

This text has color #C992EC on white background.



Black color preview on #C992EC background

This text has black color on #C992EC background.


White color preview on #C992EC background

This text has white color on #C992EC background.