COLOR #CC96F0

HEX: #CC96F0 RGB: (204,150,240)

Renk bilgisi

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

RGB renk modeli

#CC96F0 color RGB value is (204,150,240).

RGB: (204,150,240) (80%, 59%, 94%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 150 of 255 = 59%
B 240 of 255 = 94%

204
150
240

R + G + B ~ 78%. #CC96F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 150 + 240 = 594 (100%)
R 204 of 594 ~ 34.34%
G 150 of 594 ~ 25.25%
B 240 of 594 ~ 40.4'%

%34.34
%25.25
%40.4

CMYK RENK MODELİ

#CC96F0 rengi CMYK tonu (15,38,0,6).

  • camgöbeği tonu 15.00%
  • eflatun tonu 37.50%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%

CMYK: (15,38,0,6)
C15M38Y0K6 (15%, 38%, 0%, 6%)
(0.15 / 0.38 / 0.00 / 0.06)

CMYK yüzdeleri

%15
%37.5
%0
%5.88

Codes

Color #CC96F0 in popluar color models

CC 96 F0
RGB 204 150 240
HSL 276° 75.00% 76.47%
HSB/HSV 276° 37.50% 94.12%
CMYK 15.00% 37.50% 0.00%
5.88%

Color #CC96F0 in popluar number systems.

HEX CC 96 F0
Decimal 204 150 240
Binary 11001100 10010110 11110000
Octal 314 226 360

Shades and tints

Shades of #CC96F0

#CC96F0
(204,150,240)
#BA89DB
(186,137,219)
#A87CC6
(168,124,198)
#966FB1
(150,111,177)
#84629C
(132,98,156)
#725587
(114,85,135)
#604872
(96,72,114)
#4E3B5D
(78,59,93)
#3C2E48
(60,46,72)
#2A2133
(42,33,51)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #CC96F0

#CC96F0
(204,150,240)
#D09FF1
(208,159,241)
#D4A8F2
(212,168,242)
#D8B1F3
(216,177,243)
#DCBAF4
(220,186,244)
#E0C3F5
(224,195,245)
#E4CCF6
(228,204,246)
#E8D5F7
(232,213,247)
#ECDEF8
(236,222,248)
#F0E7F9
(240,231,249)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC96F0 color. Also use rgb(204,150,240) instead hex code.

Text Font Color

.myTextColor { color: #CC96F0; }

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

This text font color is #CC96F0.

Background Color

.myBgColor { background-color: #CC96F0; }

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

This div background color is #CC96F0.

Border color

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

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

This div border color is #CC96F0.

Opacity

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

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

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

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

This text has shadow with #CC96F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC96F0.

Preview

Color preview on black background

This text has color #CC96F0 on black background.


Color preview on white background

This text has color #CC96F0 on white background.


Black color preview on #CC96F0 background

This text has black color on #CC96F0 background.


White color preview on #CC96F0 background

This text has white color on #CC96F0 background.


Related colors

Complementary color

Complementary color for #hex is #33690F.


I love getcolorcode.com

Triadic colors

1 #F0CC96 and #96F0CC with #CC96F0 are triadic colors.

2 #F096CC and #96CCF0 with #CC96F0 are triadic colors.