COLOR #CCC6E1

HEX: #CCC6E1
RGB: (204,198,225)

Renk bilgisi

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

RGB renk modeli

#CCC6E1 color RGB value is (204,198,225).

  • kırmız ton 204;
  • yeşil ton 198;
  • mavi ton 225.
RGB:
(204,198,225)
(80%,78%,88%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 198 of 255 = 78%
B 225 of 255 = 88%

204
198
225

R + G + B ~ 82%. #CCC6E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 198 + 225 = 627 (100%)
R 204 of 627 ~ 32.54%
G 198 of 627 ~ 31.58%
B 225 of 627 ~ 35.89%

%32.54
%31.58
%35.89

CMYK RENK MODELİ

#CCC6E1 rengi CMYK tonu (9,12,0,12).

  • camgöbeği tonu 9.33%
  • eflatun tonu 12.00%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(9,12,0,12)
C9M12Y0K12 
(9%,12%,0%,12%)
(0.09/0.12/0.00/0.12)	

CMYK yüzdeleri

%9.33
%12
%0
%11.76

Codes

Color #CCC6E1 in popluar color models

CCC6E1
RGB204198225
HSL253°31.03%82.94%
HSB/HSV253°12.00%88.24%
CMYK9.33%12.00%0.00%
11.76%

Color #CCC6E1 in popluar number systems.

HEXCCC6E1
Decimal204198225
Binary110011001100011011100001
Octal314306341

Shades and tints

Shades of #CCC6E1

#CCC6E1
(204,198,225)
#BAB4CD
(186,180,205)
#A8A2B9
(168,162,185)
#9690A5
(150,144,165)
#847E91
(132,126,145)
#726C7D
(114,108,125)
#605A69
(96,90,105)
#4E4855
(78,72,85)
#3C3641
(60,54,65)
#2A242D
(42,36,45)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #CCC6E1

#CCC6E1
(204,198,225)
#D0CBE3
(208,203,227)
#D4D0E5
(212,208,229)
#D8D5E7
(216,213,231)
#DCDAE9
(220,218,233)
#E0DFEB
(224,223,235)
#E4E4ED
(228,228,237)
#E8E9EF
(232,233,239)
#ECEEF1
(236,238,241)
#F0F3F3
(240,243,243)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC6E1 color. Also use rgb(204,198,225) instead hex code.

Text Font Color

.myTextColor { color: #CCC6E1; }

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

This text font color is #CCC6E1.


Background Color

.myBgColor { background-color: #CCC6E1; }

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

This div background color is #CCC6E1.


Border color

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

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

This div border color is #CCC6E1.


Opacity

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

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

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

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

This text has shadow with #CCC6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC6E1 on black background.


Color preview on white background

This text has color #CCC6E1 on white background.



Black color preview on #CCC6E1 background

This text has black color on #CCC6E1 background.


White color preview on #CCC6E1 background

This text has white color on #CCC6E1 background.