COLOR #CC96DB

HEX: #CC96DB RGB: (204,150,219)

Renk bilgisi

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

RGB renk modeli

#CC96DB color RGB value is (204,150,219).

RGB: (204,150,219) (80%, 59%, 86%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 150 of 255 = 59%
B 219 of 255 = 86%

204
150
219

R + G + B ~ 75%. #CC96DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 150 + 219 = 573 (100%)
R 204 of 573 ~ 35.6%
G 150 of 573 ~ 26.18%
B 219 of 573 ~ 38.22'%

%35.6
%26.18
%38.22

CMYK RENK MODELİ

#CC96DB rengi CMYK tonu (7,32,0,14).

  • camgöbeği tonu 6.85%
  • eflatun tonu 31.51%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%

CMYK: (7,32,0,14)
C7M32Y0K14 (7%, 32%, 0%, 14%)
(0.07 / 0.32 / 0.00 / 0.14)

CMYK yüzdeleri

%6.85
%31.51
%0
%14.12

Codes

Color #CC96DB in popluar color models

CC 96 DB
RGB 204 150 219
HSL 287° 48.94% 72.35%
HSB/HSV 287° 31.51% 85.88%
CMYK 6.85% 31.51% 0.00%
14.12%

Color #CC96DB in popluar number systems.

HEX CC 96 DB
Decimal 204 150 219
Binary 11001100 10010110 11011011
Octal 314 226 333

Shades and tints

Shades of #CC96DB

#CC96DB
(204,150,219)
#BA89C8
(186,137,200)
#A87CB5
(168,124,181)
#966FA2
(150,111,162)
#84628F
(132,98,143)
#72557C
(114,85,124)
#604869
(96,72,105)
#4E3B56
(78,59,86)
#3C2E43
(60,46,67)
#2A2130
(42,33,48)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #CC96DB

#CC96DB
(204,150,219)
#D09FDE
(208,159,222)
#D4A8E1
(212,168,225)
#D8B1E4
(216,177,228)
#DCBAE7
(220,186,231)
#E0C3EA
(224,195,234)
#E4CCED
(228,204,237)
#E8D5F0
(232,213,240)
#ECDEF3
(236,222,243)
#F0E7F6
(240,231,246)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC96DB; }

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

This text font color is #CC96DB.

Background Color

.myBgColor { background-color: #CC96DB; }

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

This div background color is #CC96DB.

Border color

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

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

This div border color is #CC96DB.

Opacity

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

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

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

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

This text has shadow with #CC96DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC96DB.

Preview

Color preview on black background

This text has color #CC96DB on black background.


Color preview on white background

This text has color #CC96DB on white background.


Black color preview on #CC96DB background

This text has black color on #CC96DB background.


White color preview on #CC96DB background

This text has white color on #CC96DB background.


Related colors

Complementary color

Complementary color for #hex is #336924.


I love getcolorcode.com

Triadic colors

1 #DBCC96 and #96DBCC with #CC96DB are triadic colors.

2 #DB96CC and #96CCDB with #CC96DB are triadic colors.