COLOR #CCC6DA

HEX: #CCC6DA
RGB: (204,198,218)

Renk bilgisi

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

RGB renk modeli

#CCC6DA color RGB value is (204,198,218).

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

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 198 of 255 = 78%
B 218 of 255 = 85%

204
198
218

R + G + B ~ 81%. #CCC6DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 198 + 218 = 620 (100%)
R 204 of 620 ~ 32.9%
G 198 of 620 ~ 31.94%
B 218 of 620 ~ 35.16%

%32.9
%31.94
%35.16

CMYK RENK MODELİ

#CCC6DA rengi CMYK tonu (6,9,0,15).

  • camgöbeği tonu 6.42%
  • eflatun tonu 9.17%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(6,9,0,15)
C6M9Y0K15 
(6%,9%,0%,15%)
(0.06/0.09/0.00/0.15)	

CMYK yüzdeleri

%6.42
%9.17
%0
%14.51

Codes

Color #CCC6DA in popluar color models

CCC6DA
RGB204198218
HSL258°21.28%81.57%
HSB/HSV258°9.17%85.49%
CMYK6.42%9.17%0.00%
14.51%

Color #CCC6DA in popluar number systems.

HEXCCC6DA
Decimal204198218
Binary110011001100011011011010
Octal314306332

Shades and tints

Shades of #CCC6DA

#CCC6DA
(204,198,218)
#BAB4C7
(186,180,199)
#A8A2B4
(168,162,180)
#9690A1
(150,144,161)
#847E8E
(132,126,142)
#726C7B
(114,108,123)
#605A68
(96,90,104)
#4E4855
(78,72,85)
#3C3642
(60,54,66)
#2A242F
(42,36,47)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #CCC6DA

#CCC6DA
(204,198,218)
#D0CBDD
(208,203,221)
#D4D0E0
(212,208,224)
#D8D5E3
(216,213,227)
#DCDAE6
(220,218,230)
#E0DFE9
(224,223,233)
#E4E4EC
(228,228,236)
#E8E9EF
(232,233,239)
#ECEEF2
(236,238,242)
#F0F3F5
(240,243,245)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6DA; }

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

This text font color is #CCC6DA.


Background Color

.myBgColor { background-color: #CCC6DA; }

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

This div background color is #CCC6DA.


Border color

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

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

This div border color is #CCC6DA.


Opacity

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

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

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

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

This text has shadow with #CCC6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC6DA on black background.


Color preview on white background

This text has color #CCC6DA on white background.



Black color preview on #CCC6DA background

This text has black color on #CCC6DA background.


White color preview on #CCC6DA background

This text has white color on #CCC6DA background.