COLOR #CC6EDB

HEX: #CC6EDB
RGB: (204,110,219)

Renk bilgisi

#CC6EDB contains mainly red and blue colors. #CC6EDB ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#CC6EDB color RGB value is (204,110,219).

  • kırmız ton 204;
  • yeşil ton 110;
  • mavi ton 219.
RGB:
(204,110,219)
(80%,43%,86%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 110 of 255 = 43%
B 219 of 255 = 86%

204
110
219

R + G + B ~ 70%. #CC6EDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 110 + 219 = 533 (100%)
R 204 of 533 ~ 38.27%
G 110 of 533 ~ 20.64%
B 219 of 533 ~ 41.09%

%38.27
%20.64
%41.09

CMYK RENK MODELİ

#CC6EDB rengi CMYK tonu (7,50,0,14).

  • camgöbeği tonu 6.85%
  • eflatun tonu 49.77%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(7,50,0,14)
C7M50Y0K14 
(7%,50%,0%,14%)
(0.07/0.50/0.00/0.14)	

CMYK yüzdeleri

%6.85
%49.77
%0
%14.12

Codes

Color #CC6EDB in popluar color models

CC6EDB
RGB204110219
HSL292°60.22%64.51%
HSB/HSV292°49.77%85.88%
CMYK6.85%49.77%0.00%
14.12%

Color #CC6EDB in popluar number systems.

HEXCC6EDB
Decimal204110219
Binary11001100110111011011011
Octal314156333

Shades and tints

Shades of #CC6EDB

#CC6EDB
(204,110,219)
#BA64C8
(186,100,200)
#A85AB5
(168,90,181)
#9650A2
(150,80,162)
#84468F
(132,70,143)
#723C7C
(114,60,124)
#603269
(96,50,105)
#4E2856
(78,40,86)
#3C1E43
(60,30,67)
#2A1430
(42,20,48)
#180A1D
(24,10,29)
#000000
(0,0,0)

Tints of #CC6EDB

#CC6EDB
(204,110,219)
#D07BDE
(208,123,222)
#D488E1
(212,136,225)
#D895E4
(216,149,228)
#DCA2E7
(220,162,231)
#E0AFEA
(224,175,234)
#E4BCED
(228,188,237)
#E8C9F0
(232,201,240)
#ECD6F3
(236,214,243)
#F0E3F6
(240,227,246)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6EDB; }

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

This text font color is #CC6EDB.


Background Color

.myBgColor { background-color: #CC6EDB; }

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

This div background color is #CC6EDB.


Border color

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

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

This div border color is #CC6EDB.


Opacity

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

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

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

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

This text has shadow with #CC6EDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6EDB on black background.


Color preview on white background

This text has color #CC6EDB on white background.



Black color preview on #CC6EDB background

This text has black color on #CC6EDB background.


White color preview on #CC6EDB background

This text has white color on #CC6EDB background.