COLOR #CCC6E9

HEX: #CCC6E9
RGB: (204,198,233)

Renk bilgisi

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

RGB renk modeli

#CCC6E9 color RGB value is (204,198,233).

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

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 198 of 255 = 78%
B 233 of 255 = 91%

204
198
233

R + G + B ~ 83%. #CCC6E9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 198 + 233 = 635 (100%)
R 204 of 635 ~ 32.13%
G 198 of 635 ~ 31.18%
B 233 of 635 ~ 36.69%

%32.13
%31.18
%36.69

CMYK RENK MODELİ

#CCC6E9 rengi CMYK tonu (12,15,0,9).

  • camgöbeği tonu 12.45%
  • eflatun tonu 15.02%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(12,15,0,9)
C12M15Y0K9 
(12%,15%,0%,9%)
(0.12/0.15/0.00/0.09)	

CMYK yüzdeleri

%12.45
%15.02
%0
%8.63

Codes

Color #CCC6E9 in popluar color models

CCC6E9
RGB204198233
HSL250°44.30%84.51%
HSB/HSV250°15.02%91.37%
CMYK12.45%15.02%0.00%
8.63%

Color #CCC6E9 in popluar number systems.

HEXCCC6E9
Decimal204198233
Binary110011001100011011101001
Octal314306351

Shades and tints

Shades of #CCC6E9

#CCC6E9
(204,198,233)
#BAB4D4
(186,180,212)
#A8A2BF
(168,162,191)
#9690AA
(150,144,170)
#847E95
(132,126,149)
#726C80
(114,108,128)
#605A6B
(96,90,107)
#4E4856
(78,72,86)
#3C3641
(60,54,65)
#2A242C
(42,36,44)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #CCC6E9

#CCC6E9
(204,198,233)
#D0CBEB
(208,203,235)
#D4D0ED
(212,208,237)
#D8D5EF
(216,213,239)
#DCDAF1
(220,218,241)
#E0DFF3
(224,223,243)
#E4E4F5
(228,228,245)
#E8E9F7
(232,233,247)
#ECEEF9
(236,238,249)
#F0F3FB
(240,243,251)
#F4F8FD
(244,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6E9; }

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

This text font color is #CCC6E9.


Background Color

.myBgColor { background-color: #CCC6E9; }

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

This div background color is #CCC6E9.


Border color

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

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

This div border color is #CCC6E9.


Opacity

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

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

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

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

This text has shadow with #CCC6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC6E9 on black background.


Color preview on white background

This text has color #CCC6E9 on white background.



Black color preview on #CCC6E9 background

This text has black color on #CCC6E9 background.


White color preview on #CCC6E9 background

This text has white color on #CCC6E9 background.